Shades of Deep Magenta #DF17DE
Tints of Deep Magenta #DF17DE
RGB
CMYK
RGB Variations
Color information
#DF17DE (or 0xDF17DE) is known color: Deep Magenta. HEX triplet: DF, 17 and DE. RGB value is (223,23,222). Sum of RGB (Red+Green+Blue) = 223+23+222=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF17DE is #20E821. Grayscale: #686868. Windows color (decimal): -2156578 or 14555103. OLE color: 14555103.
HSL color Cylindrical-coordinate representation of color #DF17DE: hue angle of 300.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF17DE is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 222 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.13 |
| HSL | 300.3º | 0.81% | 0.48% | - |
| HSV(B) | 300.3º | 0.9% | 0.87% | - |
| XYZ | 43.92 | 21.57 | 70.96 | - |
| YUV | 105.49 | 193.76 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 222 | 0 | 0.90 | 0.00 | 0.13 | 300.3 | 0.81 | 0.48 |
| Hex | DF | 17 | DE | 0 | 5A | 0 | D | 12C | 51 | 30 |
| Octal | 337 | 27 | 336 | 0 | 132 | 0 | 15 | 454 | 121 | 60 |
| Binary | 11011111 | 10111 | 11011110 | 0 | 1011010 | 0 | 1101 | 100101100 | 1010001 | 110000 |
Color Harmonies of #DF17DE
Complementary color
Monochromatic Colors of #DF17DE
Black with #DF17DE
Text Example
Text Example
White with #DF17DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17DE; }
p { color: rgb(223,23,222); }
H1.HeaderClassName
{
color: #DF17DE;
}
.AnyTagClassName
{
color: #DF17DE;
}
</style>
background-color css
<style>
a { background-color: #DF17DE; }
a { background-color: rgb(223,23,222); }
div.DivClassName
{
background-color: #DF17DE;
}
.BgClassName
{
background-color: #DF17DE;
}
</style>
border-color css
<style>
span { border-color: #DF17DE; }
span { border-color: rgb(223,23,222); }
td.TdClassName
{
border-color: #DF17DE;
}
.TagClassName
{
border-color: #DF17DE;
}
</style>