Shades of Hollywood Cerise #D90F9F
Tints of Hollywood Cerise #D90F9F
RGB
CMYK
RGB Variations
Color information
#D90F9F (or 0xD90F9F) is known color: Hollywood Cerise. HEX triplet: D9, 0F and 9F. RGB value is (217,15,159). Sum of RGB (Red+Green+Blue) = 217+15+159=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90F9F is #26F060. Grayscale: #5B5B5B. Windows color (decimal): -2551905 or 10424281. OLE color: 10424281.
HSL color Cylindrical-coordinate representation of color #D90F9F: hue angle of 317.23º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D90F9F is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 159 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.15 |
| HSL | 317.23º | 0.87% | 0.45% | - |
| HSV(B) | 317.23º | 0.93% | 0.85% | - |
| XYZ | 35.04 | 17.6 | 34.35 | - |
| YUV | 91.81 | 165.92 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 159 | 0 | 0.93 | 0.27 | 0.15 | 317.23 | 0.87 | 0.45 |
| Hex | D9 | F | 9F | 0 | 5D | 1B | F | 13D | 57 | 2D |
| Octal | 331 | 17 | 237 | 0 | 135 | 33 | 17 | 475 | 127 | 55 |
| Binary | 11011001 | 1111 | 10011111 | 0 | 1011101 | 11011 | 1111 | 100111101 | 1010111 | 101101 |
Color Harmonies of #D90F9F
Complementary color
Monochromatic Colors of #D90F9F
Black with #D90F9F
Text Example
Text Example
White with #D90F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90F9F; }
p { color: rgb(217,15,159); }
H1.HeaderClassName
{
color: #D90F9F;
}
.AnyTagClassName
{
color: #D90F9F;
}
</style>
background-color css
<style>
a { background-color: #D90F9F; }
a { background-color: rgb(217,15,159); }
div.DivClassName
{
background-color: #D90F9F;
}
.BgClassName
{
background-color: #D90F9F;
}
</style>
border-color css
<style>
span { border-color: #D90F9F; }
span { border-color: rgb(217,15,159); }
td.TdClassName
{
border-color: #D90F9F;
}
.TagClassName
{
border-color: #D90F9F;
}
</style>