Shades of Deep Magenta #DC0AD2
Tints of Deep Magenta #DC0AD2
RGB
CMYK
RGB Variations
Color information
#DC0AD2 (or 0xDC0AD2) is known color: Deep Magenta. HEX triplet: DC, 0A and D2. RGB value is (220,10,210). Sum of RGB (Red+Green+Blue) = 220+10+210=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0AD2 is #23F52D. Grayscale: #5F5F5F. Windows color (decimal): -2356526 or 13765340. OLE color: 13765340.
HSL color Cylindrical-coordinate representation of color #DC0AD2: hue angle of 302.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0AD2 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 210 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.14 |
| HSL | 302.86º | 0.91% | 0.45% | - |
| HSV(B) | 302.86º | 0.95% | 0.86% | - |
| XYZ | 41.26 | 20.09 | 62.68 | - |
| YUV | 95.59 | 192.57 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 210 | 0 | 0.95 | 0.05 | 0.14 | 302.86 | 0.91 | 0.45 |
| Hex | DC | A | D2 | 0 | 5F | 5 | E | 12F | 5B | 2D |
| Octal | 334 | 12 | 322 | 0 | 137 | 5 | 16 | 457 | 133 | 55 |
| Binary | 11011100 | 1010 | 11010010 | 0 | 1011111 | 101 | 1110 | 100101111 | 1011011 | 101101 |
Color Harmonies of #DC0AD2
Complementary color
Monochromatic Colors of #DC0AD2
Black with #DC0AD2
Text Example
Text Example
White with #DC0AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0AD2; }
p { color: rgb(220,10,210); }
H1.HeaderClassName
{
color: #DC0AD2;
}
.AnyTagClassName
{
color: #DC0AD2;
}
</style>
background-color css
<style>
a { background-color: #DC0AD2; }
a { background-color: rgb(220,10,210); }
div.DivClassName
{
background-color: #DC0AD2;
}
.BgClassName
{
background-color: #DC0AD2;
}
</style>
border-color css
<style>
span { border-color: #DC0AD2; }
span { border-color: rgb(220,10,210); }
td.TdClassName
{
border-color: #DC0AD2;
}
.TagClassName
{
border-color: #DC0AD2;
}
</style>