Shades of Hollywood Cerise #D80499
Tints of Hollywood Cerise #D80499
RGB
CMYK
RGB Variations
Color information
#D80499 (or 0xD80499) is known color: Hollywood Cerise. HEX triplet: D8, 04 and 99. RGB value is (216,4,153). Sum of RGB (Red+Green+Blue) = 216+4+153=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D80499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80499 is #27FB66. Grayscale: #535353. Windows color (decimal): -2620263 or 10028248. OLE color: 10028248.
HSL color Cylindrical-coordinate representation of color #D80499: hue angle of 317.83º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80499 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.15 |
| HSL | 317.83º | 0.96% | 0.43% | - |
| HSV(B) | 317.83º | 0.98% | 0.85% | - |
| XYZ | 34.11 | 16.99 | 31.62 | - |
| YUV | 84.37 | 166.74 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 153 | 0 | 0.98 | 0.29 | 0.15 | 317.83 | 0.96 | 0.43 |
| Hex | D8 | 4 | 99 | 0 | 62 | 1D | F | 13E | 60 | 2B |
| Octal | 330 | 4 | 231 | 0 | 142 | 35 | 17 | 476 | 140 | 53 |
| Binary | 11011000 | 100 | 10011001 | 0 | 1100010 | 11101 | 1111 | 100111110 | 1100000 | 101011 |
Color Harmonies of #D80499
Complementary color
Monochromatic Colors of #D80499
Black with #D80499
Text Example
Text Example
White with #D80499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80499; }
p { color: rgb(216,4,153); }
H1.HeaderClassName
{
color: #D80499;
}
.AnyTagClassName
{
color: #D80499;
}
</style>
background-color css
<style>
a { background-color: #D80499; }
a { background-color: rgb(216,4,153); }
div.DivClassName
{
background-color: #D80499;
}
.BgClassName
{
background-color: #D80499;
}
</style>
border-color css
<style>
span { border-color: #D80499; }
span { border-color: rgb(216,4,153); }
td.TdClassName
{
border-color: #D80499;
}
.TagClassName
{
border-color: #D80499;
}
</style>