Shades of Hollywood Cerise #D90DA5
Tints of Hollywood Cerise #D90DA5
RGB
CMYK
RGB Variations
Color information
#D90DA5 (or 0xD90DA5) is known color: Hollywood Cerise. HEX triplet: D9, 0D and A5. RGB value is (217,13,165). Sum of RGB (Red+Green+Blue) = 217+13+165=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90DA5 is #26F25A. Grayscale: #5A5A5A. Windows color (decimal): -2552411 or 10816985. OLE color: 10816985.
HSL color Cylindrical-coordinate representation of color #D90DA5: hue angle of 315.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90DA5 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 165 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.15 |
| HSL | 315.29º | 0.89% | 0.45% | - |
| HSV(B) | 315.29º | 0.94% | 0.85% | - |
| XYZ | 35.55 | 17.76 | 37.15 | - |
| YUV | 91.32 | 169.59 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 165 | 0 | 0.94 | 0.24 | 0.15 | 315.29 | 0.89 | 0.45 |
| Hex | D9 | D | A5 | 0 | 5E | 18 | F | 13B | 59 | 2D |
| Octal | 331 | 15 | 245 | 0 | 136 | 30 | 17 | 473 | 131 | 55 |
| Binary | 11011001 | 1101 | 10100101 | 0 | 1011110 | 11000 | 1111 | 100111011 | 1011001 | 101101 |
Color Harmonies of #D90DA5
Complementary color
Monochromatic Colors of #D90DA5
Black with #D90DA5
Text Example
Text Example
White with #D90DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DA5; }
p { color: rgb(217,13,165); }
H1.HeaderClassName
{
color: #D90DA5;
}
.AnyTagClassName
{
color: #D90DA5;
}
</style>
background-color css
<style>
a { background-color: #D90DA5; }
a { background-color: rgb(217,13,165); }
div.DivClassName
{
background-color: #D90DA5;
}
.BgClassName
{
background-color: #D90DA5;
}
</style>
border-color css
<style>
span { border-color: #D90DA5; }
span { border-color: rgb(217,13,165); }
td.TdClassName
{
border-color: #D90DA5;
}
.TagClassName
{
border-color: #D90DA5;
}
</style>