Shades of Hollywood Cerise #DD04A2
Tints of Hollywood Cerise #DD04A2
RGB
CMYK
RGB Variations
Color information
#DD04A2 (or 0xDD04A2) is known color: Hollywood Cerise. HEX triplet: DD, 04 and A2. RGB value is (221,4,162). Sum of RGB (Red+Green+Blue) = 221+4+162=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD04A2 is #22FB5D. Grayscale: #565656. Windows color (decimal): -2292574 or 10618077. OLE color: 10618077.
HSL color Cylindrical-coordinate representation of color #DD04A2: hue angle of 316.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD04A2 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 162 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.13 |
| HSL | 316.31º | 0.96% | 0.44% | - |
| HSV(B) | 316.31º | 0.98% | 0.87% | - |
| XYZ | 36.38 | 18.07 | 35.75 | - |
| YUV | 86.9 | 170.39 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 162 | 0 | 0.98 | 0.27 | 0.13 | 316.31 | 0.96 | 0.44 |
| Hex | DD | 4 | A2 | 0 | 62 | 1B | D | 13C | 60 | 2C |
| Octal | 335 | 4 | 242 | 0 | 142 | 33 | 15 | 474 | 140 | 54 |
| Binary | 11011101 | 100 | 10100010 | 0 | 1100010 | 11011 | 1101 | 100111100 | 1100000 | 101100 |
Color Harmonies of #DD04A2
Complementary color
Monochromatic Colors of #DD04A2
Black with #DD04A2
Text Example
Text Example
White with #DD04A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04A2; }
p { color: rgb(221,4,162); }
H1.HeaderClassName
{
color: #DD04A2;
}
.AnyTagClassName
{
color: #DD04A2;
}
</style>
background-color css
<style>
a { background-color: #DD04A2; }
a { background-color: rgb(221,4,162); }
div.DivClassName
{
background-color: #DD04A2;
}
.BgClassName
{
background-color: #DD04A2;
}
</style>
border-color css
<style>
span { border-color: #DD04A2; }
span { border-color: rgb(221,4,162); }
td.TdClassName
{
border-color: #DD04A2;
}
.TagClassName
{
border-color: #DD04A2;
}
</style>