Shades of Deep Magenta #DF0DE0
Tints of Deep Magenta #DF0DE0
RGB
CMYK
RGB Variations
Color information
#DF0DE0 (or 0xDF0DE0) is known color: Deep Magenta. HEX triplet: DF, 0D and E0. RGB value is (223,13,224). Sum of RGB (Red+Green+Blue) = 223+13+224=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 13 (5.47% from 255 or 2.83% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF0DE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DE0 is #20F21F. Grayscale: #636363. Windows color (decimal): -2159136 or 14683615. OLE color: 14683615.
HSL color Cylindrical-coordinate representation of color #DF0DE0: hue angle of 299.72º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DE0 is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 13 | 224 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.12 |
| HSL | 299.72º | 0.89% | 0.46% | - |
| HSV(B) | 299.72º | 0.94% | 0.88% | - |
| XYZ | 44.03 | 21.36 | 72.32 | - |
| YUV | 99.84 | 198.07 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 224 | 0.00 | 0.94 | 0 | 0.12 | 299.72 | 0.89 | 0.46 |
| Hex | DF | D | E0 | 0 | 5E | 0 | C | 12C | 59 | 2E |
| Octal | 337 | 15 | 340 | 0 | 136 | 0 | 14 | 454 | 131 | 56 |
| Binary | 11011111 | 1101 | 11100000 | 0 | 1011110 | 0 | 1100 | 100101100 | 1011001 | 101110 |
Color Harmonies of #DF0DE0
Complementary color
Monochromatic Colors of #DF0DE0
Black with #DF0DE0
Text Example
Text Example
White with #DF0DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DE0; }
p { color: rgb(223,13,224); }
H1.HeaderClassName
{
color: #DF0DE0;
}
.AnyTagClassName
{
color: #DF0DE0;
}
</style>
background-color css
<style>
a { background-color: #DF0DE0; }
a { background-color: rgb(223,13,224); }
div.DivClassName
{
background-color: #DF0DE0;
}
.BgClassName
{
background-color: #DF0DE0;
}
</style>
border-color css
<style>
span { border-color: #DF0DE0; }
span { border-color: rgb(223,13,224); }
td.TdClassName
{
border-color: #DF0DE0;
}
.TagClassName
{
border-color: #DF0DE0;
}
</style>