Shades of Deep Magenta #DC1DD6
Tints of Deep Magenta #DC1DD6
RGB
CMYK
RGB Variations
Color information
#DC1DD6 (or 0xDC1DD6) is known color: Deep Magenta. HEX triplet: DC, 1D and D6. RGB value is (220,29,214). Sum of RGB (Red+Green+Blue) = 220+29+214=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1DD6 is #23E229. Grayscale: #6A6A6A. Windows color (decimal): -2351658 or 14032348. OLE color: 14032348.
HSL color Cylindrical-coordinate representation of color #DC1DD6: hue angle of 301.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1DD6 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 29 | 214 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.14 |
| HSL | 301.88º | 0.77% | 0.49% | - |
| HSV(B) | 301.88º | 0.87% | 0.86% | - |
| XYZ | 42.09 | 20.95 | 65.44 | - |
| YUV | 107.2 | 188.28 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 214 | 0 | 0.87 | 0.03 | 0.14 | 301.88 | 0.77 | 0.49 |
| Hex | DC | 1D | D6 | 0 | 57 | 3 | E | 12E | 4D | 31 |
| Octal | 334 | 35 | 326 | 0 | 127 | 3 | 16 | 456 | 115 | 61 |
| Binary | 11011100 | 11101 | 11010110 | 0 | 1010111 | 11 | 1110 | 100101110 | 1001101 | 110001 |
Color Harmonies of #DC1DD6
Complementary color
Monochromatic Colors of #DC1DD6
Black with #DC1DD6
Text Example
Text Example
White with #DC1DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1DD6; }
p { color: rgb(220,29,214); }
H1.HeaderClassName
{
color: #DC1DD6;
}
.AnyTagClassName
{
color: #DC1DD6;
}
</style>
background-color css
<style>
a { background-color: #DC1DD6; }
a { background-color: rgb(220,29,214); }
div.DivClassName
{
background-color: #DC1DD6;
}
.BgClassName
{
background-color: #DC1DD6;
}
</style>
border-color css
<style>
span { border-color: #DC1DD6; }
span { border-color: rgb(220,29,214); }
td.TdClassName
{
border-color: #DC1DD6;
}
.TagClassName
{
border-color: #DC1DD6;
}
</style>