Shades of Hollywood Cerise #D900A1
Tints of Hollywood Cerise #D900A1
RGB
CMYK
RGB Variations
Color information
#D900A1 (or 0xD900A1) is known color: Hollywood Cerise. HEX triplet: D9, 00 and A1. RGB value is (217,0,161). Sum of RGB (Red+Green+Blue) = 217+0+161=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D900A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D900A1 is #26FF5E. Grayscale: #525252. Windows color (decimal): -2555743 or 10551513. OLE color: 10551513.
HSL color Cylindrical-coordinate representation of color #D900A1: hue angle of 315.48º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900A1 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 161 | - |
| CMYK | 0 | 1 | 0.26 | 0.15 |
| HSL | 315.48º | 1% | 0.43% | - |
| HSV(B) | 315.48º | 1% | 0.85% | - |
| XYZ | 35.05 | 17.32 | 35.22 | - |
| YUV | 83.24 | 171.89 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 161 | 0 | 1 | 0.26 | 0.15 | 315.48 | 1 | 0.43 |
| Hex | D9 | 0 | A1 | 0 | 64 | 1A | F | 13B | 64 | 2B |
| Octal | 331 | 0 | 241 | 0 | 144 | 32 | 17 | 473 | 144 | 53 |
| Binary | 11011001 | 0 | 10100001 | 0 | 1100100 | 11010 | 1111 | 100111011 | 1100100 | 101011 |
Color Harmonies of #D900A1
Complementary color
Monochromatic Colors of #D900A1
Black with #D900A1
Text Example
Text Example
White with #D900A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D900A1; }
p { color: rgb(217,0,161); }
H1.HeaderClassName
{
color: #D900A1;
}
.AnyTagClassName
{
color: #D900A1;
}
</style>
background-color css
<style>
a { background-color: #D900A1; }
a { background-color: rgb(217,0,161); }
div.DivClassName
{
background-color: #D900A1;
}
.BgClassName
{
background-color: #D900A1;
}
</style>
border-color css
<style>
span { border-color: #D900A1; }
span { border-color: rgb(217,0,161); }
td.TdClassName
{
border-color: #D900A1;
}
.TagClassName
{
border-color: #D900A1;
}
</style>