Shades of Hollywood Cerise #D801AA
Tints of Hollywood Cerise #D801AA
RGB
CMYK
RGB Variations
Color information
#D801AA (or 0xD801AA) is known color: Hollywood Cerise. HEX triplet: D8, 01 and AA. RGB value is (216,1,170). Sum of RGB (Red+Green+Blue) = 216+1+170=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D801AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D801AA is #27FE55. Grayscale: #545454. Windows color (decimal): -2621014 or 11141592. OLE color: 11141592.
HSL color Cylindrical-coordinate representation of color #D801AA: hue angle of 312.84º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801AA is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 170 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.15 |
| HSL | 312.84º | 0.99% | 0.43% | - |
| HSV(B) | 312.84º | 1% | 0.85% | - |
| XYZ | 35.59 | 17.52 | 39.54 | - |
| YUV | 84.55 | 176.23 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 170 | 0 | 1.00 | 0.21 | 0.15 | 312.84 | 0.99 | 0.43 |
| Hex | D8 | 1 | AA | 0 | 64 | 15 | F | 139 | 63 | 2B |
| Octal | 330 | 1 | 252 | 0 | 144 | 25 | 17 | 471 | 143 | 53 |
| Binary | 11011000 | 1 | 10101010 | 0 | 1100100 | 10101 | 1111 | 100111001 | 1100011 | 101011 |
Color Harmonies of #D801AA
Complementary color
Monochromatic Colors of #D801AA
Black with #D801AA
Text Example
Text Example
White with #D801AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D801AA; }
p { color: rgb(216,1,170); }
H1.HeaderClassName
{
color: #D801AA;
}
.AnyTagClassName
{
color: #D801AA;
}
</style>
background-color css
<style>
a { background-color: #D801AA; }
a { background-color: rgb(216,1,170); }
div.DivClassName
{
background-color: #D801AA;
}
.BgClassName
{
background-color: #D801AA;
}
</style>
border-color css
<style>
span { border-color: #D801AA; }
span { border-color: rgb(216,1,170); }
td.TdClassName
{
border-color: #D801AA;
}
.TagClassName
{
border-color: #D801AA;
}
</style>