Shades of Hollywood Cerise #D90999
Tints of Hollywood Cerise #D90999
RGB
CMYK
RGB Variations
Color information
#D90999 (or 0xD90999) is known color: Hollywood Cerise. HEX triplet: D9, 09 and 99. RGB value is (217,9,153). Sum of RGB (Red+Green+Blue) = 217+9+153=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D90999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90999 is #26F666. Grayscale: #575757. Windows color (decimal): -2553447 or 10029529. OLE color: 10029529.
HSL color Cylindrical-coordinate representation of color #D90999: hue angle of 318.46º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90999 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 153 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.15 |
| HSL | 318.46º | 0.92% | 0.44% | - |
| HSV(B) | 318.46º | 0.96% | 0.85% | - |
| XYZ | 34.46 | 17.25 | 31.65 | - |
| YUV | 87.61 | 164.91 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 153 | 0 | 0.96 | 0.29 | 0.15 | 318.46 | 0.92 | 0.44 |
| Hex | D9 | 9 | 99 | 0 | 60 | 1D | F | 13E | 5C | 2C |
| Octal | 331 | 11 | 231 | 0 | 140 | 35 | 17 | 476 | 134 | 54 |
| Binary | 11011001 | 1001 | 10011001 | 0 | 1100000 | 11101 | 1111 | 100111110 | 1011100 | 101100 |
Color Harmonies of #D90999
Complementary color
Monochromatic Colors of #D90999
Black with #D90999
Text Example
Text Example
White with #D90999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90999; }
p { color: rgb(217,9,153); }
H1.HeaderClassName
{
color: #D90999;
}
.AnyTagClassName
{
color: #D90999;
}
</style>
background-color css
<style>
a { background-color: #D90999; }
a { background-color: rgb(217,9,153); }
div.DivClassName
{
background-color: #D90999;
}
.BgClassName
{
background-color: #D90999;
}
</style>
border-color css
<style>
span { border-color: #D90999; }
span { border-color: rgb(217,9,153); }
td.TdClassName
{
border-color: #D90999;
}
.TagClassName
{
border-color: #D90999;
}
</style>