Shades of Hollywood Cerise #D808AB
Tints of Hollywood Cerise #D808AB
RGB
CMYK
RGB Variations
Color information
#D808AB (or 0xD808AB) is known color: Hollywood Cerise. HEX triplet: D8, 08 and AB. RGB value is (216,8,171). Sum of RGB (Red+Green+Blue) = 216+8+171=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D808AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D808AB is #27F754. Grayscale: #585858. Windows color (decimal): -2619221 or 11208920. OLE color: 11208920.
HSL color Cylindrical-coordinate representation of color #D808AB: hue angle of 312.98º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D808AB is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 171 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.15 |
| HSL | 312.98º | 0.93% | 0.44% | - |
| HSV(B) | 312.98º | 0.96% | 0.85% | - |
| XYZ | 35.76 | 17.71 | 40.06 | - |
| YUV | 88.77 | 174.41 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 171 | 0 | 0.96 | 0.21 | 0.15 | 312.98 | 0.93 | 0.44 |
| Hex | D8 | 8 | AB | 0 | 60 | 15 | F | 139 | 5D | 2C |
| Octal | 330 | 10 | 253 | 0 | 140 | 25 | 17 | 471 | 135 | 54 |
| Binary | 11011000 | 1000 | 10101011 | 0 | 1100000 | 10101 | 1111 | 100111001 | 1011101 | 101100 |
Color Harmonies of #D808AB
Complementary color
Monochromatic Colors of #D808AB
Black with #D808AB
Text Example
Text Example
White with #D808AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808AB; }
p { color: rgb(216,8,171); }
H1.HeaderClassName
{
color: #D808AB;
}
.AnyTagClassName
{
color: #D808AB;
}
</style>
background-color css
<style>
a { background-color: #D808AB; }
a { background-color: rgb(216,8,171); }
div.DivClassName
{
background-color: #D808AB;
}
.BgClassName
{
background-color: #D808AB;
}
</style>
border-color css
<style>
span { border-color: #D808AB; }
span { border-color: rgb(216,8,171); }
td.TdClassName
{
border-color: #D808AB;
}
.TagClassName
{
border-color: #D808AB;
}
</style>