Shades of Hollywood Cerise #D80096
Tints of Hollywood Cerise #D80096
RGB
CMYK
RGB Variations
Color information
#D80096 (or 0xD80096) is known color: Hollywood Cerise. HEX triplet: D8, 00 and 96. RGB value is (216,0,150). Sum of RGB (Red+Green+Blue) = 216+0+150=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D80096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80096 is #27FF69. Grayscale: #515151. Windows color (decimal): -2621290 or 9830616. OLE color: 9830616.
HSL color Cylindrical-coordinate representation of color #D80096: hue angle of 318.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80096 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.31 | 0.15 |
| HSL | 318.33º | 1% | 0.42% | - |
| HSV(B) | 318.33º | 1% | 0.85% | - |
| XYZ | 33.82 | 16.8 | 30.31 | - |
| YUV | 81.68 | 166.56 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 150 | 0 | 1 | 0.31 | 0.15 | 318.33 | 1 | 0.42 |
| Hex | D8 | 0 | 96 | 0 | 64 | 1F | F | 13E | 64 | 2A |
| Octal | 330 | 0 | 226 | 0 | 144 | 37 | 17 | 476 | 144 | 52 |
| Binary | 11011000 | 0 | 10010110 | 0 | 1100100 | 11111 | 1111 | 100111110 | 1100100 | 101010 |
Color Harmonies of #D80096
Complementary color
Monochromatic Colors of #D80096
Black with #D80096
Text Example
Text Example
White with #D80096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80096; }
p { color: rgb(216,0,150); }
H1.HeaderClassName
{
color: #D80096;
}
.AnyTagClassName
{
color: #D80096;
}
</style>
background-color css
<style>
a { background-color: #D80096; }
a { background-color: rgb(216,0,150); }
div.DivClassName
{
background-color: #D80096;
}
.BgClassName
{
background-color: #D80096;
}
</style>
border-color css
<style>
span { border-color: #D80096; }
span { border-color: rgb(216,0,150); }
td.TdClassName
{
border-color: #D80096;
}
.TagClassName
{
border-color: #D80096;
}
</style>