Shades of Hollywood Cerise #D814AB
Tints of Hollywood Cerise #D814AB
RGB
CMYK
RGB Variations
Color information
#D814AB (or 0xD814AB) is known color: Hollywood Cerise. HEX triplet: D8, 14 and AB. RGB value is (216,20,171). Sum of RGB (Red+Green+Blue) = 216+20+171=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D814AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D814AB is #27EB54. Grayscale: #5F5F5F. Windows color (decimal): -2616149 or 11211992. OLE color: 11211992.
HSL color Cylindrical-coordinate representation of color #D814AB: hue angle of 313.78º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D814AB is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 171 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.15 |
| HSL | 313.78º | 0.83% | 0.46% | - |
| HSV(B) | 313.78º | 0.91% | 0.85% | - |
| XYZ | 35.92 | 18.04 | 40.12 | - |
| YUV | 95.82 | 170.43 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 171 | 0 | 0.91 | 0.21 | 0.15 | 313.78 | 0.83 | 0.46 |
| Hex | D8 | 14 | AB | 0 | 5B | 15 | F | 13A | 53 | 2E |
| Octal | 330 | 24 | 253 | 0 | 133 | 25 | 17 | 472 | 123 | 56 |
| Binary | 11011000 | 10100 | 10101011 | 0 | 1011011 | 10101 | 1111 | 100111010 | 1010011 | 101110 |
Color Harmonies of #D814AB
Complementary color
Monochromatic Colors of #D814AB
Black with #D814AB
Text Example
Text Example
White with #D814AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D814AB; }
p { color: rgb(216,20,171); }
H1.HeaderClassName
{
color: #D814AB;
}
.AnyTagClassName
{
color: #D814AB;
}
</style>
background-color css
<style>
a { background-color: #D814AB; }
a { background-color: rgb(216,20,171); }
div.DivClassName
{
background-color: #D814AB;
}
.BgClassName
{
background-color: #D814AB;
}
</style>
border-color css
<style>
span { border-color: #D814AB; }
span { border-color: rgb(216,20,171); }
td.TdClassName
{
border-color: #D814AB;
}
.TagClassName
{
border-color: #D814AB;
}
</style>