Shades of Hollywood Cerise #DD0EAB
Tints of Hollywood Cerise #DD0EAB
RGB
CMYK
RGB Variations
Color information
#DD0EAB (or 0xDD0EAB) is known color: Hollywood Cerise. HEX triplet: DD, 0E and AB. RGB value is (221,14,171). Sum of RGB (Red+Green+Blue) = 221+14+171=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0EAB is #22F154. Grayscale: #5D5D5D. Windows color (decimal): -2290005 or 11210461. OLE color: 11210461.
HSL color Cylindrical-coordinate representation of color #DD0EAB: hue angle of 314.49º 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 #DD0EAB is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 171 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.13 |
| HSL | 314.49º | 0.88% | 0.46% | - |
| HSV(B) | 314.49º | 0.94% | 0.87% | - |
| XYZ | 37.33 | 18.63 | 40.16 | - |
| YUV | 93.79 | 171.58 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 171 | 0 | 0.94 | 0.23 | 0.13 | 314.49 | 0.88 | 0.46 |
| Hex | DD | E | AB | 0 | 5E | 17 | D | 13A | 58 | 2E |
| Octal | 335 | 16 | 253 | 0 | 136 | 27 | 15 | 472 | 130 | 56 |
| Binary | 11011101 | 1110 | 10101011 | 0 | 1011110 | 10111 | 1101 | 100111010 | 1011000 | 101110 |
Color Harmonies of #DD0EAB
Complementary color
Monochromatic Colors of #DD0EAB
Black with #DD0EAB
Text Example
Text Example
White with #DD0EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EAB; }
p { color: rgb(221,14,171); }
H1.HeaderClassName
{
color: #DD0EAB;
}
.AnyTagClassName
{
color: #DD0EAB;
}
</style>
background-color css
<style>
a { background-color: #DD0EAB; }
a { background-color: rgb(221,14,171); }
div.DivClassName
{
background-color: #DD0EAB;
}
.BgClassName
{
background-color: #DD0EAB;
}
</style>
border-color css
<style>
span { border-color: #DD0EAB; }
span { border-color: rgb(221,14,171); }
td.TdClassName
{
border-color: #DD0EAB;
}
.TagClassName
{
border-color: #DD0EAB;
}
</style>