Shades of Deep Magenta #DC03DA
Tints of Deep Magenta #DC03DA
RGB
CMYK
RGB Variations
Color information
#DC03DA (or 0xDC03DA) is known color: Deep Magenta. HEX triplet: DC, 03 and DA. RGB value is (220,3,218). Sum of RGB (Red+Green+Blue) = 220+3+218=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03DA is #23FC25. Grayscale: #5B5B5B. Windows color (decimal): -2358310 or 14287836. OLE color: 14287836.
HSL color Cylindrical-coordinate representation of color #DC03DA: hue angle of 300.55º 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 #DC03DA is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.14 |
| HSL | 300.55º | 0.97% | 0.44% | - |
| HSV(B) | 300.55º | 0.99% | 0.86% | - |
| XYZ | 42.2 | 20.34 | 68.03 | - |
| YUV | 92.39 | 198.89 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 218 | 0 | 0.99 | 0.01 | 0.14 | 300.55 | 0.97 | 0.44 |
| Hex | DC | 3 | DA | 0 | 63 | 1 | E | 12D | 61 | 2C |
| Octal | 334 | 3 | 332 | 0 | 143 | 1 | 16 | 455 | 141 | 54 |
| Binary | 11011100 | 11 | 11011010 | 0 | 1100011 | 1 | 1110 | 100101101 | 1100001 | 101100 |
Color Harmonies of #DC03DA
Complementary color
Monochromatic Colors of #DC03DA
Black with #DC03DA
Text Example
Text Example
White with #DC03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03DA; }
p { color: rgb(220,3,218); }
H1.HeaderClassName
{
color: #DC03DA;
}
.AnyTagClassName
{
color: #DC03DA;
}
</style>
background-color css
<style>
a { background-color: #DC03DA; }
a { background-color: rgb(220,3,218); }
div.DivClassName
{
background-color: #DC03DA;
}
.BgClassName
{
background-color: #DC03DA;
}
</style>
border-color css
<style>
span { border-color: #DC03DA; }
span { border-color: rgb(220,3,218); }
td.TdClassName
{
border-color: #DC03DA;
}
.TagClassName
{
border-color: #DC03DA;
}
</style>