Shades of Deep Magenta #DC17D8
Tints of Deep Magenta #DC17D8
RGB
CMYK
RGB Variations
Color information
#DC17D8 (or 0xDC17D8) is known color: Deep Magenta. HEX triplet: DC, 17 and D8. RGB value is (220,23,216). Sum of RGB (Red+Green+Blue) = 220+23+216=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17D8 is #23E827. Grayscale: #676767. Windows color (decimal): -2353192 or 14161884. OLE color: 14161884.
HSL color Cylindrical-coordinate representation of color #DC17D8: hue angle of 301.22º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC17D8 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 216 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.14 |
| HSL | 301.22º | 0.81% | 0.48% | - |
| HSV(B) | 301.22º | 0.9% | 0.86% | - |
| XYZ | 42.22 | 20.79 | 66.75 | - |
| YUV | 103.91 | 191.27 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 216 | 0 | 0.90 | 0.02 | 0.14 | 301.22 | 0.81 | 0.48 |
| Hex | DC | 17 | D8 | 0 | 5A | 2 | E | 12D | 51 | 30 |
| Octal | 334 | 27 | 330 | 0 | 132 | 2 | 16 | 455 | 121 | 60 |
| Binary | 11011100 | 10111 | 11011000 | 0 | 1011010 | 10 | 1110 | 100101101 | 1010001 | 110000 |
Color Harmonies of #DC17D8
Complementary color
Monochromatic Colors of #DC17D8
Black with #DC17D8
Text Example
Text Example
White with #DC17D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17D8; }
p { color: rgb(220,23,216); }
H1.HeaderClassName
{
color: #DC17D8;
}
.AnyTagClassName
{
color: #DC17D8;
}
</style>
background-color css
<style>
a { background-color: #DC17D8; }
a { background-color: rgb(220,23,216); }
div.DivClassName
{
background-color: #DC17D8;
}
.BgClassName
{
background-color: #DC17D8;
}
</style>
border-color css
<style>
span { border-color: #DC17D8; }
span { border-color: rgb(220,23,216); }
td.TdClassName
{
border-color: #DC17D8;
}
.TagClassName
{
border-color: #DC17D8;
}
</style>