Shades of Hollywood Cerise #D90BAA
Tints of Hollywood Cerise #D90BAA
RGB
CMYK
RGB Variations
Color information
#D90BAA (or 0xD90BAA) is known color: Hollywood Cerise. HEX triplet: D9, 0B and AA. RGB value is (217,11,170). Sum of RGB (Red+Green+Blue) = 217+11+170=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D90BAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90BAA is #26F455. Grayscale: #5A5A5A. Windows color (decimal): -2552918 or 11144153. OLE color: 11144153.
HSL color Cylindrical-coordinate representation of color #D90BAA: hue angle of 313.69º 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 #D90BAA is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 170 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.15 |
| HSL | 313.69º | 0.9% | 0.45% | - |
| HSV(B) | 313.69º | 0.95% | 0.85% | - |
| XYZ | 35.99 | 17.89 | 39.59 | - |
| YUV | 90.72 | 172.75 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 170 | 0 | 0.95 | 0.22 | 0.15 | 313.69 | 0.9 | 0.45 |
| Hex | D9 | B | AA | 0 | 5F | 16 | F | 13A | 5A | 2D |
| Octal | 331 | 13 | 252 | 0 | 137 | 26 | 17 | 472 | 132 | 55 |
| Binary | 11011001 | 1011 | 10101010 | 0 | 1011111 | 10110 | 1111 | 100111010 | 1011010 | 101101 |
Color Harmonies of #D90BAA
Complementary color
Monochromatic Colors of #D90BAA
Black with #D90BAA
Text Example
Text Example
White with #D90BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BAA; }
p { color: rgb(217,11,170); }
H1.HeaderClassName
{
color: #D90BAA;
}
.AnyTagClassName
{
color: #D90BAA;
}
</style>
background-color css
<style>
a { background-color: #D90BAA; }
a { background-color: rgb(217,11,170); }
div.DivClassName
{
background-color: #D90BAA;
}
.BgClassName
{
background-color: #D90BAA;
}
</style>
border-color css
<style>
span { border-color: #D90BAA; }
span { border-color: rgb(217,11,170); }
td.TdClassName
{
border-color: #D90BAA;
}
.TagClassName
{
border-color: #D90BAA;
}
</style>