Shades of Deep Magenta #DC10CD
Tints of Deep Magenta #DC10CD
RGB
CMYK
RGB Variations
Color information
#DC10CD (or 0xDC10CD) is known color: Deep Magenta. HEX triplet: DC, 10 and CD. RGB value is (220,16,205). Sum of RGB (Red+Green+Blue) = 220+16+205=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10CD is #23EF32. Grayscale: #616161. Windows color (decimal): -2354995 or 13439196. OLE color: 13439196.
HSL color Cylindrical-coordinate representation of color #DC10CD: hue angle of 304.41º 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 #DC10CD is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 205 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.14 |
| HSL | 304.41º | 0.86% | 0.46% | - |
| HSV(B) | 304.41º | 0.93% | 0.86% | - |
| XYZ | 40.72 | 19.99 | 59.47 | - |
| YUV | 98.54 | 188.09 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 205 | 0 | 0.93 | 0.07 | 0.14 | 304.41 | 0.86 | 0.46 |
| Hex | DC | 10 | CD | 0 | 5D | 7 | E | 130 | 56 | 2E |
| Octal | 334 | 20 | 315 | 0 | 135 | 7 | 16 | 460 | 126 | 56 |
| Binary | 11011100 | 10000 | 11001101 | 0 | 1011101 | 111 | 1110 | 100110000 | 1010110 | 101110 |
Color Harmonies of #DC10CD
Complementary color
Monochromatic Colors of #DC10CD
Black with #DC10CD
Text Example
Text Example
White with #DC10CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10CD; }
p { color: rgb(220,16,205); }
H1.HeaderClassName
{
color: #DC10CD;
}
.AnyTagClassName
{
color: #DC10CD;
}
</style>
background-color css
<style>
a { background-color: #DC10CD; }
a { background-color: rgb(220,16,205); }
div.DivClassName
{
background-color: #DC10CD;
}
.BgClassName
{
background-color: #DC10CD;
}
</style>
border-color css
<style>
span { border-color: #DC10CD; }
span { border-color: rgb(220,16,205); }
td.TdClassName
{
border-color: #DC10CD;
}
.TagClassName
{
border-color: #DC10CD;
}
</style>