Shades of Deep Magenta #DE05DF
Tints of Deep Magenta #DE05DF
RGB
CMYK
RGB Variations
Color information
#DE05DF (or 0xDE05DF) is known color: Deep Magenta. HEX triplet: DE, 05 and DF. RGB value is (222,5,223). Sum of RGB (Red+Green+Blue) = 222+5+223=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE05DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE05DF is #21FA20. Grayscale: #5E5E5E. Windows color (decimal): -2226721 or 14616030. OLE color: 14616030.
HSL color Cylindrical-coordinate representation of color #DE05DF: hue angle of 299.72º 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 #DE05DF is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 223 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.13 |
| HSL | 299.72º | 0.96% | 0.45% | - |
| HSV(B) | 299.72º | 0.98% | 0.87% | - |
| XYZ | 43.5 | 20.97 | 71.57 | - |
| YUV | 94.74 | 200.39 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 223 | 0.00 | 0.98 | 0 | 0.13 | 299.72 | 0.96 | 0.45 |
| Hex | DE | 5 | DF | 0 | 62 | 0 | D | 12C | 60 | 2D |
| Octal | 336 | 5 | 337 | 0 | 142 | 0 | 15 | 454 | 140 | 55 |
| Binary | 11011110 | 101 | 11011111 | 0 | 1100010 | 0 | 1101 | 100101100 | 1100000 | 101101 |
Color Harmonies of #DE05DF
Complementary color
Monochromatic Colors of #DE05DF
Black with #DE05DF
Text Example
Text Example
White with #DE05DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE05DF; }
p { color: rgb(222,5,223); }
H1.HeaderClassName
{
color: #DE05DF;
}
.AnyTagClassName
{
color: #DE05DF;
}
</style>
background-color css
<style>
a { background-color: #DE05DF; }
a { background-color: rgb(222,5,223); }
div.DivClassName
{
background-color: #DE05DF;
}
.BgClassName
{
background-color: #DE05DF;
}
</style>
border-color css
<style>
span { border-color: #DE05DF; }
span { border-color: rgb(222,5,223); }
td.TdClassName
{
border-color: #DE05DF;
}
.TagClassName
{
border-color: #DE05DF;
}
</style>