Shades of Hollywood Cerise #DD0EA8
Tints of Hollywood Cerise #DD0EA8
RGB
CMYK
RGB Variations
Color information
#DD0EA8 (or 0xDD0EA8) is known color: Hollywood Cerise. HEX triplet: DD, 0E and A8. RGB value is (221,14,168). Sum of RGB (Red+Green+Blue) = 221+14+168=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0EA8 is #22F157. Grayscale: #5D5D5D. Windows color (decimal): -2290008 or 11013853. OLE color: 11013853.
HSL color Cylindrical-coordinate representation of color #DD0EA8: hue angle of 315.36º 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 #DD0EA8 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 168 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.13 |
| HSL | 315.36º | 0.88% | 0.46% | - |
| HSV(B) | 315.36º | 0.94% | 0.87% | - |
| XYZ | 37.04 | 18.51 | 38.67 | - |
| YUV | 93.45 | 170.08 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 168 | 0 | 0.94 | 0.24 | 0.13 | 315.36 | 0.88 | 0.46 |
| Hex | DD | E | A8 | 0 | 5E | 18 | D | 13B | 58 | 2E |
| Octal | 335 | 16 | 250 | 0 | 136 | 30 | 15 | 473 | 130 | 56 |
| Binary | 11011101 | 1110 | 10101000 | 0 | 1011110 | 11000 | 1101 | 100111011 | 1011000 | 101110 |
Color Harmonies of #DD0EA8
Complementary color
Monochromatic Colors of #DD0EA8
Black with #DD0EA8
Text Example
Text Example
White with #DD0EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EA8; }
p { color: rgb(221,14,168); }
H1.HeaderClassName
{
color: #DD0EA8;
}
.AnyTagClassName
{
color: #DD0EA8;
}
</style>
background-color css
<style>
a { background-color: #DD0EA8; }
a { background-color: rgb(221,14,168); }
div.DivClassName
{
background-color: #DD0EA8;
}
.BgClassName
{
background-color: #DD0EA8;
}
</style>
border-color css
<style>
span { border-color: #DD0EA8; }
span { border-color: rgb(221,14,168); }
td.TdClassName
{
border-color: #DD0EA8;
}
.TagClassName
{
border-color: #DD0EA8;
}
</style>