Shades of Deep Magenta #DC03DC
Tints of Deep Magenta #DC03DC
RGB
CMYK
RGB Variations
Color information
#DC03DC (or 0xDC03DC) is known color: Deep Magenta. HEX triplet: DC, 03 and DC. RGB value is (220,3,220). Sum of RGB (Red+Green+Blue) = 220+3+220=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC03DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03DC is #23FC23. Grayscale: #5B5B5B. Windows color (decimal): -2358308 or 14418908. OLE color: 14418908.
HSL color Cylindrical-coordinate representation of color #DC03DC: hue angle of 300º 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 #DC03DC is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 220 | - |
| CMYK | 0 | 0.99 | 0 | 0.14 |
| HSL | 300º | 0.97% | 0.44% | - |
| HSV(B) | 300º | 0.99% | 0.86% | - |
| XYZ | 42.47 | 20.45 | 69.42 | - |
| YUV | 92.62 | 199.89 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 220 | 0 | 0.99 | 0 | 0.14 | 300 | 0.97 | 0.44 |
| Hex | DC | 3 | DC | 0 | 63 | 0 | E | 12C | 61 | 2C |
| Octal | 334 | 3 | 334 | 0 | 143 | 0 | 16 | 454 | 141 | 54 |
| Binary | 11011100 | 11 | 11011100 | 0 | 1100011 | 0 | 1110 | 100101100 | 1100001 | 101100 |
Color Harmonies of #DC03DC
Complementary color
Monochromatic Colors of #DC03DC
Black with #DC03DC
Text Example
Text Example
White with #DC03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03DC; }
p { color: rgb(220,3,220); }
H1.HeaderClassName
{
color: #DC03DC;
}
.AnyTagClassName
{
color: #DC03DC;
}
</style>
background-color css
<style>
a { background-color: #DC03DC; }
a { background-color: rgb(220,3,220); }
div.DivClassName
{
background-color: #DC03DC;
}
.BgClassName
{
background-color: #DC03DC;
}
</style>
border-color css
<style>
span { border-color: #DC03DC; }
span { border-color: rgb(220,3,220); }
td.TdClassName
{
border-color: #DC03DC;
}
.TagClassName
{
border-color: #DC03DC;
}
</style>