Shades of Hollywood Cerise #DC17A1
Tints of Hollywood Cerise #DC17A1
RGB
CMYK
RGB Variations
Color information
#DC17A1 (or 0xDC17A1) is known color: Hollywood Cerise. HEX triplet: DC, 17 and A1. RGB value is (220,23,161). Sum of RGB (Red+Green+Blue) = 220+23+161=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC17A1 is #23E85E. Grayscale: #616161. Windows color (decimal): -2353247 or 10557404. OLE color: 10557404.
HSL color Cylindrical-coordinate representation of color #DC17A1: hue angle of 317.97º 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 #DC17A1 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 161 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.14 |
| HSL | 317.97º | 0.81% | 0.48% | - |
| HSV(B) | 317.97º | 0.9% | 0.86% | - |
| XYZ | 36.25 | 18.4 | 35.36 | - |
| YUV | 97.64 | 163.77 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 161 | 0 | 0.90 | 0.27 | 0.14 | 317.97 | 0.81 | 0.48 |
| Hex | DC | 17 | A1 | 0 | 5A | 1B | E | 13E | 51 | 30 |
| Octal | 334 | 27 | 241 | 0 | 132 | 33 | 16 | 476 | 121 | 60 |
| Binary | 11011100 | 10111 | 10100001 | 0 | 1011010 | 11011 | 1110 | 100111110 | 1010001 | 110000 |
Color Harmonies of #DC17A1
Complementary color
Monochromatic Colors of #DC17A1
Black with #DC17A1
Text Example
Text Example
White with #DC17A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17A1; }
p { color: rgb(220,23,161); }
H1.HeaderClassName
{
color: #DC17A1;
}
.AnyTagClassName
{
color: #DC17A1;
}
</style>
background-color css
<style>
a { background-color: #DC17A1; }
a { background-color: rgb(220,23,161); }
div.DivClassName
{
background-color: #DC17A1;
}
.BgClassName
{
background-color: #DC17A1;
}
</style>
border-color css
<style>
span { border-color: #DC17A1; }
span { border-color: rgb(220,23,161); }
td.TdClassName
{
border-color: #DC17A1;
}
.TagClassName
{
border-color: #DC17A1;
}
</style>