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.