Shades of Hollywood Cerise #D80EA2
Tints of Hollywood Cerise #D80EA2
RGB
CMYK
RGB Variations
Color information
#D80EA2 (or 0xD80EA2) is known color: Hollywood Cerise. HEX triplet: D8, 0E and A2. RGB value is (216,14,162). Sum of RGB (Red+Green+Blue) = 216+14+162=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80EA2 is #27F15D. Grayscale: #5A5A5A. Windows color (decimal): -2617694 or 10620632. OLE color: 10620632.
HSL color Cylindrical-coordinate representation of color #D80EA2: hue angle of 316.04º 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 #D80EA2 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 162 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.15 |
| HSL | 316.04º | 0.88% | 0.45% | - |
| HSV(B) | 316.04º | 0.94% | 0.85% | - |
| XYZ | 35 | 17.52 | 35.72 | - |
| YUV | 91.27 | 167.92 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 162 | 0 | 0.94 | 0.25 | 0.15 | 316.04 | 0.88 | 0.45 |
| Hex | D8 | E | A2 | 0 | 5E | 19 | F | 13C | 58 | 2D |
| Octal | 330 | 16 | 242 | 0 | 136 | 31 | 17 | 474 | 130 | 55 |
| Binary | 11011000 | 1110 | 10100010 | 0 | 1011110 | 11001 | 1111 | 100111100 | 1011000 | 101101 |
Color Harmonies of #D80EA2
Complementary color
Monochromatic Colors of #D80EA2
Black with #D80EA2
Text Example
Text Example
White with #D80EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80EA2; }
p { color: rgb(216,14,162); }
H1.HeaderClassName
{
color: #D80EA2;
}
.AnyTagClassName
{
color: #D80EA2;
}
</style>
background-color css
<style>
a { background-color: #D80EA2; }
a { background-color: rgb(216,14,162); }
div.DivClassName
{
background-color: #D80EA2;
}
.BgClassName
{
background-color: #D80EA2;
}
</style>
border-color css
<style>
span { border-color: #D80EA2; }
span { border-color: rgb(216,14,162); }
td.TdClassName
{
border-color: #D80EA2;
}
.TagClassName
{
border-color: #D80EA2;
}
</style>