Shades of Deep Magenta #DE04D4
Tints of Deep Magenta #DE04D4
RGB
CMYK
RGB Variations
Color information
#DE04D4 (or 0xDE04D4) is known color: Deep Magenta. HEX triplet: DE, 04 and D4. RGB value is (222,4,212). Sum of RGB (Red+Green+Blue) = 222+4+212=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE04D4 is #21FB2B. Grayscale: #5C5C5C. Windows color (decimal): -2226988 or 13894878. OLE color: 13894878.
HSL color Cylindrical-coordinate representation of color #DE04D4: hue angle of 302.75º 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 #DE04D4 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 4 | 212 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.13 |
| HSL | 302.75º | 0.96% | 0.44% | - |
| HSV(B) | 302.75º | 0.98% | 0.87% | - |
| XYZ | 42.05 | 20.37 | 64 | - |
| YUV | 92.89 | 195.22 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 4 | 212 | 0 | 0.98 | 0.05 | 0.13 | 302.75 | 0.96 | 0.44 |
| Hex | DE | 4 | D4 | 0 | 62 | 5 | D | 12F | 60 | 2C |
| Octal | 336 | 4 | 324 | 0 | 142 | 5 | 15 | 457 | 140 | 54 |
| Binary | 11011110 | 100 | 11010100 | 0 | 1100010 | 101 | 1101 | 100101111 | 1100000 | 101100 |
Color Harmonies of #DE04D4
Complementary color
Monochromatic Colors of #DE04D4
Black with #DE04D4
Text Example
Text Example
White with #DE04D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE04D4; }
p { color: rgb(222,4,212); }
H1.HeaderClassName
{
color: #DE04D4;
}
.AnyTagClassName
{
color: #DE04D4;
}
</style>
background-color css
<style>
a { background-color: #DE04D4; }
a { background-color: rgb(222,4,212); }
div.DivClassName
{
background-color: #DE04D4;
}
.BgClassName
{
background-color: #DE04D4;
}
</style>
border-color css
<style>
span { border-color: #DE04D4; }
span { border-color: rgb(222,4,212); }
td.TdClassName
{
border-color: #DE04D4;
}
.TagClassName
{
border-color: #DE04D4;
}
</style>