Shades of Hollywood Cerise #D90CA8
Tints of Hollywood Cerise #D90CA8
RGB
CMYK
RGB Variations
Color information
#D90CA8 (or 0xD90CA8) is known color: Hollywood Cerise. HEX triplet: D9, 0C and A8. RGB value is (217,12,168). Sum of RGB (Red+Green+Blue) = 217+12+168=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90CA8 is #26F357. Grayscale: #5A5A5A. Windows color (decimal): -2552664 or 11013337. OLE color: 11013337.
HSL color Cylindrical-coordinate representation of color #D90CA8: hue angle of 314.34º degrees, saturation: 0.9, 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 #D90CA8 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 168 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.15 |
| HSL | 314.34º | 0.9% | 0.45% | - |
| HSV(B) | 314.34º | 0.94% | 0.85% | - |
| XYZ | 35.81 | 17.84 | 38.6 | - |
| YUV | 91.08 | 171.42 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 168 | 0 | 0.94 | 0.23 | 0.15 | 314.34 | 0.9 | 0.45 |
| Hex | D9 | C | A8 | 0 | 5E | 17 | F | 13A | 5A | 2D |
| Octal | 331 | 14 | 250 | 0 | 136 | 27 | 17 | 472 | 132 | 55 |
| Binary | 11011001 | 1100 | 10101000 | 0 | 1011110 | 10111 | 1111 | 100111010 | 1011010 | 101101 |
Color Harmonies of #D90CA8
Complementary color
Monochromatic Colors of #D90CA8
Black with #D90CA8
Text Example
Text Example
White with #D90CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CA8; }
p { color: rgb(217,12,168); }
H1.HeaderClassName
{
color: #D90CA8;
}
.AnyTagClassName
{
color: #D90CA8;
}
</style>
background-color css
<style>
a { background-color: #D90CA8; }
a { background-color: rgb(217,12,168); }
div.DivClassName
{
background-color: #D90CA8;
}
.BgClassName
{
background-color: #D90CA8;
}
</style>
border-color css
<style>
span { border-color: #D90CA8; }
span { border-color: rgb(217,12,168); }
td.TdClassName
{
border-color: #D90CA8;
}
.TagClassName
{
border-color: #D90CA8;
}
</style>