Shades of Hollywood Cerise #D80B9D
Tints of Hollywood Cerise #D80B9D
RGB
CMYK
RGB Variations
Color information
#D80B9D (or 0xD80B9D) is known color: Hollywood Cerise. HEX triplet: D8, 0B and 9D. RGB value is (216,11,157). Sum of RGB (Red+Green+Blue) = 216+11+157=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80B9D is #27F462. Grayscale: #585858. Windows color (decimal): -2618467 or 10292184. OLE color: 10292184.
HSL color Cylindrical-coordinate representation of color #D80B9D: hue angle of 317.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80B9D is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 157 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.15 |
| HSL | 317.27º | 0.9% | 0.45% | - |
| HSV(B) | 317.27º | 0.95% | 0.85% | - |
| XYZ | 34.52 | 17.27 | 33.41 | - |
| YUV | 88.94 | 166.42 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 157 | 0 | 0.95 | 0.27 | 0.15 | 317.27 | 0.9 | 0.45 |
| Hex | D8 | B | 9D | 0 | 5F | 1B | F | 13D | 5A | 2D |
| Octal | 330 | 13 | 235 | 0 | 137 | 33 | 17 | 475 | 132 | 55 |
| Binary | 11011000 | 1011 | 10011101 | 0 | 1011111 | 11011 | 1111 | 100111101 | 1011010 | 101101 |
Color Harmonies of #D80B9D
Complementary color
Monochromatic Colors of #D80B9D
Black with #D80B9D
Text Example
Text Example
White with #D80B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80B9D; }
p { color: rgb(216,11,157); }
H1.HeaderClassName
{
color: #D80B9D;
}
.AnyTagClassName
{
color: #D80B9D;
}
</style>
background-color css
<style>
a { background-color: #D80B9D; }
a { background-color: rgb(216,11,157); }
div.DivClassName
{
background-color: #D80B9D;
}
.BgClassName
{
background-color: #D80B9D;
}
</style>
border-color css
<style>
span { border-color: #D80B9D; }
span { border-color: rgb(216,11,157); }
td.TdClassName
{
border-color: #D80B9D;
}
.TagClassName
{
border-color: #D80B9D;
}
</style>