Shades of Deep Magenta #DC0ADC
Tints of Deep Magenta #DC0ADC
RGB
CMYK
RGB Variations
Color information
#DC0ADC (or 0xDC0ADC) is known color: Deep Magenta. HEX triplet: DC, 0A and DC. RGB value is (220,10,220). Sum of RGB (Red+Green+Blue) = 220+10+220=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC0ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ADC is #23F523. Grayscale: #606060. Windows color (decimal): -2356516 or 14420700. OLE color: 14420700.
HSL color Cylindrical-coordinate representation of color #DC0ADC: hue angle of 300º 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 #DC0ADC is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 220 | - |
| CMYK | 0 | 0.95 | 0 | 0.14 |
| HSL | 300º | 0.91% | 0.45% | - |
| HSV(B) | 300º | 0.95% | 0.86% | - |
| XYZ | 42.54 | 20.6 | 69.44 | - |
| YUV | 96.73 | 197.57 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 220 | 0 | 0.95 | 0 | 0.14 | 300 | 0.91 | 0.45 |
| Hex | DC | A | DC | 0 | 5F | 0 | E | 12C | 5B | 2D |
| Octal | 334 | 12 | 334 | 0 | 137 | 0 | 16 | 454 | 133 | 55 |
| Binary | 11011100 | 1010 | 11011100 | 0 | 1011111 | 0 | 1110 | 100101100 | 1011011 | 101101 |
Color Harmonies of #DC0ADC
Complementary color
Monochromatic Colors of #DC0ADC
Black with #DC0ADC
Text Example
Text Example
White with #DC0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0ADC; }
p { color: rgb(220,10,220); }
H1.HeaderClassName
{
color: #DC0ADC;
}
.AnyTagClassName
{
color: #DC0ADC;
}
</style>
background-color css
<style>
a { background-color: #DC0ADC; }
a { background-color: rgb(220,10,220); }
div.DivClassName
{
background-color: #DC0ADC;
}
.BgClassName
{
background-color: #DC0ADC;
}
</style>
border-color css
<style>
span { border-color: #DC0ADC; }
span { border-color: rgb(220,10,220); }
td.TdClassName
{
border-color: #DC0ADC;
}
.TagClassName
{
border-color: #DC0ADC;
}
</style>