Shades of Hollywood Cerise #D80498
Tints of Hollywood Cerise #D80498
RGB
CMYK
RGB Variations
Color information
#D80498 (or 0xD80498) is known color: Hollywood Cerise. HEX triplet: D8, 04 and 98. RGB value is (216,4,152). Sum of RGB (Red+Green+Blue) = 216+4+152=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D80498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80498 is #27FB67. Grayscale: #535353. Windows color (decimal): -2620264 or 9962712. OLE color: 9962712.
HSL color Cylindrical-coordinate representation of color #D80498: hue angle of 318.11º 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 #D80498 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 152 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.15 |
| HSL | 318.11º | 0.96% | 0.43% | - |
| HSV(B) | 318.11º | 0.98% | 0.85% | - |
| XYZ | 34.03 | 16.95 | 31.18 | - |
| YUV | 84.26 | 166.24 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 152 | 0 | 0.98 | 0.30 | 0.15 | 318.11 | 0.96 | 0.43 |
| Hex | D8 | 4 | 98 | 0 | 62 | 1E | F | 13E | 60 | 2B |
| Octal | 330 | 4 | 230 | 0 | 142 | 36 | 17 | 476 | 140 | 53 |
| Binary | 11011000 | 100 | 10011000 | 0 | 1100010 | 11110 | 1111 | 100111110 | 1100000 | 101011 |
Color Harmonies of #D80498
Complementary color
Monochromatic Colors of #D80498
Black with #D80498
Text Example
Text Example
White with #D80498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80498; }
p { color: rgb(216,4,152); }
H1.HeaderClassName
{
color: #D80498;
}
.AnyTagClassName
{
color: #D80498;
}
</style>
background-color css
<style>
a { background-color: #D80498; }
a { background-color: rgb(216,4,152); }
div.DivClassName
{
background-color: #D80498;
}
.BgClassName
{
background-color: #D80498;
}
</style>
border-color css
<style>
span { border-color: #D80498; }
span { border-color: rgb(216,4,152); }
td.TdClassName
{
border-color: #D80498;
}
.TagClassName
{
border-color: #D80498;
}
</style>