Shades of Deep Magenta #DC0AD3
Tints of Deep Magenta #DC0AD3
RGB
CMYK
RGB Variations
Color information
#DC0AD3 (or 0xDC0AD3) is known color: Deep Magenta. HEX triplet: DC, 0A and D3. RGB value is (220,10,211). Sum of RGB (Red+Green+Blue) = 220+10+211=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0AD3 is #23F52C. Grayscale: #5F5F5F. Windows color (decimal): -2356525 or 13830876. OLE color: 13830876.
HSL color Cylindrical-coordinate representation of color #DC0AD3: hue angle of 302.57º 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 #DC0AD3 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 211 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.14 |
| HSL | 302.57º | 0.91% | 0.45% | - |
| HSV(B) | 302.57º | 0.95% | 0.86% | - |
| XYZ | 41.38 | 20.14 | 63.33 | - |
| YUV | 95.7 | 193.07 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 211 | 0 | 0.95 | 0.04 | 0.14 | 302.57 | 0.91 | 0.45 |
| Hex | DC | A | D3 | 0 | 5F | 4 | E | 12F | 5B | 2D |
| Octal | 334 | 12 | 323 | 0 | 137 | 4 | 16 | 457 | 133 | 55 |
| Binary | 11011100 | 1010 | 11010011 | 0 | 1011111 | 100 | 1110 | 100101111 | 1011011 | 101101 |
Color Harmonies of #DC0AD3
Complementary color
Monochromatic Colors of #DC0AD3
Black with #DC0AD3
Text Example
Text Example
White with #DC0AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0AD3; }
p { color: rgb(220,10,211); }
H1.HeaderClassName
{
color: #DC0AD3;
}
.AnyTagClassName
{
color: #DC0AD3;
}
</style>
background-color css
<style>
a { background-color: #DC0AD3; }
a { background-color: rgb(220,10,211); }
div.DivClassName
{
background-color: #DC0AD3;
}
.BgClassName
{
background-color: #DC0AD3;
}
</style>
border-color css
<style>
span { border-color: #DC0AD3; }
span { border-color: rgb(220,10,211); }
td.TdClassName
{
border-color: #DC0AD3;
}
.TagClassName
{
border-color: #DC0AD3;
}
</style>