Shades of Hollywood Cerise #DD05AA
Tints of Hollywood Cerise #DD05AA
RGB
CMYK
RGB Variations
Color information
#DD05AA (or 0xDD05AA) is known color: Hollywood Cerise. HEX triplet: DD, 05 and AA. RGB value is (221,5,170). Sum of RGB (Red+Green+Blue) = 221+5+170=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD05AA is #22FA55. Grayscale: #575757. Windows color (decimal): -2292310 or 11142621. OLE color: 11142621.
HSL color Cylindrical-coordinate representation of color #DD05AA: hue angle of 314.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05AA is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 170 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.13 |
| HSL | 314.17º | 0.96% | 0.44% | - |
| HSV(B) | 314.17º | 0.98% | 0.87% | - |
| XYZ | 37.13 | 18.38 | 39.62 | - |
| YUV | 88.39 | 174.06 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 170 | 0 | 0.98 | 0.23 | 0.13 | 314.17 | 0.96 | 0.44 |
| Hex | DD | 5 | AA | 0 | 62 | 17 | D | 13A | 60 | 2C |
| Octal | 335 | 5 | 252 | 0 | 142 | 27 | 15 | 472 | 140 | 54 |
| Binary | 11011101 | 101 | 10101010 | 0 | 1100010 | 10111 | 1101 | 100111010 | 1100000 | 101100 |
Color Harmonies of #DD05AA
Complementary color
Monochromatic Colors of #DD05AA
Black with #DD05AA
Text Example
Text Example
White with #DD05AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05AA; }
p { color: rgb(221,5,170); }
H1.HeaderClassName
{
color: #DD05AA;
}
.AnyTagClassName
{
color: #DD05AA;
}
</style>
background-color css
<style>
a { background-color: #DD05AA; }
a { background-color: rgb(221,5,170); }
div.DivClassName
{
background-color: #DD05AA;
}
.BgClassName
{
background-color: #DD05AA;
}
</style>
border-color css
<style>
span { border-color: #DD05AA; }
span { border-color: rgb(221,5,170); }
td.TdClassName
{
border-color: #DD05AA;
}
.TagClassName
{
border-color: #DD05AA;
}
</style>