Shades of Hollywood Cerise #D80BA6
Tints of Hollywood Cerise #D80BA6
RGB
CMYK
RGB Variations
Color information
#D80BA6 (or 0xD80BA6) is known color: Hollywood Cerise. HEX triplet: D8, 0B and A6. RGB value is (216,11,166). Sum of RGB (Red+Green+Blue) = 216+11+166=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80BA6 is #27F459. Grayscale: #595959. Windows color (decimal): -2618458 or 10882008. OLE color: 10882008.
HSL color Cylindrical-coordinate representation of color #D80BA6: hue angle of 314.63º 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 #D80BA6 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 166 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.15 |
| HSL | 314.63º | 0.9% | 0.45% | - |
| HSV(B) | 314.63º | 0.95% | 0.85% | - |
| XYZ | 35.32 | 17.59 | 37.61 | - |
| YUV | 89.97 | 170.92 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 166 | 0 | 0.95 | 0.23 | 0.15 | 314.63 | 0.9 | 0.45 |
| Hex | D8 | B | A6 | 0 | 5F | 17 | F | 13B | 5A | 2D |
| Octal | 330 | 13 | 246 | 0 | 137 | 27 | 17 | 473 | 132 | 55 |
| Binary | 11011000 | 1011 | 10100110 | 0 | 1011111 | 10111 | 1111 | 100111011 | 1011010 | 101101 |
Color Harmonies of #D80BA6
Complementary color
Monochromatic Colors of #D80BA6
Black with #D80BA6
Text Example
Text Example
White with #D80BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BA6; }
p { color: rgb(216,11,166); }
H1.HeaderClassName
{
color: #D80BA6;
}
.AnyTagClassName
{
color: #D80BA6;
}
</style>
background-color css
<style>
a { background-color: #D80BA6; }
a { background-color: rgb(216,11,166); }
div.DivClassName
{
background-color: #D80BA6;
}
.BgClassName
{
background-color: #D80BA6;
}
</style>
border-color css
<style>
span { border-color: #D80BA6; }
span { border-color: rgb(216,11,166); }
td.TdClassName
{
border-color: #D80BA6;
}
.TagClassName
{
border-color: #D80BA6;
}
</style>