Shades of Hollywood Cerise #D90BA1
Tints of Hollywood Cerise #D90BA1
RGB
CMYK
RGB Variations
Color information
#D90BA1 (or 0xD90BA1) is known color: Hollywood Cerise. HEX triplet: D9, 0B and A1. RGB value is (217,11,161). Sum of RGB (Red+Green+Blue) = 217+11+161=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D90BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90BA1 is #26F45E. Grayscale: #595959. Windows color (decimal): -2552927 or 10554329. OLE color: 10554329.
HSL color Cylindrical-coordinate representation of color #D90BA1: hue angle of 316.31º 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 #D90BA1 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 161 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.15 |
| HSL | 316.31º | 0.9% | 0.45% | - |
| HSV(B) | 316.31º | 0.95% | 0.85% | - |
| XYZ | 35.17 | 17.56 | 35.25 | - |
| YUV | 89.69 | 168.25 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 161 | 0 | 0.95 | 0.26 | 0.15 | 316.31 | 0.9 | 0.45 |
| Hex | D9 | B | A1 | 0 | 5F | 1A | F | 13C | 5A | 2D |
| Octal | 331 | 13 | 241 | 0 | 137 | 32 | 17 | 474 | 132 | 55 |
| Binary | 11011001 | 1011 | 10100001 | 0 | 1011111 | 11010 | 1111 | 100111100 | 1011010 | 101101 |
Color Harmonies of #D90BA1
Complementary color
Monochromatic Colors of #D90BA1
Black with #D90BA1
Text Example
Text Example
White with #D90BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BA1; }
p { color: rgb(217,11,161); }
H1.HeaderClassName
{
color: #D90BA1;
}
.AnyTagClassName
{
color: #D90BA1;
}
</style>
background-color css
<style>
a { background-color: #D90BA1; }
a { background-color: rgb(217,11,161); }
div.DivClassName
{
background-color: #D90BA1;
}
.BgClassName
{
background-color: #D90BA1;
}
</style>
border-color css
<style>
span { border-color: #D90BA1; }
span { border-color: rgb(217,11,161); }
td.TdClassName
{
border-color: #D90BA1;
}
.TagClassName
{
border-color: #D90BA1;
}
</style>