Shades of Hollywood Cerise #DC10A3
Tints of Hollywood Cerise #DC10A3
RGB
CMYK
RGB Variations
Color information
#DC10A3 (or 0xDC10A3) is known color: Hollywood Cerise. HEX triplet: DC, 10 and A3. RGB value is (220,16,163). Sum of RGB (Red+Green+Blue) = 220+16+163=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC10A3 is #23EF5C. Grayscale: #5D5D5D. Windows color (decimal): -2355037 or 10686684. OLE color: 10686684.
HSL color Cylindrical-coordinate representation of color #DC10A3: hue angle of 316.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC10A3 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 163 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.14 |
| HSL | 316.76º | 0.86% | 0.46% | - |
| HSV(B) | 316.76º | 0.93% | 0.86% | - |
| XYZ | 36.31 | 18.23 | 36.26 | - |
| YUV | 93.75 | 167.09 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 163 | 0 | 0.93 | 0.26 | 0.14 | 316.76 | 0.86 | 0.46 |
| Hex | DC | 10 | A3 | 0 | 5D | 1A | E | 13D | 56 | 2E |
| Octal | 334 | 20 | 243 | 0 | 135 | 32 | 16 | 475 | 126 | 56 |
| Binary | 11011100 | 10000 | 10100011 | 0 | 1011101 | 11010 | 1110 | 100111101 | 1010110 | 101110 |
Color Harmonies of #DC10A3
Complementary color
Monochromatic Colors of #DC10A3
Black with #DC10A3
Text Example
Text Example
White with #DC10A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10A3; }
p { color: rgb(220,16,163); }
H1.HeaderClassName
{
color: #DC10A3;
}
.AnyTagClassName
{
color: #DC10A3;
}
</style>
background-color css
<style>
a { background-color: #DC10A3; }
a { background-color: rgb(220,16,163); }
div.DivClassName
{
background-color: #DC10A3;
}
.BgClassName
{
background-color: #DC10A3;
}
</style>
border-color css
<style>
span { border-color: #DC10A3; }
span { border-color: rgb(220,16,163); }
td.TdClassName
{
border-color: #DC10A3;
}
.TagClassName
{
border-color: #DC10A3;
}
</style>