Enter the horizontal and vertical resolution in pixels along with the diagonal screen size in inches. The pixel density (PPI, pixels per inch) is computed as the diagonal pixel count — √(width² + height²) — divided by the diagonal size in inches.
Dot pitch is derived from PPI (25.4 mm ÷ PPI) and total pixels is simply width × height. All math runs locally in your browser.