Shades of Deep Magenta #DC10DA
Tints of Deep Magenta #DC10DA
RGB
CMYK
RGB Variations
Color information
#DC10DA (or 0xDC10DA) is known color: Deep Magenta. HEX triplet: DC, 10 and DA. RGB value is (220,16,218). Sum of RGB (Red+Green+Blue) = 220+16+218=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 16 (6.64% from 255 or 3.52% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10DA is #23EF25. Grayscale: #636363. Windows color (decimal): -2354982 or 14291164. OLE color: 14291164.
HSL color Cylindrical-coordinate representation of color #DC10DA: hue angle of 300.59º 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 #DC10DA is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 218 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.14 |
| HSL | 300.59º | 0.86% | 0.46% | - |
| HSV(B) | 300.59º | 0.93% | 0.86% | - |
| XYZ | 42.36 | 20.65 | 68.08 | - |
| YUV | 100.02 | 194.59 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 218 | 0 | 0.93 | 0.01 | 0.14 | 300.59 | 0.86 | 0.46 |
| Hex | DC | 10 | DA | 0 | 5D | 1 | E | 12D | 56 | 2E |
| Octal | 334 | 20 | 332 | 0 | 135 | 1 | 16 | 455 | 126 | 56 |
| Binary | 11011100 | 10000 | 11011010 | 0 | 1011101 | 1 | 1110 | 100101101 | 1010110 | 101110 |
Color Harmonies of #DC10DA
Complementary color
Monochromatic Colors of #DC10DA
Black with #DC10DA
Text Example
Text Example
White with #DC10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10DA; }
p { color: rgb(220,16,218); }
H1.HeaderClassName
{
color: #DC10DA;
}
.AnyTagClassName
{
color: #DC10DA;
}
</style>
background-color css
<style>
a { background-color: #DC10DA; }
a { background-color: rgb(220,16,218); }
div.DivClassName
{
background-color: #DC10DA;
}
.BgClassName
{
background-color: #DC10DA;
}
</style>
border-color css
<style>
span { border-color: #DC10DA; }
span { border-color: rgb(220,16,218); }
td.TdClassName
{
border-color: #DC10DA;
}
.TagClassName
{
border-color: #DC10DA;
}
</style>