Shades of Deep Magenta #DC0DD6
Tints of Deep Magenta #DC0DD6
RGB
CMYK
RGB Variations
Color information
#DC0DD6 (or 0xDC0DD6) is known color: Deep Magenta. HEX triplet: DC, 0D and D6. RGB value is (220,13,214). Sum of RGB (Red+Green+Blue) = 220+13+214=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DD6 is #23F229. Grayscale: #616161. Windows color (decimal): -2355754 or 14028252. OLE color: 14028252.
HSL color Cylindrical-coordinate representation of color #DC0DD6: hue angle of 301.74º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0DD6 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 214 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.14 |
| HSL | 301.74º | 0.89% | 0.46% | - |
| HSV(B) | 301.74º | 0.94% | 0.86% | - |
| XYZ | 41.8 | 20.36 | 65.34 | - |
| YUV | 97.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 214 | 0 | 0.94 | 0.03 | 0.14 | 301.74 | 0.89 | 0.46 |
| Hex | DC | D | D6 | 0 | 5E | 3 | E | 12E | 59 | 2E |
| Octal | 334 | 15 | 326 | 0 | 136 | 3 | 16 | 456 | 131 | 56 |
| Binary | 11011100 | 1101 | 11010110 | 0 | 1011110 | 11 | 1110 | 100101110 | 1011001 | 101110 |
Color Harmonies of #DC0DD6
Complementary color
Monochromatic Colors of #DC0DD6
Black with #DC0DD6
Text Example
Text Example
White with #DC0DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DD6; }
p { color: rgb(220,13,214); }
H1.HeaderClassName
{
color: #DC0DD6;
}
.AnyTagClassName
{
color: #DC0DD6;
}
</style>
background-color css
<style>
a { background-color: #DC0DD6; }
a { background-color: rgb(220,13,214); }
div.DivClassName
{
background-color: #DC0DD6;
}
.BgClassName
{
background-color: #DC0DD6;
}
</style>
border-color css
<style>
span { border-color: #DC0DD6; }
span { border-color: rgb(220,13,214); }
td.TdClassName
{
border-color: #DC0DD6;
}
.TagClassName
{
border-color: #DC0DD6;
}
</style>