Shades of Hollywood Cerise #DD00AA
Tints of Hollywood Cerise #DD00AA
RGB
CMYK
RGB Variations
Color information
#DD00AA (or 0xDD00AA) is known color: Hollywood Cerise. HEX triplet: DD, 00 and AA. RGB value is (221,0,170). Sum of RGB (Red+Green+Blue) = 221+0+170=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00AA is #22FF55. Grayscale: #555555. Windows color (decimal): -2293590 or 11141341. OLE color: 11141341.
HSL color Cylindrical-coordinate representation of color #DD00AA: hue angle of 313.85º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00AA is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.23 | 0.13 |
| HSL | 313.85º | 1% | 0.43% | - |
| HSV(B) | 313.85º | 1% | 0.87% | - |
| XYZ | 37.07 | 18.27 | 39.6 | - |
| YUV | 85.46 | 175.72 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 170 | 0 | 1 | 0.23 | 0.13 | 313.85 | 1 | 0.43 |
| Hex | DD | 0 | AA | 0 | 64 | 17 | D | 13A | 64 | 2B |
| Octal | 335 | 0 | 252 | 0 | 144 | 27 | 15 | 472 | 144 | 53 |
| Binary | 11011101 | 0 | 10101010 | 0 | 1100100 | 10111 | 1101 | 100111010 | 1100100 | 101011 |
Color Harmonies of #DD00AA
Complementary color
Monochromatic Colors of #DD00AA
Black with #DD00AA
Text Example
Text Example
White with #DD00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00AA; }
p { color: rgb(221,0,170); }
H1.HeaderClassName
{
color: #DD00AA;
}
.AnyTagClassName
{
color: #DD00AA;
}
</style>
background-color css
<style>
a { background-color: #DD00AA; }
a { background-color: rgb(221,0,170); }
div.DivClassName
{
background-color: #DD00AA;
}
.BgClassName
{
background-color: #DD00AA;
}
</style>
border-color css
<style>
span { border-color: #DD00AA; }
span { border-color: rgb(221,0,170); }
td.TdClassName
{
border-color: #DD00AA;
}
.TagClassName
{
border-color: #DD00AA;
}
</style>