Shades of Deep Magenta #DC04DE
Tints of Deep Magenta #DC04DE
RGB
CMYK
RGB Variations
Color information
#DC04DE (or 0xDC04DE) is known color: Deep Magenta. HEX triplet: DC, 04 and DE. RGB value is (220,4,222). Sum of RGB (Red+Green+Blue) = 220+4+222=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC04DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04DE is #23FB21. Grayscale: #5C5C5C. Windows color (decimal): -2358050 or 14550236. OLE color: 14550236.
HSL color Cylindrical-coordinate representation of color #DC04DE: hue angle of 299.45º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC04DE is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 4 | 222 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.13 |
| HSL | 299.45º | 0.96% | 0.44% | - |
| HSV(B) | 299.45º | 0.98% | 0.87% | - |
| XYZ | 42.74 | 20.58 | 70.83 | - |
| YUV | 93.44 | 200.56 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 222 | 0.01 | 0.98 | 0 | 0.13 | 299.45 | 0.96 | 0.44 |
| Hex | DC | 4 | DE | 1 | 62 | 0 | D | 12B | 60 | 2C |
| Octal | 334 | 4 | 336 | 1 | 142 | 0 | 15 | 453 | 140 | 54 |
| Binary | 11011100 | 100 | 11011110 | 1 | 1100010 | 0 | 1101 | 100101011 | 1100000 | 101100 |
Color Harmonies of #DC04DE
Complementary color
Monochromatic Colors of #DC04DE
Black with #DC04DE
Text Example
Text Example
White with #DC04DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04DE; }
p { color: rgb(220,4,222); }
H1.HeaderClassName
{
color: #DC04DE;
}
.AnyTagClassName
{
color: #DC04DE;
}
</style>
background-color css
<style>
a { background-color: #DC04DE; }
a { background-color: rgb(220,4,222); }
div.DivClassName
{
background-color: #DC04DE;
}
.BgClassName
{
background-color: #DC04DE;
}
</style>
border-color css
<style>
span { border-color: #DC04DE; }
span { border-color: rgb(220,4,222); }
td.TdClassName
{
border-color: #DC04DE;
}
.TagClassName
{
border-color: #DC04DE;
}
</style>