Shades of Hollywood Cerise #DC11A0
Tints of Hollywood Cerise #DC11A0
RGB
CMYK
RGB Variations
Color information
#DC11A0 (or 0xDC11A0) is known color: Hollywood Cerise. HEX triplet: DC, 11 and A0. RGB value is (220,17,160). Sum of RGB (Red+Green+Blue) = 220+17+160=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC11A0 is #23EE5F. Grayscale: #5D5D5D. Windows color (decimal): -2354784 or 10490332. OLE color: 10490332.
HSL color Cylindrical-coordinate representation of color #DC11A0: hue angle of 317.73º 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 #DC11A0 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 160 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.14 |
| HSL | 317.73º | 0.86% | 0.46% | - |
| HSV(B) | 317.73º | 0.92% | 0.86% | - |
| XYZ | 36.06 | 18.15 | 34.86 | - |
| YUV | 94 | 165.25 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 160 | 0 | 0.92 | 0.27 | 0.14 | 317.73 | 0.86 | 0.46 |
| Hex | DC | 11 | A0 | 0 | 5C | 1B | E | 13E | 56 | 2E |
| Octal | 334 | 21 | 240 | 0 | 134 | 33 | 16 | 476 | 126 | 56 |
| Binary | 11011100 | 10001 | 10100000 | 0 | 1011100 | 11011 | 1110 | 100111110 | 1010110 | 101110 |
Color Harmonies of #DC11A0
Complementary color
Monochromatic Colors of #DC11A0
Black with #DC11A0
Text Example
Text Example
White with #DC11A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11A0; }
p { color: rgb(220,17,160); }
H1.HeaderClassName
{
color: #DC11A0;
}
.AnyTagClassName
{
color: #DC11A0;
}
</style>
background-color css
<style>
a { background-color: #DC11A0; }
a { background-color: rgb(220,17,160); }
div.DivClassName
{
background-color: #DC11A0;
}
.BgClassName
{
background-color: #DC11A0;
}
</style>
border-color css
<style>
span { border-color: #DC11A0; }
span { border-color: rgb(220,17,160); }
td.TdClassName
{
border-color: #DC11A0;
}
.TagClassName
{
border-color: #DC11A0;
}
</style>