Shades of Hollywood Cerise #D90B9E
Tints of Hollywood Cerise #D90B9E
RGB
CMYK
RGB Variations
Color information
#D90B9E (or 0xD90B9E) is known color: Hollywood Cerise. HEX triplet: D9, 0B and 9E. RGB value is (217,11,158). Sum of RGB (Red+Green+Blue) = 217+11+158=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90B9E is #26F461. Grayscale: #585858. Windows color (decimal): -2552930 or 10357721. OLE color: 10357721.
HSL color Cylindrical-coordinate representation of color #D90B9E: hue angle of 317.18º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90B9E is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 158 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.15 |
| HSL | 317.18º | 0.9% | 0.45% | - |
| HSV(B) | 317.18º | 0.95% | 0.85% | - |
| XYZ | 34.91 | 17.46 | 33.88 | - |
| YUV | 89.35 | 166.75 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 158 | 0 | 0.95 | 0.27 | 0.15 | 317.18 | 0.9 | 0.45 |
| Hex | D9 | B | 9E | 0 | 5F | 1B | F | 13D | 5A | 2D |
| Octal | 331 | 13 | 236 | 0 | 137 | 33 | 17 | 475 | 132 | 55 |
| Binary | 11011001 | 1011 | 10011110 | 0 | 1011111 | 11011 | 1111 | 100111101 | 1011010 | 101101 |
Color Harmonies of #D90B9E
Complementary color
Monochromatic Colors of #D90B9E
Black with #D90B9E
Text Example
Text Example
White with #D90B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B9E; }
p { color: rgb(217,11,158); }
H1.HeaderClassName
{
color: #D90B9E;
}
.AnyTagClassName
{
color: #D90B9E;
}
</style>
background-color css
<style>
a { background-color: #D90B9E; }
a { background-color: rgb(217,11,158); }
div.DivClassName
{
background-color: #D90B9E;
}
.BgClassName
{
background-color: #D90B9E;
}
</style>
border-color css
<style>
span { border-color: #D90B9E; }
span { border-color: rgb(217,11,158); }
td.TdClassName
{
border-color: #D90B9E;
}
.TagClassName
{
border-color: #D90B9E;
}
</style>