Shades of Hollywood Cerise #D90BA8
Tints of Hollywood Cerise #D90BA8
RGB
CMYK
RGB Variations
Color information
#D90BA8 (or 0xD90BA8) is known color: Hollywood Cerise. HEX triplet: D9, 0B and A8. RGB value is (217,11,168). Sum of RGB (Red+Green+Blue) = 217+11+168=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D90BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90BA8 is #26F457. Grayscale: #5A5A5A. Windows color (decimal): -2552920 or 11013081. OLE color: 11013081.
HSL color Cylindrical-coordinate representation of color #D90BA8: hue angle of 314.27º 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 #D90BA8 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 168 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.15 |
| HSL | 314.27º | 0.9% | 0.45% | - |
| HSV(B) | 314.27º | 0.95% | 0.85% | - |
| XYZ | 35.8 | 17.82 | 38.6 | - |
| YUV | 90.49 | 171.75 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 168 | 0 | 0.95 | 0.23 | 0.15 | 314.27 | 0.9 | 0.45 |
| Hex | D9 | B | A8 | 0 | 5F | 17 | F | 13A | 5A | 2D |
| Octal | 331 | 13 | 250 | 0 | 137 | 27 | 17 | 472 | 132 | 55 |
| Binary | 11011001 | 1011 | 10101000 | 0 | 1011111 | 10111 | 1111 | 100111010 | 1011010 | 101101 |
Color Harmonies of #D90BA8
Complementary color
Monochromatic Colors of #D90BA8
Black with #D90BA8
Text Example
Text Example
White with #D90BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BA8; }
p { color: rgb(217,11,168); }
H1.HeaderClassName
{
color: #D90BA8;
}
.AnyTagClassName
{
color: #D90BA8;
}
</style>
background-color css
<style>
a { background-color: #D90BA8; }
a { background-color: rgb(217,11,168); }
div.DivClassName
{
background-color: #D90BA8;
}
.BgClassName
{
background-color: #D90BA8;
}
</style>
border-color css
<style>
span { border-color: #D90BA8; }
span { border-color: rgb(217,11,168); }
td.TdClassName
{
border-color: #D90BA8;
}
.TagClassName
{
border-color: #D90BA8;
}
</style>