Shades of Hollywood Cerise #DD18A0
Tints of Hollywood Cerise #DD18A0
RGB
CMYK
RGB Variations
Color information
#DD18A0 (or 0xDD18A0) is known color: Hollywood Cerise. HEX triplet: DD, 18 and A0. RGB value is (221,24,160). Sum of RGB (Red+Green+Blue) = 221+24+160=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD18A0 is #22E75F. Grayscale: #626262. Windows color (decimal): -2287456 or 10492125. OLE color: 10492125.
HSL color Cylindrical-coordinate representation of color #DD18A0: hue angle of 318.58º 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 #DD18A0 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 160 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.13 |
| HSL | 318.58º | 0.8% | 0.48% | - |
| HSV(B) | 318.58º | 0.89% | 0.87% | - |
| XYZ | 36.49 | 18.56 | 34.92 | - |
| YUV | 98.41 | 162.77 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 160 | 0 | 0.89 | 0.28 | 0.13 | 318.58 | 0.8 | 0.48 |
| Hex | DD | 18 | A0 | 0 | 59 | 1C | D | 13F | 50 | 30 |
| Octal | 335 | 30 | 240 | 0 | 131 | 34 | 15 | 477 | 120 | 60 |
| Binary | 11011101 | 11000 | 10100000 | 0 | 1011001 | 11100 | 1101 | 100111111 | 1010000 | 110000 |
Color Harmonies of #DD18A0
Complementary color
Monochromatic Colors of #DD18A0
Black with #DD18A0
Text Example
Text Example
White with #DD18A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18A0; }
p { color: rgb(221,24,160); }
H1.HeaderClassName
{
color: #DD18A0;
}
.AnyTagClassName
{
color: #DD18A0;
}
</style>
background-color css
<style>
a { background-color: #DD18A0; }
a { background-color: rgb(221,24,160); }
div.DivClassName
{
background-color: #DD18A0;
}
.BgClassName
{
background-color: #DD18A0;
}
</style>
border-color css
<style>
span { border-color: #DD18A0; }
span { border-color: rgb(221,24,160); }
td.TdClassName
{
border-color: #DD18A0;
}
.TagClassName
{
border-color: #DD18A0;
}
</style>