Shades of Deep Magenta #DC17C5
Tints of Deep Magenta #DC17C5
RGB
CMYK
RGB Variations
Color information
#DC17C5 (or 0xDC17C5) is known color: Deep Magenta. HEX triplet: DC, 17 and C5. RGB value is (220,23,197). Sum of RGB (Red+Green+Blue) = 220+23+197=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17C5 is #23E83A. Grayscale: #656565. Windows color (decimal): -2353211 or 12916700. OLE color: 12916700.
HSL color Cylindrical-coordinate representation of color #DC17C5: hue angle of 307.01º 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 #DC17C5 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 197 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.14 |
| HSL | 307.01º | 0.81% | 0.48% | - |
| HSV(B) | 307.01º | 0.9% | 0.86% | - |
| XYZ | 39.9 | 19.86 | 54.55 | - |
| YUV | 101.74 | 181.77 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 197 | 0 | 0.90 | 0.10 | 0.14 | 307.01 | 0.81 | 0.48 |
| Hex | DC | 17 | C5 | 0 | 5A | A | E | 133 | 51 | 30 |
| Octal | 334 | 27 | 305 | 0 | 132 | 12 | 16 | 463 | 121 | 60 |
| Binary | 11011100 | 10111 | 11000101 | 0 | 1011010 | 1010 | 1110 | 100110011 | 1010001 | 110000 |
Color Harmonies of #DC17C5
Complementary color
Monochromatic Colors of #DC17C5
Black with #DC17C5
Text Example
Text Example
White with #DC17C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17C5; }
p { color: rgb(220,23,197); }
H1.HeaderClassName
{
color: #DC17C5;
}
.AnyTagClassName
{
color: #DC17C5;
}
</style>
background-color css
<style>
a { background-color: #DC17C5; }
a { background-color: rgb(220,23,197); }
div.DivClassName
{
background-color: #DC17C5;
}
.BgClassName
{
background-color: #DC17C5;
}
</style>
border-color css
<style>
span { border-color: #DC17C5; }
span { border-color: rgb(220,23,197); }
td.TdClassName
{
border-color: #DC17C5;
}
.TagClassName
{
border-color: #DC17C5;
}
</style>