Shades of Hollywood Cerise #D90BA7
Tints of Hollywood Cerise #D90BA7
RGB
CMYK
RGB Variations
Color information
#D90BA7 (or 0xD90BA7) is known color: Hollywood Cerise. HEX triplet: D9, 0B and A7. RGB value is (217,11,167). Sum of RGB (Red+Green+Blue) = 217+11+167=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D90BA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90BA7 is #26F458. Grayscale: #595959. Windows color (decimal): -2552921 or 10947545. OLE color: 10947545.
HSL color Cylindrical-coordinate representation of color #D90BA7: hue angle of 314.56º 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 #D90BA7 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 167 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.15 |
| HSL | 314.56º | 0.9% | 0.45% | - |
| HSV(B) | 314.56º | 0.95% | 0.85% | - |
| XYZ | 35.71 | 17.78 | 38.11 | - |
| YUV | 90.38 | 171.25 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 167 | 0 | 0.95 | 0.23 | 0.15 | 314.56 | 0.9 | 0.45 |
| Hex | D9 | B | A7 | 0 | 5F | 17 | F | 13B | 5A | 2D |
| Octal | 331 | 13 | 247 | 0 | 137 | 27 | 17 | 473 | 132 | 55 |
| Binary | 11011001 | 1011 | 10100111 | 0 | 1011111 | 10111 | 1111 | 100111011 | 1011010 | 101101 |
Color Harmonies of #D90BA7
Complementary color
Monochromatic Colors of #D90BA7
Black with #D90BA7
Text Example
Text Example
White with #D90BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BA7; }
p { color: rgb(217,11,167); }
H1.HeaderClassName
{
color: #D90BA7;
}
.AnyTagClassName
{
color: #D90BA7;
}
</style>
background-color css
<style>
a { background-color: #D90BA7; }
a { background-color: rgb(217,11,167); }
div.DivClassName
{
background-color: #D90BA7;
}
.BgClassName
{
background-color: #D90BA7;
}
</style>
border-color css
<style>
span { border-color: #D90BA7; }
span { border-color: rgb(217,11,167); }
td.TdClassName
{
border-color: #D90BA7;
}
.TagClassName
{
border-color: #D90BA7;
}
</style>