Shades of Deep Magenta #DC03D4
Tints of Deep Magenta #DC03D4
RGB
CMYK
RGB Variations
Color information
#DC03D4 (or 0xDC03D4) is known color: Deep Magenta. HEX triplet: DC, 03 and D4. RGB value is (220,3,212). Sum of RGB (Red+Green+Blue) = 220+3+212=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03D4 is #23FC2B. Grayscale: #5B5B5B. Windows color (decimal): -2358316 or 13894620. OLE color: 13894620.
HSL color Cylindrical-coordinate representation of color #DC03D4: hue angle of 302.21º 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 #DC03D4 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 212 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.14 |
| HSL | 302.21º | 0.97% | 0.44% | - |
| HSV(B) | 302.21º | 0.99% | 0.86% | - |
| XYZ | 41.43 | 20.03 | 63.97 | - |
| YUV | 91.71 | 195.89 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 212 | 0 | 0.99 | 0.04 | 0.14 | 302.21 | 0.97 | 0.44 |
| Hex | DC | 3 | D4 | 0 | 63 | 4 | E | 12E | 61 | 2C |
| Octal | 334 | 3 | 324 | 0 | 143 | 4 | 16 | 456 | 141 | 54 |
| Binary | 11011100 | 11 | 11010100 | 0 | 1100011 | 100 | 1110 | 100101110 | 1100001 | 101100 |
Color Harmonies of #DC03D4
Complementary color
Monochromatic Colors of #DC03D4
Black with #DC03D4
Text Example
Text Example
White with #DC03D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03D4; }
p { color: rgb(220,3,212); }
H1.HeaderClassName
{
color: #DC03D4;
}
.AnyTagClassName
{
color: #DC03D4;
}
</style>
background-color css
<style>
a { background-color: #DC03D4; }
a { background-color: rgb(220,3,212); }
div.DivClassName
{
background-color: #DC03D4;
}
.BgClassName
{
background-color: #DC03D4;
}
</style>
border-color css
<style>
span { border-color: #DC03D4; }
span { border-color: rgb(220,3,212); }
td.TdClassName
{
border-color: #DC03D4;
}
.TagClassName
{
border-color: #DC03D4;
}
</style>