Shades of Hollywood Cerise #D90499
Tints of Hollywood Cerise #D90499
RGB
CMYK
RGB Variations
Color information
#D90499 (or 0xD90499) is known color: Hollywood Cerise. HEX triplet: D9, 04 and 99. RGB value is (217,4,153). Sum of RGB (Red+Green+Blue) = 217+4+153=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D90499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90499 is #26FB66. Grayscale: #545454. Windows color (decimal): -2554727 or 10028249. OLE color: 10028249.
HSL color Cylindrical-coordinate representation of color #D90499: hue angle of 318.03º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90499 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.15 |
| HSL | 318.03º | 0.96% | 0.43% | - |
| HSV(B) | 318.03º | 0.98% | 0.85% | - |
| XYZ | 34.41 | 17.14 | 31.63 | - |
| YUV | 84.67 | 166.57 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 153 | 0 | 0.98 | 0.29 | 0.15 | 318.03 | 0.96 | 0.43 |
| Hex | D9 | 4 | 99 | 0 | 62 | 1D | F | 13E | 60 | 2B |
| Octal | 331 | 4 | 231 | 0 | 142 | 35 | 17 | 476 | 140 | 53 |
| Binary | 11011001 | 100 | 10011001 | 0 | 1100010 | 11101 | 1111 | 100111110 | 1100000 | 101011 |
Color Harmonies of #D90499
Complementary color
Monochromatic Colors of #D90499
Black with #D90499
Text Example
Text Example
White with #D90499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90499; }
p { color: rgb(217,4,153); }
H1.HeaderClassName
{
color: #D90499;
}
.AnyTagClassName
{
color: #D90499;
}
</style>
background-color css
<style>
a { background-color: #D90499; }
a { background-color: rgb(217,4,153); }
div.DivClassName
{
background-color: #D90499;
}
.BgClassName
{
background-color: #D90499;
}
</style>
border-color css
<style>
span { border-color: #D90499; }
span { border-color: rgb(217,4,153); }
td.TdClassName
{
border-color: #D90499;
}
.TagClassName
{
border-color: #D90499;
}
</style>