Shades of Deep Magenta #DC0AD5
Tints of Deep Magenta #DC0AD5
RGB
CMYK
RGB Variations
Color information
#DC0AD5 (or 0xDC0AD5) is known color: Deep Magenta. HEX triplet: DC, 0A and D5. RGB value is (220,10,213). Sum of RGB (Red+Green+Blue) = 220+10+213=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0AD5 is #23F52A. Grayscale: #5F5F5F. Windows color (decimal): -2356523 or 13961948. OLE color: 13961948.
HSL color Cylindrical-coordinate representation of color #DC0AD5: hue angle of 302º 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 #DC0AD5 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 213 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.14 |
| HSL | 302º | 0.91% | 0.45% | - |
| HSV(B) | 302º | 0.95% | 0.86% | - |
| XYZ | 41.63 | 20.24 | 64.66 | - |
| YUV | 95.93 | 194.07 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 213 | 0 | 0.95 | 0.03 | 0.14 | 302 | 0.91 | 0.45 |
| Hex | DC | A | D5 | 0 | 5F | 3 | E | 12E | 5B | 2D |
| Octal | 334 | 12 | 325 | 0 | 137 | 3 | 16 | 456 | 133 | 55 |
| Binary | 11011100 | 1010 | 11010101 | 0 | 1011111 | 11 | 1110 | 100101110 | 1011011 | 101101 |
Color Harmonies of #DC0AD5
Complementary color
Monochromatic Colors of #DC0AD5
Black with #DC0AD5
Text Example
Text Example
White with #DC0AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0AD5; }
p { color: rgb(220,10,213); }
H1.HeaderClassName
{
color: #DC0AD5;
}
.AnyTagClassName
{
color: #DC0AD5;
}
</style>
background-color css
<style>
a { background-color: #DC0AD5; }
a { background-color: rgb(220,10,213); }
div.DivClassName
{
background-color: #DC0AD5;
}
.BgClassName
{
background-color: #DC0AD5;
}
</style>
border-color css
<style>
span { border-color: #DC0AD5; }
span { border-color: rgb(220,10,213); }
td.TdClassName
{
border-color: #DC0AD5;
}
.TagClassName
{
border-color: #DC0AD5;
}
</style>