Shades of Hollywood Cerise #DD0AA0
Tints of Hollywood Cerise #DD0AA0
RGB
CMYK
RGB Variations
Color information
#DD0AA0 (or 0xDD0AA0) is known color: Hollywood Cerise. HEX triplet: DD, 0A and A0. RGB value is (221,10,160). Sum of RGB (Red+Green+Blue) = 221+10+160=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0AA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0AA0 is #22F55F. Grayscale: #595959. Windows color (decimal): -2291040 or 10488541. OLE color: 10488541.
HSL color Cylindrical-coordinate representation of color #DD0AA0: hue angle of 317.35º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0AA0 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 160 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.13 |
| HSL | 317.35º | 0.91% | 0.45% | - |
| HSV(B) | 317.35º | 0.95% | 0.87% | - |
| XYZ | 36.27 | 18.13 | 34.84 | - |
| YUV | 90.19 | 167.4 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 160 | 0 | 0.95 | 0.28 | 0.13 | 317.35 | 0.91 | 0.45 |
| Hex | DD | A | A0 | 0 | 5F | 1C | D | 13D | 5B | 2D |
| Octal | 335 | 12 | 240 | 0 | 137 | 34 | 15 | 475 | 133 | 55 |
| Binary | 11011101 | 1010 | 10100000 | 0 | 1011111 | 11100 | 1101 | 100111101 | 1011011 | 101101 |
Color Harmonies of #DD0AA0
Complementary color
Monochromatic Colors of #DD0AA0
Black with #DD0AA0
Text Example
Text Example
White with #DD0AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0AA0; }
p { color: rgb(221,10,160); }
H1.HeaderClassName
{
color: #DD0AA0;
}
.AnyTagClassName
{
color: #DD0AA0;
}
</style>
background-color css
<style>
a { background-color: #DD0AA0; }
a { background-color: rgb(221,10,160); }
div.DivClassName
{
background-color: #DD0AA0;
}
.BgClassName
{
background-color: #DD0AA0;
}
</style>
border-color css
<style>
span { border-color: #DD0AA0; }
span { border-color: rgb(221,10,160); }
td.TdClassName
{
border-color: #DD0AA0;
}
.TagClassName
{
border-color: #DD0AA0;
}
</style>