Shades of Deep Magenta #DC06CE
Tints of Deep Magenta #DC06CE
RGB
CMYK
RGB Variations
Color information
#DC06CE (or 0xDC06CE) is known color: Deep Magenta. HEX triplet: DC, 06 and CE. RGB value is (220,6,206). Sum of RGB (Red+Green+Blue) = 220+6+206=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06CE is #23F931. Grayscale: #5C5C5C. Windows color (decimal): -2357554 or 13502172. OLE color: 13502172.
HSL color Cylindrical-coordinate representation of color #DC06CE: hue angle of 303.93º 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 #DC06CE is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 206 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.14 |
| HSL | 303.93º | 0.95% | 0.44% | - |
| HSV(B) | 303.93º | 0.97% | 0.86% | - |
| XYZ | 40.72 | 19.8 | 60.07 | - |
| YUV | 92.79 | 191.9 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 206 | 0 | 0.97 | 0.06 | 0.14 | 303.93 | 0.95 | 0.44 |
| Hex | DC | 6 | CE | 0 | 61 | 6 | E | 130 | 5F | 2C |
| Octal | 334 | 6 | 316 | 0 | 141 | 6 | 16 | 460 | 137 | 54 |
| Binary | 11011100 | 110 | 11001110 | 0 | 1100001 | 110 | 1110 | 100110000 | 1011111 | 101100 |
Color Harmonies of #DC06CE
Complementary color
Monochromatic Colors of #DC06CE
Black with #DC06CE
Text Example
Text Example
White with #DC06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06CE; }
p { color: rgb(220,6,206); }
H1.HeaderClassName
{
color: #DC06CE;
}
.AnyTagClassName
{
color: #DC06CE;
}
</style>
background-color css
<style>
a { background-color: #DC06CE; }
a { background-color: rgb(220,6,206); }
div.DivClassName
{
background-color: #DC06CE;
}
.BgClassName
{
background-color: #DC06CE;
}
</style>
border-color css
<style>
span { border-color: #DC06CE; }
span { border-color: rgb(220,6,206); }
td.TdClassName
{
border-color: #DC06CE;
}
.TagClassName
{
border-color: #DC06CE;
}
</style>