Shades of Hollywood Cerise #D805AA
Tints of Hollywood Cerise #D805AA
RGB
CMYK
RGB Variations
Color information
#D805AA (or 0xD805AA) is known color: Hollywood Cerise. HEX triplet: D8, 05 and AA. RGB value is (216,5,170). Sum of RGB (Red+Green+Blue) = 216+5+170=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D805AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D805AA is #27FA55. Grayscale: #565656. Windows color (decimal): -2619990 or 11142616. OLE color: 11142616.
HSL color Cylindrical-coordinate representation of color #D805AA: hue angle of 313.08º 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 #D805AA is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 170 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.15 |
| HSL | 313.08º | 0.95% | 0.43% | - |
| HSV(B) | 313.08º | 0.98% | 0.85% | - |
| XYZ | 35.63 | 17.61 | 39.55 | - |
| YUV | 86.9 | 174.9 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 170 | 0 | 0.98 | 0.21 | 0.15 | 313.08 | 0.95 | 0.43 |
| Hex | D8 | 5 | AA | 0 | 62 | 15 | F | 139 | 5F | 2B |
| Octal | 330 | 5 | 252 | 0 | 142 | 25 | 17 | 471 | 137 | 53 |
| Binary | 11011000 | 101 | 10101010 | 0 | 1100010 | 10101 | 1111 | 100111001 | 1011111 | 101011 |
Color Harmonies of #D805AA
Complementary color
Monochromatic Colors of #D805AA
Black with #D805AA
Text Example
Text Example
White with #D805AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805AA; }
p { color: rgb(216,5,170); }
H1.HeaderClassName
{
color: #D805AA;
}
.AnyTagClassName
{
color: #D805AA;
}
</style>
background-color css
<style>
a { background-color: #D805AA; }
a { background-color: rgb(216,5,170); }
div.DivClassName
{
background-color: #D805AA;
}
.BgClassName
{
background-color: #D805AA;
}
</style>
border-color css
<style>
span { border-color: #D805AA; }
span { border-color: rgb(216,5,170); }
td.TdClassName
{
border-color: #D805AA;
}
.TagClassName
{
border-color: #D805AA;
}
</style>