Shades of Hollywood Cerise #DD18AA
Tints of Hollywood Cerise #DD18AA
RGB
CMYK
RGB Variations
Color information
#DD18AA (or 0xDD18AA) is known color: Hollywood Cerise. HEX triplet: DD, 18 and AA. RGB value is (221,24,170). Sum of RGB (Red+Green+Blue) = 221+24+170=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD18AA is #22E755. Grayscale: #636363. Windows color (decimal): -2287446 or 11147485. OLE color: 11147485.
HSL color Cylindrical-coordinate representation of color #DD18AA: hue angle of 315.53º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD18AA is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 170 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.13 |
| HSL | 315.53º | 0.8% | 0.48% | - |
| HSV(B) | 315.53º | 0.89% | 0.87% | - |
| XYZ | 37.4 | 18.93 | 39.71 | - |
| YUV | 99.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 170 | 0 | 0.89 | 0.23 | 0.13 | 315.53 | 0.8 | 0.48 |
| Hex | DD | 18 | AA | 0 | 59 | 17 | D | 13C | 50 | 30 |
| Octal | 335 | 30 | 252 | 0 | 131 | 27 | 15 | 474 | 120 | 60 |
| Binary | 11011101 | 11000 | 10101010 | 0 | 1011001 | 10111 | 1101 | 100111100 | 1010000 | 110000 |
Color Harmonies of #DD18AA
Complementary color
Monochromatic Colors of #DD18AA
Black with #DD18AA
Text Example
Text Example
White with #DD18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18AA; }
p { color: rgb(221,24,170); }
H1.HeaderClassName
{
color: #DD18AA;
}
.AnyTagClassName
{
color: #DD18AA;
}
</style>
background-color css
<style>
a { background-color: #DD18AA; }
a { background-color: rgb(221,24,170); }
div.DivClassName
{
background-color: #DD18AA;
}
.BgClassName
{
background-color: #DD18AA;
}
</style>
border-color css
<style>
span { border-color: #DD18AA; }
span { border-color: rgb(221,24,170); }
td.TdClassName
{
border-color: #DD18AA;
}
.TagClassName
{
border-color: #DD18AA;
}
</style>