Shades of Hollywood Cerise #DC17AD
Tints of Hollywood Cerise #DC17AD
RGB
CMYK
RGB Variations
Color information
#DC17AD (or 0xDC17AD) is known color: Hollywood Cerise. HEX triplet: DC, 17 and AD. RGB value is (220,23,173). Sum of RGB (Red+Green+Blue) = 220+23+173=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC17AD is #23E852. Grayscale: #626262. Windows color (decimal): -2353235 or 11343836. OLE color: 11343836.
HSL color Cylindrical-coordinate representation of color #DC17AD: hue angle of 314.31º 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 #DC17AD is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 173 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.14 |
| HSL | 314.31º | 0.81% | 0.48% | - |
| HSV(B) | 314.31º | 0.9% | 0.86% | - |
| XYZ | 37.36 | 18.85 | 41.2 | - |
| YUV | 99 | 169.77 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 173 | 0 | 0.90 | 0.21 | 0.14 | 314.31 | 0.81 | 0.48 |
| Hex | DC | 17 | AD | 0 | 5A | 15 | E | 13A | 51 | 30 |
| Octal | 334 | 27 | 255 | 0 | 132 | 25 | 16 | 472 | 121 | 60 |
| Binary | 11011100 | 10111 | 10101101 | 0 | 1011010 | 10101 | 1110 | 100111010 | 1010001 | 110000 |
Color Harmonies of #DC17AD
Complementary color
Monochromatic Colors of #DC17AD
Black with #DC17AD
Text Example
Text Example
White with #DC17AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17AD; }
p { color: rgb(220,23,173); }
H1.HeaderClassName
{
color: #DC17AD;
}
.AnyTagClassName
{
color: #DC17AD;
}
</style>
background-color css
<style>
a { background-color: #DC17AD; }
a { background-color: rgb(220,23,173); }
div.DivClassName
{
background-color: #DC17AD;
}
.BgClassName
{
background-color: #DC17AD;
}
</style>
border-color css
<style>
span { border-color: #DC17AD; }
span { border-color: rgb(220,23,173); }
td.TdClassName
{
border-color: #DC17AD;
}
.TagClassName
{
border-color: #DC17AD;
}
</style>