Shades of Deep Magenta #DC06DF
Tints of Deep Magenta #DC06DF
RGB
CMYK
RGB Variations
Color information
#DC06DF (or 0xDC06DF) is known color: Deep Magenta. HEX triplet: DC, 06 and DF. RGB value is (220,6,223). Sum of RGB (Red+Green+Blue) = 220+6+223=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC06DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06DF is #23F920. Grayscale: #5E5E5E. Windows color (decimal): -2357537 or 14616284. OLE color: 14616284.
HSL color Cylindrical-coordinate representation of color #DC06DF: hue angle of 299.17º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC06DF is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 6 | 223 | - |
CMYK | 0.01 | 0.97 | 0 | 0.13 |
HSL | 299.17º | 0.95% | 0.45% | - |
HSV(B) | 299.17º | 0.97% | 0.87% | - |
XYZ | 42.9 | 20.67 | 71.54 | - |
YUV | 94.72 | 200.4 | 217.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 6 | 223 | 0.01 | 0.97 | 0 | 0.13 | 299.17 | 0.95 | 0.45 |
Hex | DC | 6 | DF | 1 | 61 | 0 | D | 12B | 5F | 2D |
Octal | 334 | 6 | 337 | 1 | 141 | 0 | 15 | 453 | 137 | 55 |
Binary | 11011100 | 110 | 11011111 | 1 | 1100001 | 0 | 1101 | 100101011 | 1011111 | 101101 |
Color Harmonies of #DC06DF
Complementary color
Monochromatic Colors of #DC06DF
Black with #DC06DF
Text Example
Text Example
White with #DC06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06DF; }
p { color: rgb(220,6,223); }
H1.HeaderClassName
{
color: #DC06DF;
}
.AnyTagClassName
{
color: #DC06DF;
}
</style>
background-color css
<style>
a { background-color: #DC06DF; }
a { background-color: rgb(220,6,223); }
div.DivClassName
{
background-color: #DC06DF;
}
.BgClassName
{
background-color: #DC06DF;
}
</style>
border-color css
<style>
span { border-color: #DC06DF; }
span { border-color: rgb(220,6,223); }
td.TdClassName
{
border-color: #DC06DF;
}
.TagClassName
{
border-color: #DC06DF;
}
</style>