Shades of Deep Magenta #DC06DC
Tints of Deep Magenta #DC06DC
RGB
CMYK
RGB Variations
Color information
#DC06DC (or 0xDC06DC) is known color: Deep Magenta. HEX triplet: DC, 06 and DC. RGB value is (220,6,220). Sum of RGB (Red+Green+Blue) = 220+6+220=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 6 (2.73% from 255 or 1.35% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC06DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06DC is #23F923. Grayscale: #5D5D5D. Windows color (decimal): -2357540 or 14419676. OLE color: 14419676.
HSL color Cylindrical-coordinate representation of color #DC06DC: hue angle of 300º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC06DC is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 220 | - |
| CMYK | 0 | 0.97 | 0 | 0.14 |
| HSL | 300º | 0.95% | 0.44% | - |
| HSV(B) | 300º | 0.97% | 0.86% | - |
| XYZ | 42.5 | 20.51 | 69.43 | - |
| YUV | 94.38 | 198.9 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 220 | 0 | 0.97 | 0 | 0.14 | 300 | 0.95 | 0.44 |
| Hex | DC | 6 | DC | 0 | 61 | 0 | E | 12C | 5F | 2C |
| Octal | 334 | 6 | 334 | 0 | 141 | 0 | 16 | 454 | 137 | 54 |
| Binary | 11011100 | 110 | 11011100 | 0 | 1100001 | 0 | 1110 | 100101100 | 1011111 | 101100 |
Color Harmonies of #DC06DC
Complementary color
Monochromatic Colors of #DC06DC
Black with #DC06DC
Text Example
Text Example
White with #DC06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06DC; }
p { color: rgb(220,6,220); }
H1.HeaderClassName
{
color: #DC06DC;
}
.AnyTagClassName
{
color: #DC06DC;
}
</style>
background-color css
<style>
a { background-color: #DC06DC; }
a { background-color: rgb(220,6,220); }
div.DivClassName
{
background-color: #DC06DC;
}
.BgClassName
{
background-color: #DC06DC;
}
</style>
border-color css
<style>
span { border-color: #DC06DC; }
span { border-color: rgb(220,6,220); }
td.TdClassName
{
border-color: #DC06DC;
}
.TagClassName
{
border-color: #DC06DC;
}
</style>