Shades of Hollywood Cerise #D801A1
Tints of Hollywood Cerise #D801A1
RGB
CMYK
RGB Variations
Color information
#D801A1 (or 0xD801A1) is known color: Hollywood Cerise. HEX triplet: D8, 01 and A1. RGB value is (216,1,161). Sum of RGB (Red+Green+Blue) = 216+1+161=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D801A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D801A1 is #27FE5E. Grayscale: #535353. Windows color (decimal): -2621023 or 10551768. OLE color: 10551768.
HSL color Cylindrical-coordinate representation of color #D801A1: hue angle of 315.35º 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 #D801A1 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 161 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.15 |
| HSL | 315.35º | 0.99% | 0.43% | - |
| HSV(B) | 315.35º | 1% | 0.85% | - |
| XYZ | 34.76 | 17.19 | 35.2 | - |
| YUV | 83.53 | 171.73 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 161 | 0 | 1.00 | 0.25 | 0.15 | 315.35 | 0.99 | 0.43 |
| Hex | D8 | 1 | A1 | 0 | 64 | 19 | F | 13B | 63 | 2B |
| Octal | 330 | 1 | 241 | 0 | 144 | 31 | 17 | 473 | 143 | 53 |
| Binary | 11011000 | 1 | 10100001 | 0 | 1100100 | 11001 | 1111 | 100111011 | 1100011 | 101011 |
Color Harmonies of #D801A1
Complementary color
Monochromatic Colors of #D801A1
Black with #D801A1
Text Example
Text Example
White with #D801A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D801A1; }
p { color: rgb(216,1,161); }
H1.HeaderClassName
{
color: #D801A1;
}
.AnyTagClassName
{
color: #D801A1;
}
</style>
background-color css
<style>
a { background-color: #D801A1; }
a { background-color: rgb(216,1,161); }
div.DivClassName
{
background-color: #D801A1;
}
.BgClassName
{
background-color: #D801A1;
}
</style>
border-color css
<style>
span { border-color: #D801A1; }
span { border-color: rgb(216,1,161); }
td.TdClassName
{
border-color: #D801A1;
}
.TagClassName
{
border-color: #D801A1;
}
</style>