Shades of Hollywood Cerise #D80EAC
Tints of Hollywood Cerise #D80EAC
RGB
CMYK
RGB Variations
Color information
#D80EAC (or 0xD80EAC) is known color: Hollywood Cerise. HEX triplet: D8, 0E and AC. RGB value is (216,14,172). Sum of RGB (Red+Green+Blue) = 216+14+172=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80EAC is #27F153. Grayscale: #5B5B5B. Windows color (decimal): -2617684 or 11275992. OLE color: 11275992.
HSL color Cylindrical-coordinate representation of color #D80EAC: hue angle of 313.07º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80EAC is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 172 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.15 |
| HSL | 313.07º | 0.88% | 0.45% | - |
| HSV(B) | 313.07º | 0.94% | 0.85% | - |
| XYZ | 35.92 | 17.89 | 40.59 | - |
| YUV | 92.41 | 172.92 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 172 | 0 | 0.94 | 0.20 | 0.15 | 313.07 | 0.88 | 0.45 |
| Hex | D8 | E | AC | 0 | 5E | 14 | F | 139 | 58 | 2D |
| Octal | 330 | 16 | 254 | 0 | 136 | 24 | 17 | 471 | 130 | 55 |
| Binary | 11011000 | 1110 | 10101100 | 0 | 1011110 | 10100 | 1111 | 100111001 | 1011000 | 101101 |
Color Harmonies of #D80EAC
Complementary color
Monochromatic Colors of #D80EAC
Black with #D80EAC
Text Example
Text Example
White with #D80EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80EAC; }
p { color: rgb(216,14,172); }
H1.HeaderClassName
{
color: #D80EAC;
}
.AnyTagClassName
{
color: #D80EAC;
}
</style>
background-color css
<style>
a { background-color: #D80EAC; }
a { background-color: rgb(216,14,172); }
div.DivClassName
{
background-color: #D80EAC;
}
.BgClassName
{
background-color: #D80EAC;
}
</style>
border-color css
<style>
span { border-color: #D80EAC; }
span { border-color: rgb(216,14,172); }
td.TdClassName
{
border-color: #D80EAC;
}
.TagClassName
{
border-color: #D80EAC;
}
</style>