Shades of Deep Magenta #DF1EDE
Tints of Deep Magenta #DF1EDE
RGB
CMYK
RGB Variations
Color information
#DF1EDE (or 0xDF1EDE) is known color: Deep Magenta. HEX triplet: DF, 1E and DE. RGB value is (223,30,222). Sum of RGB (Red+Green+Blue) = 223+30+222=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1EDE is #20E121. Grayscale: #6D6D6D. Windows color (decimal): -2154786 or 14556895. OLE color: 14556895.
HSL color Cylindrical-coordinate representation of color #DF1EDE: hue angle of 300.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1EDE is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 222 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.13 |
| HSL | 300.31º | 0.76% | 0.5% | - |
| HSV(B) | 300.31º | 0.87% | 0.87% | - |
| XYZ | 44.08 | 21.89 | 71.01 | - |
| YUV | 109.6 | 191.44 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 222 | 0 | 0.87 | 0.00 | 0.13 | 300.31 | 0.76 | 0.5 |
| Hex | DF | 1E | DE | 0 | 57 | 0 | D | 12C | 4C | 32 |
| Octal | 337 | 36 | 336 | 0 | 127 | 0 | 15 | 454 | 114 | 62 |
| Binary | 11011111 | 11110 | 11011110 | 0 | 1010111 | 0 | 1101 | 100101100 | 1001100 | 110010 |
Color Harmonies of #DF1EDE
Complementary color
Monochromatic Colors of #DF1EDE
Black with #DF1EDE
Text Example
Text Example
White with #DF1EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EDE; }
p { color: rgb(223,30,222); }
H1.HeaderClassName
{
color: #DF1EDE;
}
.AnyTagClassName
{
color: #DF1EDE;
}
</style>
background-color css
<style>
a { background-color: #DF1EDE; }
a { background-color: rgb(223,30,222); }
div.DivClassName
{
background-color: #DF1EDE;
}
.BgClassName
{
background-color: #DF1EDE;
}
</style>
border-color css
<style>
span { border-color: #DF1EDE; }
span { border-color: rgb(223,30,222); }
td.TdClassName
{
border-color: #DF1EDE;
}
.TagClassName
{
border-color: #DF1EDE;
}
</style>