Shades of Hollywood Cerise #DC10A4
Tints of Hollywood Cerise #DC10A4
RGB
CMYK
RGB Variations
Color information
#DC10A4 (or 0xDC10A4) is known color: Hollywood Cerise. HEX triplet: DC, 10 and A4. RGB value is (220,16,164). Sum of RGB (Red+Green+Blue) = 220+16+164=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC10A4 is #23EF5B. Grayscale: #5D5D5D. Windows color (decimal): -2355036 or 10752220. OLE color: 10752220.
HSL color Cylindrical-coordinate representation of color #DC10A4: hue angle of 316.47º 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 #DC10A4 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 164 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.14 |
| HSL | 316.47º | 0.86% | 0.46% | - |
| HSV(B) | 316.47º | 0.93% | 0.86% | - |
| XYZ | 36.4 | 18.27 | 36.73 | - |
| YUV | 93.87 | 167.59 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 164 | 0 | 0.93 | 0.25 | 0.14 | 316.47 | 0.86 | 0.46 |
| Hex | DC | 10 | A4 | 0 | 5D | 19 | E | 13C | 56 | 2E |
| Octal | 334 | 20 | 244 | 0 | 135 | 31 | 16 | 474 | 126 | 56 |
| Binary | 11011100 | 10000 | 10100100 | 0 | 1011101 | 11001 | 1110 | 100111100 | 1010110 | 101110 |
Color Harmonies of #DC10A4
Complementary color
Monochromatic Colors of #DC10A4
Black with #DC10A4
Text Example
Text Example
White with #DC10A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10A4; }
p { color: rgb(220,16,164); }
H1.HeaderClassName
{
color: #DC10A4;
}
.AnyTagClassName
{
color: #DC10A4;
}
</style>
background-color css
<style>
a { background-color: #DC10A4; }
a { background-color: rgb(220,16,164); }
div.DivClassName
{
background-color: #DC10A4;
}
.BgClassName
{
background-color: #DC10A4;
}
</style>
border-color css
<style>
span { border-color: #DC10A4; }
span { border-color: rgb(220,16,164); }
td.TdClassName
{
border-color: #DC10A4;
}
.TagClassName
{
border-color: #DC10A4;
}
</style>