Shades of Deep Magenta #DC03D5
Tints of Deep Magenta #DC03D5
RGB
CMYK
RGB Variations
Color information
#DC03D5 (or 0xDC03D5) is known color: Deep Magenta. HEX triplet: DC, 03 and D5. RGB value is (220,3,213). Sum of RGB (Red+Green+Blue) = 220+3+213=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03D5 is #23FC2A. Grayscale: #5B5B5B. Windows color (decimal): -2358315 or 13960156. OLE color: 13960156.
HSL color Cylindrical-coordinate representation of color #DC03D5: hue angle of 301.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03D5 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 213 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.14 |
| HSL | 301.94º | 0.97% | 0.44% | - |
| HSV(B) | 301.94º | 0.99% | 0.86% | - |
| XYZ | 41.56 | 20.08 | 64.64 | - |
| YUV | 91.82 | 196.39 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 213 | 0 | 0.99 | 0.03 | 0.14 | 301.94 | 0.97 | 0.44 |
| Hex | DC | 3 | D5 | 0 | 63 | 3 | E | 12E | 61 | 2C |
| Octal | 334 | 3 | 325 | 0 | 143 | 3 | 16 | 456 | 141 | 54 |
| Binary | 11011100 | 11 | 11010101 | 0 | 1100011 | 11 | 1110 | 100101110 | 1100001 | 101100 |
Color Harmonies of #DC03D5
Complementary color
Monochromatic Colors of #DC03D5
Black with #DC03D5
Text Example
Text Example
White with #DC03D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03D5; }
p { color: rgb(220,3,213); }
H1.HeaderClassName
{
color: #DC03D5;
}
.AnyTagClassName
{
color: #DC03D5;
}
</style>
background-color css
<style>
a { background-color: #DC03D5; }
a { background-color: rgb(220,3,213); }
div.DivClassName
{
background-color: #DC03D5;
}
.BgClassName
{
background-color: #DC03D5;
}
</style>
border-color css
<style>
span { border-color: #DC03D5; }
span { border-color: rgb(220,3,213); }
td.TdClassName
{
border-color: #DC03D5;
}
.TagClassName
{
border-color: #DC03D5;
}
</style>