Logo

MonoCalc

/

Pixel Density Converter

Converter

Load a device preset:

Results

96 PPI =

37.80 PPCM

PPI96.00 PPI
DPI96.00 DPI
PPCM37.80 PPCM
PPMM3.78 PPMM

Density Tier:

Low (ldpi)

Low-density. Pixels clearly visible. Legacy or large-format displays.

Density Tier Reference

TierPPI RangeDescription
ldpi< 120Low-density screens, legacy hardware
mdpi120–160Baseline 1× density
hdpi160–2401.5× — mid-range phones
xhdpi240–3202× — modern mid-range phones
xxhdpi / Retina320–4803× — flagship phones & Retina displays
xxxhdpi / Super Retina480+4× — high-end smartphones

About This Tool

Pixel Density Converter – PPI, PPCM, DPI, PPD, and Print Resolution

Pixel density describes how tightly pixels are packed on a display or printed surface. Whether you are a UI designer choosing a target resolution for a new app, a photographer preparing images for print, or a developer comparing device specifications, understanding pixel density in all its forms — PPI, PPCM, PPMM, and DPI — is essential for producing accurate, high-quality output. This tool unifies those conversions in one place and adds four additional calculators: screen PPI from resolution and physical size, density tier classification, print resolution planning, and Pixels Per Degree (PPD) for ergonomic and VR assessments.

Understanding the Density Units

PPI (Pixels Per Inch) is the universal measure of screen density. A 24-inch Full HD monitor has a PPI of roughly 92, while a modern flagship smartphone reaches 400–460 PPI. The higher the PPI, the smaller each pixel, and the sharper text and images appear at normal viewing distances.

DPI (Dots Per Inch) originated as a print term describing how many ink dots a printer places per linear inch. In everyday usage it is often used interchangeably with PPI for digital displays, and this tool treats them as numerically identical. When preparing images for print, however, the distinction matters: the DPI embedded in an image file tells the printer how large to reproduce each pixel.

PPCM (Pixels Per Centimeter) is the metric equivalent of PPI. The conversion is straightforward: PPCM = PPI / 2.54, since there are 2.54 centimeters in one inch. A 96-PPI web display therefore has a density of approximately 37.8 PPCM.

PPMM (Pixels Per Millimeter) is a finer metric unit used in engineering and precision print contexts: PPMM = PPI / 25.4. A 300-DPI print image has a density of about 11.81 PPMM.

Calculating Screen PPI from Resolution and Size

To calculate PPI from first principles, the tool uses the Pythagorean theorem to find the diagonal pixel count: diagonalPx = √(width² + height²). Dividing by the physical diagonal size gives PPI: PPI = diagonalPx / diagonalInches. For example, a 1920×1080 display with a 24-inch diagonal yields a diagonal pixel count of ≈ 2202.9 px and a PPI of ≈ 91.8.

Physical diagonal measurements can be entered in inches, centimeters, or millimeters. The tool automatically converts to inches before applying the formula.

Density Tiers: ldpi to xxxhdpi and Retina

Both Android and Apple group displays into density buckets so that developers can provide appropriately sized assets without hard-coding resolution values. The Android ladder starts at ldpi (below 120 PPI) and rises through mdpi (the 1× baseline, ~160 PPI), hdpi (1.5×), xhdpi (2×), xxhdpi (3×), and xxxhdpi (4×). Apple's Retina threshold sits at around 220–326 PPI depending on the device category, with Super Retina reserved for the densest iPhone panels.

The tool automatically classifies any PPI value into the appropriate tier and explains what it means in practical terms for UI design and asset preparation.

Print Resolution Planning

For print work, the effective DPI is determined by the pixel count of the image and the physical size at which it is printed: DPI = imageWidthPx / printWidthInches. A 3000-pixel-wide image printed at 10 inches produces 300 DPI — the widely accepted minimum for professional print quality. Printing the same image at 15 inches drops to 200 DPI, which may appear visibly soft in a high-quality brochure but is acceptable for large-format displays viewed from a distance.

