Shades of Deep Magenta #DC0DD0
Tints of Deep Magenta #DC0DD0
RGB
CMYK
RGB Variations
Color information
#DC0DD0 (or 0xDC0DD0) is known color: Deep Magenta. HEX triplet: DC, 0D and D0. RGB value is (220,13,208). Sum of RGB (Red+Green+Blue) = 220+13+208=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DD0 is #23F22F. Grayscale: #606060. Windows color (decimal): -2355760 or 13635036. OLE color: 13635036.
HSL color Cylindrical-coordinate representation of color #DC0DD0: hue angle of 303.48º 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 #DC0DD0 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 208 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.14 |
| HSL | 303.48º | 0.89% | 0.46% | - |
| HSV(B) | 303.48º | 0.94% | 0.86% | - |
| XYZ | 41.04 | 20.06 | 61.38 | - |
| YUV | 97.12 | 190.58 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 208 | 0 | 0.94 | 0.05 | 0.14 | 303.48 | 0.89 | 0.46 |
| Hex | DC | D | D0 | 0 | 5E | 5 | E | 12F | 59 | 2E |
| Octal | 334 | 15 | 320 | 0 | 136 | 5 | 16 | 457 | 131 | 56 |
| Binary | 11011100 | 1101 | 11010000 | 0 | 1011110 | 101 | 1110 | 100101111 | 1011001 | 101110 |
Color Harmonies of #DC0DD0
Complementary color
Monochromatic Colors of #DC0DD0
Black with #DC0DD0
Text Example
Text Example
White with #DC0DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DD0; }
p { color: rgb(220,13,208); }
H1.HeaderClassName
{
color: #DC0DD0;
}
.AnyTagClassName
{
color: #DC0DD0;
}
</style>
background-color css
<style>
a { background-color: #DC0DD0; }
a { background-color: rgb(220,13,208); }
div.DivClassName
{
background-color: #DC0DD0;
}
.BgClassName
{
background-color: #DC0DD0;
}
</style>
border-color css
<style>
span { border-color: #DC0DD0; }
span { border-color: rgb(220,13,208); }
td.TdClassName
{
border-color: #DC0DD0;
}
.TagClassName
{
border-color: #DC0DD0;
}
</style>