Anger
#dd0055
Here's everything about the color Anger (#dd0055) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dd0055 | |
|---|---|---|
| RGB | rgb(221, 0, 85) | |
| HSL | hsl(337, 100%, 43%) | |
| CMYK | cmyk(0%, 100%, 62%, 13%) | |
| LAB | lab(48, 74, 20) | |
| OKLCH | oklch(0.57 0.229 11) |
Color harmonies
Tints & shades
Code snippets
color: #dd0055;
background-color: #dd0055;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFDD0055)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.00, blue: 0.33, alpha: 1.0)