Shades of Hollywood Cerise #DD02AA
Tints of Hollywood Cerise #DD02AA
RGB
CMYK
RGB Variations
Color information
#DD02AA (or 0xDD02AA) is known color: Hollywood Cerise. HEX triplet: DD, 02 and AA. RGB value is (221,2,170). Sum of RGB (Red+Green+Blue) = 221+2+170=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD02AA is #22FD55. Grayscale: #565656. Windows color (decimal): -2293078 or 11141853. OLE color: 11141853.
HSL color Cylindrical-coordinate representation of color #DD02AA: hue angle of 313.97º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02AA is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.13 |
| HSL | 313.97º | 0.98% | 0.44% | - |
| HSV(B) | 313.97º | 0.99% | 0.87% | - |
| XYZ | 37.1 | 18.32 | 39.61 | - |
| YUV | 86.63 | 175.05 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 170 | 0 | 0.99 | 0.23 | 0.13 | 313.97 | 0.98 | 0.44 |
| Hex | DD | 2 | AA | 0 | 63 | 17 | D | 13A | 62 | 2C |
| Octal | 335 | 2 | 252 | 0 | 143 | 27 | 15 | 472 | 142 | 54 |
| Binary | 11011101 | 10 | 10101010 | 0 | 1100011 | 10111 | 1101 | 100111010 | 1100010 | 101100 |
Color Harmonies of #DD02AA
Complementary color
Monochromatic Colors of #DD02AA
Black with #DD02AA
Text Example
Text Example
White with #DD02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02AA; }
p { color: rgb(221,2,170); }
H1.HeaderClassName
{
color: #DD02AA;
}
.AnyTagClassName
{
color: #DD02AA;
}
</style>
background-color css
<style>
a { background-color: #DD02AA; }
a { background-color: rgb(221,2,170); }
div.DivClassName
{
background-color: #DD02AA;
}
.BgClassName
{
background-color: #DD02AA;
}
</style>
border-color css
<style>
span { border-color: #DD02AA; }
span { border-color: rgb(221,2,170); }
td.TdClassName
{
border-color: #DD02AA;
}
.TagClassName
{
border-color: #DD02AA;
}
</style>