Shades of Deep Magenta #DC0DD3
Tints of Deep Magenta #DC0DD3
RGB
CMYK
RGB Variations
Color information
#DC0DD3 (or 0xDC0DD3) is known color: Deep Magenta. HEX triplet: DC, 0D and D3. RGB value is (220,13,211). Sum of RGB (Red+Green+Blue) = 220+13+211=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 211 (82.81% from 255 or 47.52% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DD3 is #23F22C. Grayscale: #606060. Windows color (decimal): -2355757 or 13831644. OLE color: 13831644.
HSL color Cylindrical-coordinate representation of color #DC0DD3: hue angle of 302.61º 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 #DC0DD3 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 211 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.14 |
| HSL | 302.61º | 0.89% | 0.46% | - |
| HSV(B) | 302.61º | 0.94% | 0.86% | - |
| XYZ | 41.42 | 20.21 | 63.35 | - |
| YUV | 97.47 | 192.08 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 211 | 0 | 0.94 | 0.04 | 0.14 | 302.61 | 0.89 | 0.46 |
| Hex | DC | D | D3 | 0 | 5E | 4 | E | 12F | 59 | 2E |
| Octal | 334 | 15 | 323 | 0 | 136 | 4 | 16 | 457 | 131 | 56 |
| Binary | 11011100 | 1101 | 11010011 | 0 | 1011110 | 100 | 1110 | 100101111 | 1011001 | 101110 |
Color Harmonies of #DC0DD3
Complementary color
Monochromatic Colors of #DC0DD3
Black with #DC0DD3
Text Example
Text Example
White with #DC0DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DD3; }
p { color: rgb(220,13,211); }
H1.HeaderClassName
{
color: #DC0DD3;
}
.AnyTagClassName
{
color: #DC0DD3;
}
</style>
background-color css
<style>
a { background-color: #DC0DD3; }
a { background-color: rgb(220,13,211); }
div.DivClassName
{
background-color: #DC0DD3;
}
.BgClassName
{
background-color: #DC0DD3;
}
</style>
border-color css
<style>
span { border-color: #DC0DD3; }
span { border-color: rgb(220,13,211); }
td.TdClassName
{
border-color: #DC0DD3;
}
.TagClassName
{
border-color: #DC0DD3;
}
</style>