Shades of Deep Magenta #DC17DE
Tints of Deep Magenta #DC17DE
RGB
CMYK
RGB Variations
Color information
#DC17DE (or 0xDC17DE) is known color: Deep Magenta. HEX triplet: DC, 17 and DE. RGB value is (220,23,222). Sum of RGB (Red+Green+Blue) = 220+23+222=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC17DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17DE is #23E821. Grayscale: #676767. Windows color (decimal): -2353186 or 14555100. OLE color: 14555100.
HSL color Cylindrical-coordinate representation of color #DC17DE: hue angle of 299.4º 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 #DC17DE is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 23 | 222 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.13 |
| HSL | 299.4º | 0.81% | 0.48% | - |
| HSV(B) | 299.4º | 0.9% | 0.87% | - |
| XYZ | 43.01 | 21.1 | 70.91 | - |
| YUV | 104.59 | 194.27 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 222 | 0.01 | 0.90 | 0 | 0.13 | 299.4 | 0.81 | 0.48 |
| Hex | DC | 17 | DE | 1 | 5A | 0 | D | 12B | 51 | 30 |
| Octal | 334 | 27 | 336 | 1 | 132 | 0 | 15 | 453 | 121 | 60 |
| Binary | 11011100 | 10111 | 11011110 | 1 | 1011010 | 0 | 1101 | 100101011 | 1010001 | 110000 |
Color Harmonies of #DC17DE
Complementary color
Monochromatic Colors of #DC17DE
Black with #DC17DE
Text Example
Text Example
White with #DC17DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17DE; }
p { color: rgb(220,23,222); }
H1.HeaderClassName
{
color: #DC17DE;
}
.AnyTagClassName
{
color: #DC17DE;
}
</style>
background-color css
<style>
a { background-color: #DC17DE; }
a { background-color: rgb(220,23,222); }
div.DivClassName
{
background-color: #DC17DE;
}
.BgClassName
{
background-color: #DC17DE;
}
</style>
border-color css
<style>
span { border-color: #DC17DE; }
span { border-color: rgb(220,23,222); }
td.TdClassName
{
border-color: #DC17DE;
}
.TagClassName
{
border-color: #DC17DE;
}
</style>