Shades of Deep Magenta #DF17CE
Tints of Deep Magenta #DF17CE
RGB
CMYK
RGB Variations
Color information
#DF17CE (or 0xDF17CE) is known color: Deep Magenta. HEX triplet: DF, 17 and CE. RGB value is (223,23,206). Sum of RGB (Red+Green+Blue) = 223+23+206=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF17CE is #20E831. Grayscale: #676767. Windows color (decimal): -2156594 or 13506527. OLE color: 13506527.
HSL color Cylindrical-coordinate representation of color #DF17CE: hue angle of 305.1º 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 #DF17CE is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 206 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.13 |
| HSL | 305.1º | 0.81% | 0.48% | - |
| HSV(B) | 305.1º | 0.9% | 0.87% | - |
| XYZ | 41.88 | 20.76 | 60.19 | - |
| YUV | 103.66 | 185.76 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 206 | 0 | 0.90 | 0.08 | 0.13 | 305.1 | 0.81 | 0.48 |
| Hex | DF | 17 | CE | 0 | 5A | 8 | D | 131 | 51 | 30 |
| Octal | 337 | 27 | 316 | 0 | 132 | 10 | 15 | 461 | 121 | 60 |
| Binary | 11011111 | 10111 | 11001110 | 0 | 1011010 | 1000 | 1101 | 100110001 | 1010001 | 110000 |
Color Harmonies of #DF17CE
Complementary color
Monochromatic Colors of #DF17CE
Black with #DF17CE
Text Example
Text Example
White with #DF17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17CE; }
p { color: rgb(223,23,206); }
H1.HeaderClassName
{
color: #DF17CE;
}
.AnyTagClassName
{
color: #DF17CE;
}
</style>
background-color css
<style>
a { background-color: #DF17CE; }
a { background-color: rgb(223,23,206); }
div.DivClassName
{
background-color: #DF17CE;
}
.BgClassName
{
background-color: #DF17CE;
}
</style>
border-color css
<style>
span { border-color: #DF17CE; }
span { border-color: rgb(223,23,206); }
td.TdClassName
{
border-color: #DF17CE;
}
.TagClassName
{
border-color: #DF17CE;
}
</style>