Shades of Deep Magenta #DC06D7
Tints of Deep Magenta #DC06D7
RGB
CMYK
RGB Variations
Color information
#DC06D7 (or 0xDC06D7) is known color: Deep Magenta. HEX triplet: DC, 06 and D7. RGB value is (220,6,215). Sum of RGB (Red+Green+Blue) = 220+6+215=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06D7 is #23F928. Grayscale: #5D5D5D. Windows color (decimal): -2357545 or 14091996. OLE color: 14091996.
HSL color Cylindrical-coordinate representation of color #DC06D7: hue angle of 301.4º 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 #DC06D7 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 215 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.14 |
| HSL | 301.4º | 0.95% | 0.44% | - |
| HSV(B) | 301.4º | 0.97% | 0.86% | - |
| XYZ | 41.85 | 20.25 | 65.99 | - |
| YUV | 93.81 | 196.4 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 215 | 0 | 0.97 | 0.02 | 0.14 | 301.4 | 0.95 | 0.44 |
| Hex | DC | 6 | D7 | 0 | 61 | 2 | E | 12D | 5F | 2C |
| Octal | 334 | 6 | 327 | 0 | 141 | 2 | 16 | 455 | 137 | 54 |
| Binary | 11011100 | 110 | 11010111 | 0 | 1100001 | 10 | 1110 | 100101101 | 1011111 | 101100 |
Color Harmonies of #DC06D7
Complementary color
Monochromatic Colors of #DC06D7
Black with #DC06D7
Text Example
Text Example
White with #DC06D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06D7; }
p { color: rgb(220,6,215); }
H1.HeaderClassName
{
color: #DC06D7;
}
.AnyTagClassName
{
color: #DC06D7;
}
</style>
background-color css
<style>
a { background-color: #DC06D7; }
a { background-color: rgb(220,6,215); }
div.DivClassName
{
background-color: #DC06D7;
}
.BgClassName
{
background-color: #DC06D7;
}
</style>
border-color css
<style>
span { border-color: #DC06D7; }
span { border-color: rgb(220,6,215); }
td.TdClassName
{
border-color: #DC06D7;
}
.TagClassName
{
border-color: #DC06D7;
}
</style>