Shades of Hollywood Cerise #D90CAA
Tints of Hollywood Cerise #D90CAA
RGB
CMYK
RGB Variations
Color information
#D90CAA (or 0xD90CAA) is known color: Hollywood Cerise. HEX triplet: D9, 0C and AA. RGB value is (217,12,170). Sum of RGB (Red+Green+Blue) = 217+12+170=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90CAA is #26F355. Grayscale: #5A5A5A. Windows color (decimal): -2552662 or 11144409. OLE color: 11144409.
HSL color Cylindrical-coordinate representation of color #D90CAA: hue angle of 313.76º 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 #D90CAA is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 170 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.15 |
| HSL | 313.76º | 0.9% | 0.45% | - |
| HSV(B) | 313.76º | 0.94% | 0.85% | - |
| XYZ | 36 | 17.92 | 39.59 | - |
| YUV | 91.31 | 172.42 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 170 | 0 | 0.94 | 0.22 | 0.15 | 313.76 | 0.9 | 0.45 |
| Hex | D9 | C | AA | 0 | 5E | 16 | F | 13A | 5A | 2D |
| Octal | 331 | 14 | 252 | 0 | 136 | 26 | 17 | 472 | 132 | 55 |
| Binary | 11011001 | 1100 | 10101010 | 0 | 1011110 | 10110 | 1111 | 100111010 | 1011010 | 101101 |
Color Harmonies of #D90CAA
Complementary color
Monochromatic Colors of #D90CAA
Black with #D90CAA
Text Example
Text Example
White with #D90CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CAA; }
p { color: rgb(217,12,170); }
H1.HeaderClassName
{
color: #D90CAA;
}
.AnyTagClassName
{
color: #D90CAA;
}
</style>
background-color css
<style>
a { background-color: #D90CAA; }
a { background-color: rgb(217,12,170); }
div.DivClassName
{
background-color: #D90CAA;
}
.BgClassName
{
background-color: #D90CAA;
}
</style>
border-color css
<style>
span { border-color: #D90CAA; }
span { border-color: rgb(217,12,170); }
td.TdClassName
{
border-color: #D90CAA;
}
.TagClassName
{
border-color: #D90CAA;
}
</style>