Shades of Deep Magenta #DE04DF
Tints of Deep Magenta #DE04DF
RGB
CMYK
RGB Variations
Color information
#DE04DF (or 0xDE04DF) is known color: Deep Magenta. HEX triplet: DE, 04 and DF. RGB value is (222,4,223). Sum of RGB (Red+Green+Blue) = 222+4+223=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE04DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE04DF is #21FB20. Grayscale: #5D5D5D. Windows color (decimal): -2226977 or 14615774. OLE color: 14615774.
HSL color Cylindrical-coordinate representation of color #DE04DF: hue angle of 299.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE04DF is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 4 | 223 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.13 |
| HSL | 299.73º | 0.96% | 0.45% | - |
| HSV(B) | 299.73º | 0.98% | 0.87% | - |
| XYZ | 43.49 | 20.94 | 71.56 | - |
| YUV | 94.15 | 200.72 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 4 | 223 | 0.00 | 0.98 | 0 | 0.13 | 299.73 | 0.96 | 0.45 |
| Hex | DE | 4 | DF | 0 | 62 | 0 | D | 12C | 60 | 2D |
| Octal | 336 | 4 | 337 | 0 | 142 | 0 | 15 | 454 | 140 | 55 |
| Binary | 11011110 | 100 | 11011111 | 0 | 1100010 | 0 | 1101 | 100101100 | 1100000 | 101101 |
Color Harmonies of #DE04DF
Complementary color
Monochromatic Colors of #DE04DF
Black with #DE04DF
Text Example
Text Example
White with #DE04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE04DF; }
p { color: rgb(222,4,223); }
H1.HeaderClassName
{
color: #DE04DF;
}
.AnyTagClassName
{
color: #DE04DF;
}
</style>
background-color css
<style>
a { background-color: #DE04DF; }
a { background-color: rgb(222,4,223); }
div.DivClassName
{
background-color: #DE04DF;
}
.BgClassName
{
background-color: #DE04DF;
}
</style>
border-color css
<style>
span { border-color: #DE04DF; }
span { border-color: rgb(222,4,223); }
td.TdClassName
{
border-color: #DE04DF;
}
.TagClassName
{
border-color: #DE04DF;
}
</style>