Shades of Hollywood Cerise #D80FA9
Tints of Hollywood Cerise #D80FA9
RGB
CMYK
RGB Variations
Color information
#D80FA9 (or 0xD80FA9) is known color: Hollywood Cerise. HEX triplet: D8, 0F and A9. RGB value is (216,15,169). Sum of RGB (Red+Green+Blue) = 216+15+169=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 169 (66.41% from 255 or 42.25% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80FA9 is #27F056. Grayscale: #5C5C5C. Windows color (decimal): -2617431 or 11079640. OLE color: 11079640.
HSL color Cylindrical-coordinate representation of color #D80FA9: hue angle of 314.03º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80FA9 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 169 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.15 |
| HSL | 314.03º | 0.87% | 0.45% | - |
| HSV(B) | 314.03º | 0.93% | 0.85% | - |
| XYZ | 35.65 | 17.81 | 39.09 | - |
| YUV | 92.66 | 171.09 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 169 | 0 | 0.93 | 0.22 | 0.15 | 314.03 | 0.87 | 0.45 |
| Hex | D8 | F | A9 | 0 | 5D | 16 | F | 13A | 57 | 2D |
| Octal | 330 | 17 | 251 | 0 | 135 | 26 | 17 | 472 | 127 | 55 |
| Binary | 11011000 | 1111 | 10101001 | 0 | 1011101 | 10110 | 1111 | 100111010 | 1010111 | 101101 |
Color Harmonies of #D80FA9
Complementary color
Monochromatic Colors of #D80FA9
Black with #D80FA9
Text Example
Text Example
White with #D80FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80FA9; }
p { color: rgb(216,15,169); }
H1.HeaderClassName
{
color: #D80FA9;
}
.AnyTagClassName
{
color: #D80FA9;
}
</style>
background-color css
<style>
a { background-color: #D80FA9; }
a { background-color: rgb(216,15,169); }
div.DivClassName
{
background-color: #D80FA9;
}
.BgClassName
{
background-color: #D80FA9;
}
</style>
border-color css
<style>
span { border-color: #D80FA9; }
span { border-color: rgb(216,15,169); }
td.TdClassName
{
border-color: #D80FA9;
}
.TagClassName
{
border-color: #D80FA9;
}
</style>