Shades of Deep Magenta #DC0ADE
Tints of Deep Magenta #DC0ADE
RGB
CMYK
RGB Variations
Color information
#DC0ADE (or 0xDC0ADE) is known color: Deep Magenta. HEX triplet: DC, 0A and DE. RGB value is (220,10,222). Sum of RGB (Red+Green+Blue) = 220+10+222=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 10 (4.30% from 255 or 2.21% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC0ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ADE is #23F521. Grayscale: #606060. Windows color (decimal): -2356514 or 14551772. OLE color: 14551772.
HSL color Cylindrical-coordinate representation of color #DC0ADE: hue angle of 299.43º 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 #DC0ADE is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 10 | 222 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.13 |
| HSL | 299.43º | 0.91% | 0.45% | - |
| HSV(B) | 299.43º | 0.95% | 0.87% | - |
| XYZ | 42.81 | 20.71 | 70.85 | - |
| YUV | 96.96 | 198.57 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 222 | 0.01 | 0.95 | 0 | 0.13 | 299.43 | 0.91 | 0.45 |
| Hex | DC | A | DE | 1 | 5F | 0 | D | 12B | 5B | 2D |
| Octal | 334 | 12 | 336 | 1 | 137 | 0 | 15 | 453 | 133 | 55 |
| Binary | 11011100 | 1010 | 11011110 | 1 | 1011111 | 0 | 1101 | 100101011 | 1011011 | 101101 |
Color Harmonies of #DC0ADE
Complementary color
Monochromatic Colors of #DC0ADE
Black with #DC0ADE
Text Example
Text Example
White with #DC0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0ADE; }
p { color: rgb(220,10,222); }
H1.HeaderClassName
{
color: #DC0ADE;
}
.AnyTagClassName
{
color: #DC0ADE;
}
</style>
background-color css
<style>
a { background-color: #DC0ADE; }
a { background-color: rgb(220,10,222); }
div.DivClassName
{
background-color: #DC0ADE;
}
.BgClassName
{
background-color: #DC0ADE;
}
</style>
border-color css
<style>
span { border-color: #DC0ADE; }
span { border-color: rgb(220,10,222); }
td.TdClassName
{
border-color: #DC0ADE;
}
.TagClassName
{
border-color: #DC0ADE;
}
</style>