Shades of Deep Magenta #DC0ADD
Tints of Deep Magenta #DC0ADD
RGB
CMYK
RGB Variations
Color information
#DC0ADD (or 0xDC0ADD) is known color: Deep Magenta. HEX triplet: DC, 0A and DD. RGB value is (220,10,221). Sum of RGB (Red+Green+Blue) = 220+10+221=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC0ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ADD is #23F522. Grayscale: #606060. Windows color (decimal): -2356515 or 14486236. OLE color: 14486236.
HSL color Cylindrical-coordinate representation of color #DC0ADD: hue angle of 299.72º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0ADD is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 10 | 221 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.13 |
| HSL | 299.72º | 0.91% | 0.45% | - |
| HSV(B) | 299.72º | 0.95% | 0.87% | - |
| XYZ | 42.67 | 20.65 | 70.14 | - |
| YUV | 96.84 | 198.07 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 221 | 0.00 | 0.95 | 0 | 0.13 | 299.72 | 0.91 | 0.45 |
| Hex | DC | A | DD | 0 | 5F | 0 | D | 12C | 5B | 2D |
| Octal | 334 | 12 | 335 | 0 | 137 | 0 | 15 | 454 | 133 | 55 |
| Binary | 11011100 | 1010 | 11011101 | 0 | 1011111 | 0 | 1101 | 100101100 | 1011011 | 101101 |
Color Harmonies of #DC0ADD
Complementary color
Monochromatic Colors of #DC0ADD
Black with #DC0ADD
Text Example
Text Example
White with #DC0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0ADD; }
p { color: rgb(220,10,221); }
H1.HeaderClassName
{
color: #DC0ADD;
}
.AnyTagClassName
{
color: #DC0ADD;
}
</style>
background-color css
<style>
a { background-color: #DC0ADD; }
a { background-color: rgb(220,10,221); }
div.DivClassName
{
background-color: #DC0ADD;
}
.BgClassName
{
background-color: #DC0ADD;
}
</style>
border-color css
<style>
span { border-color: #DC0ADD; }
span { border-color: rgb(220,10,221); }
td.TdClassName
{
border-color: #DC0ADD;
}
.TagClassName
{
border-color: #DC0ADD;
}
</style>