Shades of Hollywood Cerise #D805AB
Tints of Hollywood Cerise #D805AB
RGB
CMYK
RGB Variations
Color information
#D805AB (or 0xD805AB) is known color: Hollywood Cerise. HEX triplet: D8, 05 and AB. RGB value is (216,5,171). Sum of RGB (Red+Green+Blue) = 216+5+171=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D805AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D805AB is #27FA54. Grayscale: #565656. Windows color (decimal): -2619989 or 11208152. OLE color: 11208152.
HSL color Cylindrical-coordinate representation of color #D805AB: hue angle of 312.8º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D805AB is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.15 |
| HSL | 312.8º | 0.95% | 0.43% | - |
| HSV(B) | 312.8º | 0.98% | 0.85% | - |
| XYZ | 35.72 | 17.65 | 40.05 | - |
| YUV | 87.01 | 175.4 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 171 | 0 | 0.98 | 0.21 | 0.15 | 312.8 | 0.95 | 0.43 |
| Hex | D8 | 5 | AB | 0 | 62 | 15 | F | 139 | 5F | 2B |
| Octal | 330 | 5 | 253 | 0 | 142 | 25 | 17 | 471 | 137 | 53 |
| Binary | 11011000 | 101 | 10101011 | 0 | 1100010 | 10101 | 1111 | 100111001 | 1011111 | 101011 |
Color Harmonies of #D805AB
Complementary color
Monochromatic Colors of #D805AB
Black with #D805AB
Text Example
Text Example
White with #D805AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805AB; }
p { color: rgb(216,5,171); }
H1.HeaderClassName
{
color: #D805AB;
}
.AnyTagClassName
{
color: #D805AB;
}
</style>
background-color css
<style>
a { background-color: #D805AB; }
a { background-color: rgb(216,5,171); }
div.DivClassName
{
background-color: #D805AB;
}
.BgClassName
{
background-color: #D805AB;
}
</style>
border-color css
<style>
span { border-color: #D805AB; }
span { border-color: rgb(216,5,171); }
td.TdClassName
{
border-color: #D805AB;
}
.TagClassName
{
border-color: #D805AB;
}
</style>