Shades of Deep Magenta #DC0DCD
Tints of Deep Magenta #DC0DCD
RGB
CMYK
RGB Variations
Color information
#DC0DCD (or 0xDC0DCD) is known color: Deep Magenta. HEX triplet: DC, 0D and CD. RGB value is (220,13,205). Sum of RGB (Red+Green+Blue) = 220+13+205=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DCD is #23F232. Grayscale: #606060. Windows color (decimal): -2355763 or 13438428. OLE color: 13438428.
HSL color Cylindrical-coordinate representation of color #DC0DCD: hue angle of 304.35º 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 #DC0DCD is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 205 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.14 |
| HSL | 304.35º | 0.89% | 0.46% | - |
| HSV(B) | 304.35º | 0.94% | 0.86% | - |
| XYZ | 40.68 | 19.91 | 59.46 | - |
| YUV | 96.78 | 189.08 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 205 | 0 | 0.94 | 0.07 | 0.14 | 304.35 | 0.89 | 0.46 |
| Hex | DC | D | CD | 0 | 5E | 7 | E | 130 | 59 | 2E |
| Octal | 334 | 15 | 315 | 0 | 136 | 7 | 16 | 460 | 131 | 56 |
| Binary | 11011100 | 1101 | 11001101 | 0 | 1011110 | 111 | 1110 | 100110000 | 1011001 | 101110 |
Color Harmonies of #DC0DCD
Complementary color
Monochromatic Colors of #DC0DCD
Black with #DC0DCD
Text Example
Text Example
White with #DC0DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DCD; }
p { color: rgb(220,13,205); }
H1.HeaderClassName
{
color: #DC0DCD;
}
.AnyTagClassName
{
color: #DC0DCD;
}
</style>
background-color css
<style>
a { background-color: #DC0DCD; }
a { background-color: rgb(220,13,205); }
div.DivClassName
{
background-color: #DC0DCD;
}
.BgClassName
{
background-color: #DC0DCD;
}
</style>
border-color css
<style>
span { border-color: #DC0DCD; }
span { border-color: rgb(220,13,205); }
td.TdClassName
{
border-color: #DC0DCD;
}
.TagClassName
{
border-color: #DC0DCD;
}
</style>