Shades of Hollywood Cerise #D900A4
Tints of Hollywood Cerise #D900A4
RGB
CMYK
RGB Variations
Color information
#D900A4 (or 0xD900A4) is known color: Hollywood Cerise. HEX triplet: D9, 00 and A4. RGB value is (217,0,164). Sum of RGB (Red+Green+Blue) = 217+0+164=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D900A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D900A4 is #26FF5B. Grayscale: #535353. Windows color (decimal): -2555740 or 10748121. OLE color: 10748121.
HSL color Cylindrical-coordinate representation of color #D900A4: hue angle of 314.65º 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 #D900A4 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 164 | - |
| CMYK | 0 | 1 | 0.24 | 0.15 |
| HSL | 314.65º | 1% | 0.43% | - |
| HSV(B) | 314.65º | 1% | 0.85% | - |
| XYZ | 35.32 | 17.43 | 36.63 | - |
| YUV | 83.58 | 173.39 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 164 | 0 | 1 | 0.24 | 0.15 | 314.65 | 1 | 0.43 |
| Hex | D9 | 0 | A4 | 0 | 64 | 18 | F | 13B | 64 | 2B |
| Octal | 331 | 0 | 244 | 0 | 144 | 30 | 17 | 473 | 144 | 53 |
| Binary | 11011001 | 0 | 10100100 | 0 | 1100100 | 11000 | 1111 | 100111011 | 1100100 | 101011 |
Color Harmonies of #D900A4
Complementary color
Monochromatic Colors of #D900A4
Black with #D900A4
Text Example
Text Example
White with #D900A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D900A4; }
p { color: rgb(217,0,164); }
H1.HeaderClassName
{
color: #D900A4;
}
.AnyTagClassName
{
color: #D900A4;
}
</style>
background-color css
<style>
a { background-color: #D900A4; }
a { background-color: rgb(217,0,164); }
div.DivClassName
{
background-color: #D900A4;
}
.BgClassName
{
background-color: #D900A4;
}
</style>
border-color css
<style>
span { border-color: #D900A4; }
span { border-color: rgb(217,0,164); }
td.TdClassName
{
border-color: #D900A4;
}
.TagClassName
{
border-color: #D900A4;
}
</style>