Shades of Hollywood Cerise #D805A1
Tints of Hollywood Cerise #D805A1
RGB
CMYK
RGB Variations
Color information
#D805A1 (or 0xD805A1) is known color: Hollywood Cerise. HEX triplet: D8, 05 and A1. RGB value is (216,5,161). Sum of RGB (Red+Green+Blue) = 216+5+161=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D805A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D805A1 is #27FA5E. Grayscale: #555555. Windows color (decimal): -2619999 or 10552792. OLE color: 10552792.
HSL color Cylindrical-coordinate representation of color #D805A1: hue angle of 315.64º 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 #D805A1 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 161 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.15 |
| HSL | 315.64º | 0.95% | 0.43% | - |
| HSV(B) | 315.64º | 0.98% | 0.85% | - |
| XYZ | 34.81 | 17.28 | 35.22 | - |
| YUV | 85.87 | 170.4 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 161 | 0 | 0.98 | 0.25 | 0.15 | 315.64 | 0.95 | 0.43 |
| Hex | D8 | 5 | A1 | 0 | 62 | 19 | F | 13C | 5F | 2B |
| Octal | 330 | 5 | 241 | 0 | 142 | 31 | 17 | 474 | 137 | 53 |
| Binary | 11011000 | 101 | 10100001 | 0 | 1100010 | 11001 | 1111 | 100111100 | 1011111 | 101011 |
Color Harmonies of #D805A1
Complementary color
Monochromatic Colors of #D805A1
Black with #D805A1
Text Example
Text Example
White with #D805A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805A1; }
p { color: rgb(216,5,161); }
H1.HeaderClassName
{
color: #D805A1;
}
.AnyTagClassName
{
color: #D805A1;
}
</style>
background-color css
<style>
a { background-color: #D805A1; }
a { background-color: rgb(216,5,161); }
div.DivClassName
{
background-color: #D805A1;
}
.BgClassName
{
background-color: #D805A1;
}
</style>
border-color css
<style>
span { border-color: #D805A1; }
span { border-color: rgb(216,5,161); }
td.TdClassName
{
border-color: #D805A1;
}
.TagClassName
{
border-color: #D805A1;
}
</style>