Shades of Hollywood Cerise #D819AA
Tints of Hollywood Cerise #D819AA
RGB
CMYK
RGB Variations
Color information
#D819AA (or 0xD819AA) is known color: Hollywood Cerise. HEX triplet: D8, 19 and AA. RGB value is (216,25,170). Sum of RGB (Red+Green+Blue) = 216+25+170=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D819AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D819AA is #27E655. Grayscale: #626262. Windows color (decimal): -2614870 or 11147736. OLE color: 11147736.
HSL color Cylindrical-coordinate representation of color #D819AA: hue angle of 314.45º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D819AA is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 170 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.15 |
| HSL | 314.45º | 0.79% | 0.47% | - |
| HSV(B) | 314.45º | 0.88% | 0.85% | - |
| XYZ | 35.92 | 18.2 | 39.65 | - |
| YUV | 98.64 | 168.28 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 170 | 0 | 0.88 | 0.21 | 0.15 | 314.45 | 0.79 | 0.47 |
| Hex | D8 | 19 | AA | 0 | 58 | 15 | F | 13A | 4F | 2F |
| Octal | 330 | 31 | 252 | 0 | 130 | 25 | 17 | 472 | 117 | 57 |
| Binary | 11011000 | 11001 | 10101010 | 0 | 1011000 | 10101 | 1111 | 100111010 | 1001111 | 101111 |
Color Harmonies of #D819AA
Complementary color
Monochromatic Colors of #D819AA
Black with #D819AA
Text Example
Text Example
White with #D819AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D819AA; }
p { color: rgb(216,25,170); }
H1.HeaderClassName
{
color: #D819AA;
}
.AnyTagClassName
{
color: #D819AA;
}
</style>
background-color css
<style>
a { background-color: #D819AA; }
a { background-color: rgb(216,25,170); }
div.DivClassName
{
background-color: #D819AA;
}
.BgClassName
{
background-color: #D819AA;
}
</style>
border-color css
<style>
span { border-color: #D819AA; }
span { border-color: rgb(216,25,170); }
td.TdClassName
{
border-color: #D819AA;
}
.TagClassName
{
border-color: #D819AA;
}
</style>