Shades of Hollywood Cerise #D90BA5
Tints of Hollywood Cerise #D90BA5
RGB
CMYK
RGB Variations
Color information
#D90BA5 (or 0xD90BA5) is known color: Hollywood Cerise. HEX triplet: D9, 0B and A5. RGB value is (217,11,165). Sum of RGB (Red+Green+Blue) = 217+11+165=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D90BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90BA5 is #26F45A. Grayscale: #595959. Windows color (decimal): -2552923 or 10816473. OLE color: 10816473.
HSL color Cylindrical-coordinate representation of color #D90BA5: hue angle of 315.15º 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 #D90BA5 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 165 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.15 |
| HSL | 315.15º | 0.9% | 0.45% | - |
| HSV(B) | 315.15º | 0.95% | 0.85% | - |
| XYZ | 35.53 | 17.71 | 37.14 | - |
| YUV | 90.15 | 170.25 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 165 | 0 | 0.95 | 0.24 | 0.15 | 315.15 | 0.9 | 0.45 |
| Hex | D9 | B | A5 | 0 | 5F | 18 | F | 13B | 5A | 2D |
| Octal | 331 | 13 | 245 | 0 | 137 | 30 | 17 | 473 | 132 | 55 |
| Binary | 11011001 | 1011 | 10100101 | 0 | 1011111 | 11000 | 1111 | 100111011 | 1011010 | 101101 |
Color Harmonies of #D90BA5
Complementary color
Monochromatic Colors of #D90BA5
Black with #D90BA5
Text Example
Text Example
White with #D90BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BA5; }
p { color: rgb(217,11,165); }
H1.HeaderClassName
{
color: #D90BA5;
}
.AnyTagClassName
{
color: #D90BA5;
}
</style>
background-color css
<style>
a { background-color: #D90BA5; }
a { background-color: rgb(217,11,165); }
div.DivClassName
{
background-color: #D90BA5;
}
.BgClassName
{
background-color: #D90BA5;
}
</style>
border-color css
<style>
span { border-color: #D90BA5; }
span { border-color: rgb(217,11,165); }
td.TdClassName
{
border-color: #D90BA5;
}
.TagClassName
{
border-color: #D90BA5;
}
</style>