Shades of Deep Magenta #DC1CDC
Tints of Deep Magenta #DC1CDC
RGB
CMYK
RGB Variations
Color information
#DC1CDC (or 0xDC1CDC) is known color: Deep Magenta. HEX triplet: DC, 1C and DC. RGB value is (220,28,220). Sum of RGB (Red+Green+Blue) = 220+28+220=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC1CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1CDC is #23E323. Grayscale: #6A6A6A. Windows color (decimal): -2351908 or 14425308. OLE color: 14425308.
HSL color Cylindrical-coordinate representation of color #DC1CDC: hue angle of 300º 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 #DC1CDC is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 220 | - |
| CMYK | 0 | 0.87 | 0 | 0.14 |
| HSL | 300º | 0.77% | 0.49% | - |
| HSV(B) | 300º | 0.87% | 0.86% | - |
| XYZ | 42.85 | 21.21 | 69.55 | - |
| YUV | 107.3 | 191.61 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 220 | 0 | 0.87 | 0 | 0.14 | 300 | 0.77 | 0.49 |
| Hex | DC | 1C | DC | 0 | 57 | 0 | E | 12C | 4D | 31 |
| Octal | 334 | 34 | 334 | 0 | 127 | 0 | 16 | 454 | 115 | 61 |
| Binary | 11011100 | 11100 | 11011100 | 0 | 1010111 | 0 | 1110 | 100101100 | 1001101 | 110001 |
Color Harmonies of #DC1CDC
Complementary color
Monochromatic Colors of #DC1CDC
Black with #DC1CDC
Text Example
Text Example
White with #DC1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CDC; }
p { color: rgb(220,28,220); }
H1.HeaderClassName
{
color: #DC1CDC;
}
.AnyTagClassName
{
color: #DC1CDC;
}
</style>
background-color css
<style>
a { background-color: #DC1CDC; }
a { background-color: rgb(220,28,220); }
div.DivClassName
{
background-color: #DC1CDC;
}
.BgClassName
{
background-color: #DC1CDC;
}
</style>
border-color css
<style>
span { border-color: #DC1CDC; }
span { border-color: rgb(220,28,220); }
td.TdClassName
{
border-color: #DC1CDC;
}
.TagClassName
{
border-color: #DC1CDC;
}
</style>