Shades of Hollywood Cerise #DC11A3
Tints of Hollywood Cerise #DC11A3
RGB
CMYK
RGB Variations
Color information
#DC11A3 (or 0xDC11A3) is known color: Hollywood Cerise. HEX triplet: DC, 11 and A3. RGB value is (220,17,163). Sum of RGB (Red+Green+Blue) = 220+17+163=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC11A3 is #23EE5C. Grayscale: #5D5D5D. Windows color (decimal): -2354781 or 10686940. OLE color: 10686940.
HSL color Cylindrical-coordinate representation of color #DC11A3: hue angle of 316.85º 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 #DC11A3 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 163 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.14 |
| HSL | 316.85º | 0.86% | 0.46% | - |
| HSV(B) | 316.85º | 0.92% | 0.86% | - |
| XYZ | 36.33 | 18.26 | 36.26 | - |
| YUV | 94.34 | 166.75 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 163 | 0 | 0.92 | 0.26 | 0.14 | 316.85 | 0.86 | 0.46 |
| Hex | DC | 11 | A3 | 0 | 5C | 1A | E | 13D | 56 | 2E |
| Octal | 334 | 21 | 243 | 0 | 134 | 32 | 16 | 475 | 126 | 56 |
| Binary | 11011100 | 10001 | 10100011 | 0 | 1011100 | 11010 | 1110 | 100111101 | 1010110 | 101110 |
Color Harmonies of #DC11A3
Complementary color
Monochromatic Colors of #DC11A3
Black with #DC11A3
Text Example
Text Example
White with #DC11A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11A3; }
p { color: rgb(220,17,163); }
H1.HeaderClassName
{
color: #DC11A3;
}
.AnyTagClassName
{
color: #DC11A3;
}
</style>
background-color css
<style>
a { background-color: #DC11A3; }
a { background-color: rgb(220,17,163); }
div.DivClassName
{
background-color: #DC11A3;
}
.BgClassName
{
background-color: #DC11A3;
}
</style>
border-color css
<style>
span { border-color: #DC11A3; }
span { border-color: rgb(220,17,163); }
td.TdClassName
{
border-color: #DC11A3;
}
.TagClassName
{
border-color: #DC11A3;
}
</style>