Shades of Hollywood Cerise #D90CAC
Tints of Hollywood Cerise #D90CAC
RGB
CMYK
RGB Variations
Color information
#D90CAC (or 0xD90CAC) is known color: Hollywood Cerise. HEX triplet: D9, 0C and AC. RGB value is (217,12,172). Sum of RGB (Red+Green+Blue) = 217+12+172=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90CAC is #26F353. Grayscale: #5B5B5B. Windows color (decimal): -2552660 or 11275481. OLE color: 11275481.
HSL color Cylindrical-coordinate representation of color #D90CAC: hue angle of 313.17º 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 #D90CAC is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.15 |
| HSL | 313.17º | 0.9% | 0.45% | - |
| HSV(B) | 313.17º | 0.94% | 0.85% | - |
| XYZ | 36.19 | 17.99 | 40.6 | - |
| YUV | 91.54 | 173.42 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 172 | 0 | 0.94 | 0.21 | 0.15 | 313.17 | 0.9 | 0.45 |
| Hex | D9 | C | AC | 0 | 5E | 15 | F | 139 | 5A | 2D |
| Octal | 331 | 14 | 254 | 0 | 136 | 25 | 17 | 471 | 132 | 55 |
| Binary | 11011001 | 1100 | 10101100 | 0 | 1011110 | 10101 | 1111 | 100111001 | 1011010 | 101101 |
Color Harmonies of #D90CAC
Complementary color
Monochromatic Colors of #D90CAC
Black with #D90CAC
Text Example
Text Example
White with #D90CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CAC; }
p { color: rgb(217,12,172); }
H1.HeaderClassName
{
color: #D90CAC;
}
.AnyTagClassName
{
color: #D90CAC;
}
</style>
background-color css
<style>
a { background-color: #D90CAC; }
a { background-color: rgb(217,12,172); }
div.DivClassName
{
background-color: #D90CAC;
}
.BgClassName
{
background-color: #D90CAC;
}
</style>
border-color css
<style>
span { border-color: #D90CAC; }
span { border-color: rgb(217,12,172); }
td.TdClassName
{
border-color: #D90CAC;
}
.TagClassName
{
border-color: #D90CAC;
}
</style>