Shades of Deep Magenta #DF00DE
Tints of Deep Magenta #DF00DE
RGB
CMYK
RGB Variations
Color information
#DF00DE (or 0xDF00DE) is known color: Deep Magenta. HEX triplet: DF, 00 and DE. RGB value is (223,0,222). Sum of RGB (Red+Green+Blue) = 223+0+222=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00DE is #20FF21. Grayscale: #5B5B5B. Windows color (decimal): -2162466 or 14549215. OLE color: 14549215.
HSL color Cylindrical-coordinate representation of color #DF00DE: hue angle of 300.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00DE is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 222 | - |
| CMYK | 0 | 1 | 0.00 | 0.13 |
| HSL | 300.27º | 1% | 0.44% | - |
| HSV(B) | 300.27º | 1% | 0.87% | - |
| XYZ | 43.62 | 20.96 | 70.85 | - |
| YUV | 91.99 | 201.38 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 222 | 0 | 1 | 0.00 | 0.13 | 300.27 | 1 | 0.44 |
| Hex | DF | 0 | DE | 0 | 64 | 0 | D | 12C | 64 | 2C |
| Octal | 337 | 0 | 336 | 0 | 144 | 0 | 15 | 454 | 144 | 54 |
| Binary | 11011111 | 0 | 11011110 | 0 | 1100100 | 0 | 1101 | 100101100 | 1100100 | 101100 |
Color Harmonies of #DF00DE
Complementary color
Monochromatic Colors of #DF00DE
Black with #DF00DE
Text Example
Text Example
White with #DF00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00DE; }
p { color: rgb(223,0,222); }
H1.HeaderClassName
{
color: #DF00DE;
}
.AnyTagClassName
{
color: #DF00DE;
}
</style>
background-color css
<style>
a { background-color: #DF00DE; }
a { background-color: rgb(223,0,222); }
div.DivClassName
{
background-color: #DF00DE;
}
.BgClassName
{
background-color: #DF00DE;
}
</style>
border-color css
<style>
span { border-color: #DF00DE; }
span { border-color: rgb(223,0,222); }
td.TdClassName
{
border-color: #DF00DE;
}
.TagClassName
{
border-color: #DF00DE;
}
</style>