The Print Resolution Planner mode also calculates the maximum print size achievable at a target DPI given your image dimensions. This is the reverse calculation: printSize = imagePx / targetDPI.

Pixels Per Degree (PPD) for Viewing Distance

Raw PPI does not tell the full story of perceived sharpness because it ignores how far the viewer sits from the screen. Pixels Per Degree (PPD) accounts for this by combining PPI with viewing distance: PPD ≈ PPI × viewingDistanceInches × tan(1°) ≈ PPI × viewingDistanceInches × 0.01746.

A desktop monitor at 96 PPI viewed from 24 inches yields approximately 40 PPD — borderline comfortable for most people. VR headsets, held centimeters from the eyes, need 60+ PPD to approach the quality of a well-calibrated desktop monitor. The human eye can typically distinguish detail up to about 60 cycles per degree, so displays exceeding roughly 60 PPD at their intended viewing distance appear perceptually sharp regardless of absolute PPI.

Device Presets for Quick Reference

The tool includes a curated list of common devices — flagship phones, tablets, laptops, and desktop monitors — so you can instantly load real-world specifications and explore conversions, tier classifications, and PPD values at realistic viewing distances without manually looking up each device's specifications.

Frequently Asked Questions

Is the Pixel Density Converter free?

Yes, Pixel Density Converter is totally free :)

Can I use the Pixel Density Converter offline?

Yes, you can install the webapp as PWA.

Is it safe to use Pixel Density Converter?

Yes, any data related to Pixel Density Converter only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

How does the Pixel Density Converter work?

The tool operates in two modes. In 'Convert Density Units' mode, you enter a known density value (such as 96 PPI) and it instantly converts it to all other supported units: PPCM, PPMM, and DPI. In 'Calculate PPI from Screen Size' mode, you enter the horizontal and vertical resolution plus the physical diagonal screen size, and the tool calculates the PPI using the formula PPI = √(hPx² + vPx²) / diagonal_inches.

What is the difference between PPI, DPI, PPCM, and PPMM?

PPI (Pixels Per Inch) is the standard measure of screen pixel density. DPI (Dots Per Inch) is historically a printer term for ink dot density, but in digital contexts it is treated as numerically equivalent to PPI. PPCM (Pixels Per Centimeter) is the metric equivalent — 1 PPI = 0.3937 PPCM (or 1 PPCM = 2.54 PPI). PPMM (Pixels Per Millimeter) is a finer metric unit — 1 PPI = 0.03937 PPMM.

What do ldpi, mdpi, hdpi, xhdpi, xxhdpi, and xxxhdpi mean?

These are Android display density buckets. mdpi (around 160 PPI) is the baseline 1× density. hdpi (1.5×) covers roughly 160–240 PPI, xhdpi (2×) covers 240–320 PPI, xxhdpi (3×) covers 320–480 PPI, and xxxhdpi (4×) covers 480+ PPI. Apple uses the term 'Retina' for displays above approximately 220–326 PPI depending on the device category. The tool automatically classifies your PPI into the appropriate tier.

What is Pixels Per Degree (PPD) and when is it useful?

PPD measures how many pixels span one degree of your visual field at a given viewing distance. It is calculated as PPD ≈ PPI × viewingDistance(inches) × tan(1°). A higher PPD means sharper perceived image quality. PPD is particularly important for VR headsets (where the display is very close), ergonomic monitor placement assessments, and comparing display quality at realistic usage distances rather than raw PPI alone.

How is PPI calculated from screen resolution and diagonal size?

The formula uses the Pythagorean theorem to find the diagonal pixel count: diagonalPx = √(width² + height²). This is then divided by the physical diagonal size in inches: PPI = diagonalPx / diagonalInches. For example, a 1920×1080 display with a 24-inch diagonal has a diagonal pixel count of approximately 2202.9 px, giving PPI ≈ 91.8.

Can I use this tool to check if an image is ready for print?

Yes. The Print Resolution Planner mode lets you enter your image's pixel width and your intended print width. It calculates the resulting DPI and tells you whether it meets the standard 300 DPI threshold for professional print quality. You can also input a target DPI to find the maximum print size your image can support.