Shades of Hollywood Cerise #DC17A7
Tints of Hollywood Cerise #DC17A7
RGB
CMYK
RGB Variations
Color information
#DC17A7 (or 0xDC17A7) is known color: Hollywood Cerise. HEX triplet: DC, 17 and A7. RGB value is (220,23,167). Sum of RGB (Red+Green+Blue) = 220+23+167=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC17A7 is #23E858. Grayscale: #616161. Windows color (decimal): -2353241 or 10950620. OLE color: 10950620.
HSL color Cylindrical-coordinate representation of color #DC17A7: hue angle of 316.14º 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 #DC17A7 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 167 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.14 |
| HSL | 316.14º | 0.81% | 0.48% | - |
| HSV(B) | 316.14º | 0.9% | 0.86% | - |
| XYZ | 36.8 | 18.62 | 38.21 | - |
| YUV | 98.32 | 166.77 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 167 | 0 | 0.90 | 0.24 | 0.14 | 316.14 | 0.81 | 0.48 |
| Hex | DC | 17 | A7 | 0 | 5A | 18 | E | 13C | 51 | 30 |
| Octal | 334 | 27 | 247 | 0 | 132 | 30 | 16 | 474 | 121 | 60 |
| Binary | 11011100 | 10111 | 10100111 | 0 | 1011010 | 11000 | 1110 | 100111100 | 1010001 | 110000 |
Color Harmonies of #DC17A7
Complementary color
Monochromatic Colors of #DC17A7
Black with #DC17A7
Text Example
Text Example
White with #DC17A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17A7; }
p { color: rgb(220,23,167); }
H1.HeaderClassName
{
color: #DC17A7;
}
.AnyTagClassName
{
color: #DC17A7;
}
</style>
background-color css
<style>
a { background-color: #DC17A7; }
a { background-color: rgb(220,23,167); }
div.DivClassName
{
background-color: #DC17A7;
}
.BgClassName
{
background-color: #DC17A7;
}
</style>
border-color css
<style>
span { border-color: #DC17A7; }
span { border-color: rgb(220,23,167); }
td.TdClassName
{
border-color: #DC17A7;
}
.TagClassName
{
border-color: #DC17A7;
}
</style>