Shades of Deep Magenta #DE04DC
Tints of Deep Magenta #DE04DC
RGB
CMYK
RGB Variations
Color information
#DE04DC (or 0xDE04DC) is known color: Deep Magenta. HEX triplet: DE, 04 and DC. RGB value is (222,4,220). Sum of RGB (Red+Green+Blue) = 222+4+220=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE04DC is #21FB23. Grayscale: #5D5D5D. Windows color (decimal): -2226980 or 14419166. OLE color: 14419166.
HSL color Cylindrical-coordinate representation of color #DE04DC: hue angle of 300.55º 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 #DE04DC is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 4 | 220 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.13 |
| HSL | 300.55º | 0.96% | 0.44% | - |
| HSV(B) | 300.55º | 0.98% | 0.87% | - |
| XYZ | 43.09 | 20.78 | 69.45 | - |
| YUV | 93.81 | 199.22 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 4 | 220 | 0 | 0.98 | 0.01 | 0.13 | 300.55 | 0.96 | 0.44 |
| Hex | DE | 4 | DC | 0 | 62 | 1 | D | 12D | 60 | 2C |
| Octal | 336 | 4 | 334 | 0 | 142 | 1 | 15 | 455 | 140 | 54 |
| Binary | 11011110 | 100 | 11011100 | 0 | 1100010 | 1 | 1101 | 100101101 | 1100000 | 101100 |
Color Harmonies of #DE04DC
Complementary color
Monochromatic Colors of #DE04DC
Black with #DE04DC
Text Example
Text Example
White with #DE04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE04DC; }
p { color: rgb(222,4,220); }
H1.HeaderClassName
{
color: #DE04DC;
}
.AnyTagClassName
{
color: #DE04DC;
}
</style>
background-color css
<style>
a { background-color: #DE04DC; }
a { background-color: rgb(222,4,220); }
div.DivClassName
{
background-color: #DE04DC;
}
.BgClassName
{
background-color: #DE04DC;
}
</style>
border-color css
<style>
span { border-color: #DE04DC; }
span { border-color: rgb(222,4,220); }
td.TdClassName
{
border-color: #DE04DC;
}
.TagClassName
{
border-color: #DE04DC;
}
</style>