Shades of Deep Magenta #DF11DE
Tints of Deep Magenta #DF11DE
RGB
CMYK
RGB Variations
Color information
#DF11DE (or 0xDF11DE) is known color: Deep Magenta. HEX triplet: DF, 11 and DE. RGB value is (223,17,222). Sum of RGB (Red+Green+Blue) = 223+17+222=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF11DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF11DE is #20EE21. Grayscale: #656565. Windows color (decimal): -2158114 or 14553567. OLE color: 14553567.
HSL color Cylindrical-coordinate representation of color #DF11DE: hue angle of 300.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF11DE is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 222 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.13 |
| HSL | 300.29º | 0.86% | 0.47% | - |
| HSV(B) | 300.29º | 0.92% | 0.87% | - |
| XYZ | 43.82 | 21.36 | 70.92 | - |
| YUV | 101.96 | 195.75 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 222 | 0 | 0.92 | 0.00 | 0.13 | 300.29 | 0.86 | 0.47 |
| Hex | DF | 11 | DE | 0 | 5C | 0 | D | 12C | 56 | 2F |
| Octal | 337 | 21 | 336 | 0 | 134 | 0 | 15 | 454 | 126 | 57 |
| Binary | 11011111 | 10001 | 11011110 | 0 | 1011100 | 0 | 1101 | 100101100 | 1010110 | 101111 |
Color Harmonies of #DF11DE
Complementary color
Monochromatic Colors of #DF11DE
Black with #DF11DE
Text Example
Text Example
White with #DF11DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF11DE; }
p { color: rgb(223,17,222); }
H1.HeaderClassName
{
color: #DF11DE;
}
.AnyTagClassName
{
color: #DF11DE;
}
</style>
background-color css
<style>
a { background-color: #DF11DE; }
a { background-color: rgb(223,17,222); }
div.DivClassName
{
background-color: #DF11DE;
}
.BgClassName
{
background-color: #DF11DE;
}
</style>
border-color css
<style>
span { border-color: #DF11DE; }
span { border-color: rgb(223,17,222); }
td.TdClassName
{
border-color: #DF11DE;
}
.TagClassName
{
border-color: #DF11DE;
}
</style>