Shades of Deep Magenta #DC17DF
Tints of Deep Magenta #DC17DF
RGB
CMYK
RGB Variations
Color information
#DC17DF (or 0xDC17DF) is known color: Deep Magenta. HEX triplet: DC, 17 and DF. RGB value is (220,23,223). Sum of RGB (Red+Green+Blue) = 220+23+223=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC17DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17DF is #23E820. Grayscale: #686868. Windows color (decimal): -2353185 or 14620636. OLE color: 14620636.
HSL color Cylindrical-coordinate representation of color #DC17DF: hue angle of 299.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 #DC17DF is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 23 | 223 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.13 |
| HSL | 299.1º | 0.81% | 0.48% | - |
| HSV(B) | 299.1º | 0.9% | 0.87% | - |
| XYZ | 43.14 | 21.16 | 71.62 | - |
| YUV | 104.7 | 194.77 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 223 | 0.01 | 0.90 | 0 | 0.13 | 299.1 | 0.81 | 0.48 |
| Hex | DC | 17 | DF | 1 | 5A | 0 | D | 12B | 51 | 30 |
| Octal | 334 | 27 | 337 | 1 | 132 | 0 | 15 | 453 | 121 | 60 |
| Binary | 11011100 | 10111 | 11011111 | 1 | 1011010 | 0 | 1101 | 100101011 | 1010001 | 110000 |
Color Harmonies of #DC17DF
Complementary color
Monochromatic Colors of #DC17DF
Black with #DC17DF
Text Example
Text Example
White with #DC17DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17DF; }
p { color: rgb(220,23,223); }
H1.HeaderClassName
{
color: #DC17DF;
}
.AnyTagClassName
{
color: #DC17DF;
}
</style>
background-color css
<style>
a { background-color: #DC17DF; }
a { background-color: rgb(220,23,223); }
div.DivClassName
{
background-color: #DC17DF;
}
.BgClassName
{
background-color: #DC17DF;
}
</style>
border-color css
<style>
span { border-color: #DC17DF; }
span { border-color: rgb(220,23,223); }
td.TdClassName
{
border-color: #DC17DF;
}
.TagClassName
{
border-color: #DC17DF;
}
</style>