Shades of Hollywood Cerise #DC11AA
Tints of Hollywood Cerise #DC11AA
RGB
CMYK
RGB Variations
Color information
#DC11AA (or 0xDC11AA) is known color: Hollywood Cerise. HEX triplet: DC, 11 and AA. RGB value is (220,17,170). Sum of RGB (Red+Green+Blue) = 220+17+170=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC11AA is #23EE55. Grayscale: #5E5E5E. Windows color (decimal): -2354774 or 11145692. OLE color: 11145692.
HSL color Cylindrical-coordinate representation of color #DC11AA: hue angle of 314.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC11AA is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 170 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.14 |
| HSL | 314.78º | 0.86% | 0.46% | - |
| HSV(B) | 314.78º | 0.92% | 0.86% | - |
| XYZ | 36.97 | 18.52 | 39.66 | - |
| YUV | 95.14 | 170.25 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 170 | 0 | 0.92 | 0.23 | 0.14 | 314.78 | 0.86 | 0.46 |
| Hex | DC | 11 | AA | 0 | 5C | 17 | E | 13B | 56 | 2E |
| Octal | 334 | 21 | 252 | 0 | 134 | 27 | 16 | 473 | 126 | 56 |
| Binary | 11011100 | 10001 | 10101010 | 0 | 1011100 | 10111 | 1110 | 100111011 | 1010110 | 101110 |
Color Harmonies of #DC11AA
Complementary color
Monochromatic Colors of #DC11AA
Black with #DC11AA
Text Example
Text Example
White with #DC11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11AA; }
p { color: rgb(220,17,170); }
H1.HeaderClassName
{
color: #DC11AA;
}
.AnyTagClassName
{
color: #DC11AA;
}
</style>
background-color css
<style>
a { background-color: #DC11AA; }
a { background-color: rgb(220,17,170); }
div.DivClassName
{
background-color: #DC11AA;
}
.BgClassName
{
background-color: #DC11AA;
}
</style>
border-color css
<style>
span { border-color: #DC11AA; }
span { border-color: rgb(220,17,170); }
td.TdClassName
{
border-color: #DC11AA;
}
.TagClassName
{
border-color: #DC11AA;
}
</style>