Shades of Hollywood Cerise #DD0EA9
Tints of Hollywood Cerise #DD0EA9
RGB
CMYK
RGB Variations
Color information
#DD0EA9 (or 0xDD0EA9) is known color: Hollywood Cerise. HEX triplet: DD, 0E and A9. RGB value is (221,14,169). Sum of RGB (Red+Green+Blue) = 221+14+169=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0EA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0EA9 is #22F156. Grayscale: #5D5D5D. Windows color (decimal): -2290007 or 11079389. OLE color: 11079389.
HSL color Cylindrical-coordinate representation of color #DD0EA9: hue angle of 315.07º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0EA9 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 169 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.13 |
| HSL | 315.07º | 0.88% | 0.46% | - |
| HSV(B) | 315.07º | 0.94% | 0.87% | - |
| XYZ | 37.14 | 18.55 | 39.16 | - |
| YUV | 93.56 | 170.58 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 169 | 0 | 0.94 | 0.24 | 0.13 | 315.07 | 0.88 | 0.46 |
| Hex | DD | E | A9 | 0 | 5E | 18 | D | 13B | 58 | 2E |
| Octal | 335 | 16 | 251 | 0 | 136 | 30 | 15 | 473 | 130 | 56 |
| Binary | 11011101 | 1110 | 10101001 | 0 | 1011110 | 11000 | 1101 | 100111011 | 1011000 | 101110 |
Color Harmonies of #DD0EA9
Complementary color
Monochromatic Colors of #DD0EA9
Black with #DD0EA9
Text Example
Text Example
White with #DD0EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EA9; }
p { color: rgb(221,14,169); }
H1.HeaderClassName
{
color: #DD0EA9;
}
.AnyTagClassName
{
color: #DD0EA9;
}
</style>
background-color css
<style>
a { background-color: #DD0EA9; }
a { background-color: rgb(221,14,169); }
div.DivClassName
{
background-color: #DD0EA9;
}
.BgClassName
{
background-color: #DD0EA9;
}
</style>
border-color css
<style>
span { border-color: #DD0EA9; }
span { border-color: rgb(221,14,169); }
td.TdClassName
{
border-color: #DD0EA9;
}
.TagClassName
{
border-color: #DD0EA9;
}
</style>