Shades of Hollywood Cerise #D90EA8
Tints of Hollywood Cerise #D90EA8
RGB
CMYK
RGB Variations
Color information
#D90EA8 (or 0xD90EA8) is known color: Hollywood Cerise. HEX triplet: D9, 0E and A8. RGB value is (217,14,168). Sum of RGB (Red+Green+Blue) = 217+14+168=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D90EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90EA8 is #26F157. Grayscale: #5B5B5B. Windows color (decimal): -2552152 or 11013849. OLE color: 11013849.
HSL color Cylindrical-coordinate representation of color #D90EA8: hue angle of 314.48º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90EA8 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 168 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.15 |
| HSL | 314.48º | 0.88% | 0.45% | - |
| HSV(B) | 314.48º | 0.94% | 0.85% | - |
| XYZ | 35.84 | 17.89 | 38.61 | - |
| YUV | 92.25 | 170.75 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 168 | 0 | 0.94 | 0.23 | 0.15 | 314.48 | 0.88 | 0.45 |
| Hex | D9 | E | A8 | 0 | 5E | 17 | F | 13A | 58 | 2D |
| Octal | 331 | 16 | 250 | 0 | 136 | 27 | 17 | 472 | 130 | 55 |
| Binary | 11011001 | 1110 | 10101000 | 0 | 1011110 | 10111 | 1111 | 100111010 | 1011000 | 101101 |
Color Harmonies of #D90EA8
Complementary color
Monochromatic Colors of #D90EA8
Black with #D90EA8
Text Example
Text Example
White with #D90EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90EA8; }
p { color: rgb(217,14,168); }
H1.HeaderClassName
{
color: #D90EA8;
}
.AnyTagClassName
{
color: #D90EA8;
}
</style>
background-color css
<style>
a { background-color: #D90EA8; }
a { background-color: rgb(217,14,168); }
div.DivClassName
{
background-color: #D90EA8;
}
.BgClassName
{
background-color: #D90EA8;
}
</style>
border-color css
<style>
span { border-color: #D90EA8; }
span { border-color: rgb(217,14,168); }
td.TdClassName
{
border-color: #D90EA8;
}
.TagClassName
{
border-color: #D90EA8;
}
</style>