Shades of Hollywood Cerise #D80396
Tints of Hollywood Cerise #D80396
RGB
CMYK
RGB Variations
Color information
#D80396 (or 0xD80396) is known color: Hollywood Cerise. HEX triplet: D8, 03 and 96. RGB value is (216,3,150). Sum of RGB (Red+Green+Blue) = 216+3+150=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D80396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80396 is #27FC69. Grayscale: #535353. Windows color (decimal): -2620522 or 9831384. OLE color: 9831384.
HSL color Cylindrical-coordinate representation of color #D80396: hue angle of 318.59º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80396 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 150 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.15 |
| HSL | 318.59º | 0.97% | 0.43% | - |
| HSV(B) | 318.59º | 0.99% | 0.85% | - |
| XYZ | 33.86 | 16.87 | 30.33 | - |
| YUV | 83.45 | 165.57 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 150 | 0 | 0.99 | 0.31 | 0.15 | 318.59 | 0.97 | 0.43 |
| Hex | D8 | 3 | 96 | 0 | 63 | 1F | F | 13F | 61 | 2B |
| Octal | 330 | 3 | 226 | 0 | 143 | 37 | 17 | 477 | 141 | 53 |
| Binary | 11011000 | 11 | 10010110 | 0 | 1100011 | 11111 | 1111 | 100111111 | 1100001 | 101011 |
Color Harmonies of #D80396
Complementary color
Monochromatic Colors of #D80396
Black with #D80396
Text Example
Text Example
White with #D80396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80396; }
p { color: rgb(216,3,150); }
H1.HeaderClassName
{
color: #D80396;
}
.AnyTagClassName
{
color: #D80396;
}
</style>
background-color css
<style>
a { background-color: #D80396; }
a { background-color: rgb(216,3,150); }
div.DivClassName
{
background-color: #D80396;
}
.BgClassName
{
background-color: #D80396;
}
</style>
border-color css
<style>
span { border-color: #D80396; }
span { border-color: rgb(216,3,150); }
td.TdClassName
{
border-color: #D80396;
}
.TagClassName
{
border-color: #D80396;
}
</style>