Shades of Hollywood Cerise #D90AAA
Tints of Hollywood Cerise #D90AAA
RGB
CMYK
RGB Variations
Color information
#D90AAA (or 0xD90AAA) is known color: Hollywood Cerise. HEX triplet: D9, 0A and AA. RGB value is (217,10,170). Sum of RGB (Red+Green+Blue) = 217+10+170=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D90AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90AAA is #26F555. Grayscale: #595959. Windows color (decimal): -2553174 or 11143897. OLE color: 11143897.
HSL color Cylindrical-coordinate representation of color #D90AAA: hue angle of 313.62º degrees, saturation: 0.91, 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 #D90AAA is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.15 |
| HSL | 313.62º | 0.91% | 0.45% | - |
| HSV(B) | 313.62º | 0.95% | 0.85% | - |
| XYZ | 35.98 | 17.87 | 39.58 | - |
| YUV | 90.13 | 173.08 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 170 | 0 | 0.95 | 0.22 | 0.15 | 313.62 | 0.91 | 0.45 |
| Hex | D9 | A | AA | 0 | 5F | 16 | F | 13A | 5B | 2D |
| Octal | 331 | 12 | 252 | 0 | 137 | 26 | 17 | 472 | 133 | 55 |
| Binary | 11011001 | 1010 | 10101010 | 0 | 1011111 | 10110 | 1111 | 100111010 | 1011011 | 101101 |
Color Harmonies of #D90AAA
Complementary color
Monochromatic Colors of #D90AAA
Black with #D90AAA
Text Example
Text Example
White with #D90AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90AAA; }
p { color: rgb(217,10,170); }
H1.HeaderClassName
{
color: #D90AAA;
}
.AnyTagClassName
{
color: #D90AAA;
}
</style>
background-color css
<style>
a { background-color: #D90AAA; }
a { background-color: rgb(217,10,170); }
div.DivClassName
{
background-color: #D90AAA;
}
.BgClassName
{
background-color: #D90AAA;
}
</style>
border-color css
<style>
span { border-color: #D90AAA; }
span { border-color: rgb(217,10,170); }
td.TdClassName
{
border-color: #D90AAA;
}
.TagClassName
{
border-color: #D90AAA;
}
</style>