Shades of Hollywood Cerise #D814AA
Tints of Hollywood Cerise #D814AA
RGB
CMYK
RGB Variations
Color information
#D814AA (or 0xD814AA) is known color: Hollywood Cerise. HEX triplet: D8, 14 and AA. RGB value is (216,20,170). Sum of RGB (Red+Green+Blue) = 216+20+170=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D814AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D814AA is #27EB55. Grayscale: #5F5F5F. Windows color (decimal): -2616150 or 11146456. OLE color: 11146456.
HSL color Cylindrical-coordinate representation of color #D814AA: hue angle of 314.08º 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 #D814AA is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 170 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.15 |
| HSL | 314.08º | 0.83% | 0.46% | - |
| HSV(B) | 314.08º | 0.91% | 0.85% | - |
| XYZ | 35.82 | 18 | 39.62 | - |
| YUV | 95.7 | 169.93 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 170 | 0 | 0.91 | 0.21 | 0.15 | 314.08 | 0.83 | 0.46 |
| Hex | D8 | 14 | AA | 0 | 5B | 15 | F | 13A | 53 | 2E |
| Octal | 330 | 24 | 252 | 0 | 133 | 25 | 17 | 472 | 123 | 56 |
| Binary | 11011000 | 10100 | 10101010 | 0 | 1011011 | 10101 | 1111 | 100111010 | 1010011 | 101110 |
Color Harmonies of #D814AA
Complementary color
Monochromatic Colors of #D814AA
Black with #D814AA
Text Example
Text Example
White with #D814AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D814AA; }
p { color: rgb(216,20,170); }
H1.HeaderClassName
{
color: #D814AA;
}
.AnyTagClassName
{
color: #D814AA;
}
</style>
background-color css
<style>
a { background-color: #D814AA; }
a { background-color: rgb(216,20,170); }
div.DivClassName
{
background-color: #D814AA;
}
.BgClassName
{
background-color: #D814AA;
}
</style>
border-color css
<style>
span { border-color: #D814AA; }
span { border-color: rgb(216,20,170); }
td.TdClassName
{
border-color: #D814AA;
}
.TagClassName
{
border-color: #D814AA;
}
</style>