Shades of Hollywood Cerise #DC18AA
Tints of Hollywood Cerise #DC18AA
RGB
CMYK
RGB Variations
Color information
#DC18AA (or 0xDC18AA) is known color: Hollywood Cerise. HEX triplet: DC, 18 and AA. RGB value is (220,24,170). Sum of RGB (Red+Green+Blue) = 220+24+170=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC18AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC18AA is #23E755. Grayscale: #626262. Windows color (decimal): -2352982 or 11147484. OLE color: 11147484.
HSL color Cylindrical-coordinate representation of color #DC18AA: hue angle of 315.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC18AA is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 170 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.14 |
| HSL | 315.31º | 0.8% | 0.48% | - |
| HSV(B) | 315.31º | 0.89% | 0.86% | - |
| XYZ | 37.1 | 18.77 | 39.7 | - |
| YUV | 99.25 | 167.93 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 170 | 0 | 0.89 | 0.23 | 0.14 | 315.31 | 0.8 | 0.48 |
| Hex | DC | 18 | AA | 0 | 59 | 17 | E | 13B | 50 | 30 |
| Octal | 334 | 30 | 252 | 0 | 131 | 27 | 16 | 473 | 120 | 60 |
| Binary | 11011100 | 11000 | 10101010 | 0 | 1011001 | 10111 | 1110 | 100111011 | 1010000 | 110000 |
Color Harmonies of #DC18AA
Complementary color
Monochromatic Colors of #DC18AA
Black with #DC18AA
Text Example
Text Example
White with #DC18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18AA; }
p { color: rgb(220,24,170); }
H1.HeaderClassName
{
color: #DC18AA;
}
.AnyTagClassName
{
color: #DC18AA;
}
</style>
background-color css
<style>
a { background-color: #DC18AA; }
a { background-color: rgb(220,24,170); }
div.DivClassName
{
background-color: #DC18AA;
}
.BgClassName
{
background-color: #DC18AA;
}
</style>
border-color css
<style>
span { border-color: #DC18AA; }
span { border-color: rgb(220,24,170); }
td.TdClassName
{
border-color: #DC18AA;
}
.TagClassName
{
border-color: #DC18AA;
}
</style>