Shades of Hollywood Cerise #DC11A7
Tints of Hollywood Cerise #DC11A7
RGB
CMYK
RGB Variations
Color information
#DC11A7 (or 0xDC11A7) is known color: Hollywood Cerise. HEX triplet: DC, 11 and A7. RGB value is (220,17,167). Sum of RGB (Red+Green+Blue) = 220+17+167=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC11A7 is #23EE58. Grayscale: #5E5E5E. Windows color (decimal): -2354777 or 10949084. OLE color: 10949084.
HSL color Cylindrical-coordinate representation of color #DC11A7: hue angle of 315.67º 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 #DC11A7 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 167 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.14 |
| HSL | 315.67º | 0.86% | 0.46% | - |
| HSV(B) | 315.67º | 0.92% | 0.86% | - |
| XYZ | 36.69 | 18.41 | 38.18 | - |
| YUV | 94.8 | 168.75 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 167 | 0 | 0.92 | 0.24 | 0.14 | 315.67 | 0.86 | 0.46 |
| Hex | DC | 11 | A7 | 0 | 5C | 18 | E | 13C | 56 | 2E |
| Octal | 334 | 21 | 247 | 0 | 134 | 30 | 16 | 474 | 126 | 56 |
| Binary | 11011100 | 10001 | 10100111 | 0 | 1011100 | 11000 | 1110 | 100111100 | 1010110 | 101110 |
Color Harmonies of #DC11A7
Complementary color
Monochromatic Colors of #DC11A7
Black with #DC11A7
Text Example
Text Example
White with #DC11A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11A7; }
p { color: rgb(220,17,167); }
H1.HeaderClassName
{
color: #DC11A7;
}
.AnyTagClassName
{
color: #DC11A7;
}
</style>
background-color css
<style>
a { background-color: #DC11A7; }
a { background-color: rgb(220,17,167); }
div.DivClassName
{
background-color: #DC11A7;
}
.BgClassName
{
background-color: #DC11A7;
}
</style>
border-color css
<style>
span { border-color: #DC11A7; }
span { border-color: rgb(220,17,167); }
td.TdClassName
{
border-color: #DC11A7;
}
.TagClassName
{
border-color: #DC11A7;
}
</style>