Shades of Hollywood Cerise #DC10A8
Tints of Hollywood Cerise #DC10A8
RGB
CMYK
RGB Variations
Color information
#DC10A8 (or 0xDC10A8) is known color: Hollywood Cerise. HEX triplet: DC, 10 and A8. RGB value is (220,16,168). Sum of RGB (Red+Green+Blue) = 220+16+168=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC10A8 is #23EF57. Grayscale: #5D5D5D. Windows color (decimal): -2355032 or 11014364. OLE color: 11014364.
HSL color Cylindrical-coordinate representation of color #DC10A8: hue angle of 315.29º 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 #DC10A8 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 168 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.14 |
| HSL | 315.29º | 0.86% | 0.46% | - |
| HSV(B) | 315.29º | 0.93% | 0.86% | - |
| XYZ | 36.77 | 18.41 | 38.66 | - |
| YUV | 94.32 | 169.59 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 168 | 0 | 0.93 | 0.24 | 0.14 | 315.29 | 0.86 | 0.46 |
| Hex | DC | 10 | A8 | 0 | 5D | 18 | E | 13B | 56 | 2E |
| Octal | 334 | 20 | 250 | 0 | 135 | 30 | 16 | 473 | 126 | 56 |
| Binary | 11011100 | 10000 | 10101000 | 0 | 1011101 | 11000 | 1110 | 100111011 | 1010110 | 101110 |
Color Harmonies of #DC10A8
Complementary color
Monochromatic Colors of #DC10A8
Black with #DC10A8
Text Example
Text Example
White with #DC10A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10A8; }
p { color: rgb(220,16,168); }
H1.HeaderClassName
{
color: #DC10A8;
}
.AnyTagClassName
{
color: #DC10A8;
}
</style>
background-color css
<style>
a { background-color: #DC10A8; }
a { background-color: rgb(220,16,168); }
div.DivClassName
{
background-color: #DC10A8;
}
.BgClassName
{
background-color: #DC10A8;
}
</style>
border-color css
<style>
span { border-color: #DC10A8; }
span { border-color: rgb(220,16,168); }
td.TdClassName
{
border-color: #DC10A8;
}
.TagClassName
{
border-color: #DC10A8;
}
</style>