Debian Red
#d70a53
Looking for the precise values behind Debian Red (#d70a53)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d70a53 | |
|---|---|---|
| RGB | rgb(215, 10, 83) | |
| HSL | hsl(339, 91%, 44%) | |
| CMYK | cmyk(0%, 95%, 61%, 16%) | |
| LAB | lab(47, 72, 20) | |
| OKLCH | oklch(0.56 0.222 12) |
Color harmonies
Tints & shades
Code snippets
color: #d70a53;
background-color: #d70a53;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFD70A53)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.04, blue: 0.33, alpha: 1.0)