Shades of Hollywood Cerise #DD17AA
Tints of Hollywood Cerise #DD17AA
RGB
CMYK
RGB Variations
Color information
#DD17AA (or 0xDD17AA) is known color: Hollywood Cerise. HEX triplet: DD, 17 and AA. RGB value is (221,23,170). Sum of RGB (Red+Green+Blue) = 221+23+170=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD17AA is #22E855. Grayscale: #626262. Windows color (decimal): -2287702 or 11147229. OLE color: 11147229.
HSL color Cylindrical-coordinate representation of color #DD17AA: hue angle of 315.45º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD17AA is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 170 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.13 |
| HSL | 315.45º | 0.81% | 0.48% | - |
| HSV(B) | 315.45º | 0.9% | 0.87% | - |
| XYZ | 37.38 | 18.89 | 39.71 | - |
| YUV | 98.96 | 168.1 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 170 | 0 | 0.90 | 0.23 | 0.13 | 315.45 | 0.81 | 0.48 |
| Hex | DD | 17 | AA | 0 | 5A | 17 | D | 13B | 51 | 30 |
| Octal | 335 | 27 | 252 | 0 | 132 | 27 | 15 | 473 | 121 | 60 |
| Binary | 11011101 | 10111 | 10101010 | 0 | 1011010 | 10111 | 1101 | 100111011 | 1010001 | 110000 |
Color Harmonies of #DD17AA
Complementary color
Monochromatic Colors of #DD17AA
Black with #DD17AA
Text Example
Text Example
White with #DD17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17AA; }
p { color: rgb(221,23,170); }
H1.HeaderClassName
{
color: #DD17AA;
}
.AnyTagClassName
{
color: #DD17AA;
}
</style>
background-color css
<style>
a { background-color: #DD17AA; }
a { background-color: rgb(221,23,170); }
div.DivClassName
{
background-color: #DD17AA;
}
.BgClassName
{
background-color: #DD17AA;
}
</style>
border-color css
<style>
span { border-color: #DD17AA; }
span { border-color: rgb(221,23,170); }
td.TdClassName
{
border-color: #DD17AA;
}
.TagClassName
{
border-color: #DD17AA;
}
</style>