Shades of Hollywood Cerise #D90CA0
Tints of Hollywood Cerise #D90CA0
RGB
CMYK
RGB Variations
Color information
#D90CA0 (or 0xD90CA0) is known color: Hollywood Cerise. HEX triplet: D9, 0C and A0. RGB value is (217,12,160). Sum of RGB (Red+Green+Blue) = 217+12+160=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90CA0 is #26F35F. Grayscale: #595959. Windows color (decimal): -2552672 or 10489049. OLE color: 10489049.
HSL color Cylindrical-coordinate representation of color #D90CA0: hue angle of 316.68º 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 #D90CA0 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 160 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.15 |
| HSL | 316.68º | 0.9% | 0.45% | - |
| HSV(B) | 316.68º | 0.94% | 0.85% | - |
| XYZ | 35.09 | 17.55 | 34.8 | - |
| YUV | 90.17 | 167.42 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 160 | 0 | 0.94 | 0.26 | 0.15 | 316.68 | 0.9 | 0.45 |
| Hex | D9 | C | A0 | 0 | 5E | 1A | F | 13D | 5A | 2D |
| Octal | 331 | 14 | 240 | 0 | 136 | 32 | 17 | 475 | 132 | 55 |
| Binary | 11011001 | 1100 | 10100000 | 0 | 1011110 | 11010 | 1111 | 100111101 | 1011010 | 101101 |
Color Harmonies of #D90CA0
Complementary color
Monochromatic Colors of #D90CA0
Black with #D90CA0
Text Example
Text Example
White with #D90CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CA0; }
p { color: rgb(217,12,160); }
H1.HeaderClassName
{
color: #D90CA0;
}
.AnyTagClassName
{
color: #D90CA0;
}
</style>
background-color css
<style>
a { background-color: #D90CA0; }
a { background-color: rgb(217,12,160); }
div.DivClassName
{
background-color: #D90CA0;
}
.BgClassName
{
background-color: #D90CA0;
}
</style>
border-color css
<style>
span { border-color: #D90CA0; }
span { border-color: rgb(217,12,160); }
td.TdClassName
{
border-color: #D90CA0;
}
.TagClassName
{
border-color: #D90CA0;
}
</style>