Shades of Hollywood Cerise #D80BAB
Tints of Hollywood Cerise #D80BAB
RGB
CMYK
RGB Variations
Color information
#D80BAB (or 0xD80BAB) is known color: Hollywood Cerise. HEX triplet: D8, 0B and AB. RGB value is (216,11,171). Sum of RGB (Red+Green+Blue) = 216+11+171=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80BAB is #27F454. Grayscale: #5A5A5A. Windows color (decimal): -2618453 or 11209688. OLE color: 11209688.
HSL color Cylindrical-coordinate representation of color #D80BAB: hue angle of 313.17º 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 #D80BAB is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 171 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.15 |
| HSL | 313.17º | 0.9% | 0.45% | - |
| HSV(B) | 313.17º | 0.95% | 0.85% | - |
| XYZ | 35.79 | 17.78 | 40.07 | - |
| YUV | 90.54 | 173.42 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 171 | 0 | 0.95 | 0.21 | 0.15 | 313.17 | 0.9 | 0.45 |
| Hex | D8 | B | AB | 0 | 5F | 15 | F | 139 | 5A | 2D |
| Octal | 330 | 13 | 253 | 0 | 137 | 25 | 17 | 471 | 132 | 55 |
| Binary | 11011000 | 1011 | 10101011 | 0 | 1011111 | 10101 | 1111 | 100111001 | 1011010 | 101101 |
Color Harmonies of #D80BAB
Complementary color
Monochromatic Colors of #D80BAB
Black with #D80BAB
Text Example
Text Example
White with #D80BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BAB; }
p { color: rgb(216,11,171); }
H1.HeaderClassName
{
color: #D80BAB;
}
.AnyTagClassName
{
color: #D80BAB;
}
</style>
background-color css
<style>
a { background-color: #D80BAB; }
a { background-color: rgb(216,11,171); }
div.DivClassName
{
background-color: #D80BAB;
}
.BgClassName
{
background-color: #D80BAB;
}
</style>
border-color css
<style>
span { border-color: #D80BAB; }
span { border-color: rgb(216,11,171); }
td.TdClassName
{
border-color: #D80BAB;
}
.TagClassName
{
border-color: #D80BAB;
}
</style>