Shades of Hollywood Cerise #DC17AC
Tints of Hollywood Cerise #DC17AC
RGB
CMYK
RGB Variations
Color information
#DC17AC (or 0xDC17AC) is known color: Hollywood Cerise. HEX triplet: DC, 17 and AC. RGB value is (220,23,172). Sum of RGB (Red+Green+Blue) = 220+23+172=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC17AC is #23E853. Grayscale: #626262. Windows color (decimal): -2353236 or 11278300. OLE color: 11278300.
HSL color Cylindrical-coordinate representation of color #DC17AC: hue angle of 314.62º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC17AC is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 23 | 172 | - |
CMYK | 0 | 0.90 | 0.22 | 0.14 |
HSL | 314.62º | 0.81% | 0.48% | - |
HSV(B) | 314.62º | 0.9% | 0.86% | - |
XYZ | 37.27 | 18.81 | 40.7 | - |
YUV | 98.89 | 169.27 | 214.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 23 | 172 | 0 | 0.90 | 0.22 | 0.14 | 314.62 | 0.81 | 0.48 |
Hex | DC | 17 | AC | 0 | 5A | 16 | E | 13B | 51 | 30 |
Octal | 334 | 27 | 254 | 0 | 132 | 26 | 16 | 473 | 121 | 60 |
Binary | 11011100 | 10111 | 10101100 | 0 | 1011010 | 10110 | 1110 | 100111011 | 1010001 | 110000 |
Color Harmonies of #DC17AC
Complementary color
Monochromatic Colors of #DC17AC
Black with #DC17AC
Text Example
Text Example
White with #DC17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17AC; }
p { color: rgb(220,23,172); }
H1.HeaderClassName
{
color: #DC17AC;
}
.AnyTagClassName
{
color: #DC17AC;
}
</style>
background-color css
<style>
a { background-color: #DC17AC; }
a { background-color: rgb(220,23,172); }
div.DivClassName
{
background-color: #DC17AC;
}
.BgClassName
{
background-color: #DC17AC;
}
</style>
border-color css
<style>
span { border-color: #DC17AC; }
span { border-color: rgb(220,23,172); }
td.TdClassName
{
border-color: #DC17AC;
}
.TagClassName
{
border-color: #DC17AC;
}
</style>