Shades of Hollywood Cerise #D90DA1
Tints of Hollywood Cerise #D90DA1
RGB
CMYK
RGB Variations
Color information
#D90DA1 (or 0xD90DA1) is known color: Hollywood Cerise. HEX triplet: D9, 0D and A1. RGB value is (217,13,161). Sum of RGB (Red+Green+Blue) = 217+13+161=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90DA1 is #26F25E. Grayscale: #5A5A5A. Windows color (decimal): -2552415 or 10554841. OLE color: 10554841.
HSL color Cylindrical-coordinate representation of color #D90DA1: hue angle of 316.47º 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 #D90DA1 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 161 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.15 |
| HSL | 316.47º | 0.89% | 0.45% | - |
| HSV(B) | 316.47º | 0.94% | 0.85% | - |
| XYZ | 35.19 | 17.61 | 35.26 | - |
| YUV | 90.87 | 167.59 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 161 | 0 | 0.94 | 0.26 | 0.15 | 316.47 | 0.89 | 0.45 |
| Hex | D9 | D | A1 | 0 | 5E | 1A | F | 13C | 59 | 2D |
| Octal | 331 | 15 | 241 | 0 | 136 | 32 | 17 | 474 | 131 | 55 |
| Binary | 11011001 | 1101 | 10100001 | 0 | 1011110 | 11010 | 1111 | 100111100 | 1011001 | 101101 |
Color Harmonies of #D90DA1
Complementary color
Monochromatic Colors of #D90DA1
Black with #D90DA1
Text Example
Text Example
White with #D90DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DA1; }
p { color: rgb(217,13,161); }
H1.HeaderClassName
{
color: #D90DA1;
}
.AnyTagClassName
{
color: #D90DA1;
}
</style>
background-color css
<style>
a { background-color: #D90DA1; }
a { background-color: rgb(217,13,161); }
div.DivClassName
{
background-color: #D90DA1;
}
.BgClassName
{
background-color: #D90DA1;
}
</style>
border-color css
<style>
span { border-color: #D90DA1; }
span { border-color: rgb(217,13,161); }
td.TdClassName
{
border-color: #D90DA1;
}
.TagClassName
{
border-color: #D90DA1;
}
</style>