Shades of Deep Magenta #DC06CF
Tints of Deep Magenta #DC06CF
RGB
CMYK
RGB Variations
Color information
#DC06CF (or 0xDC06CF) is known color: Deep Magenta. HEX triplet: DC, 06 and CF. RGB value is (220,6,207). Sum of RGB (Red+Green+Blue) = 220+6+207=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06CF is #23F930. Grayscale: #5C5C5C. Windows color (decimal): -2357553 or 13567708. OLE color: 13567708.
HSL color Cylindrical-coordinate representation of color #DC06CF: hue angle of 303.64º 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 #DC06CF is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 207 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.14 |
| HSL | 303.64º | 0.95% | 0.44% | - |
| HSV(B) | 303.64º | 0.97% | 0.86% | - |
| XYZ | 40.84 | 19.85 | 60.71 | - |
| YUV | 92.9 | 192.4 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 207 | 0 | 0.97 | 0.06 | 0.14 | 303.64 | 0.95 | 0.44 |
| Hex | DC | 6 | CF | 0 | 61 | 6 | E | 130 | 5F | 2C |
| Octal | 334 | 6 | 317 | 0 | 141 | 6 | 16 | 460 | 137 | 54 |
| Binary | 11011100 | 110 | 11001111 | 0 | 1100001 | 110 | 1110 | 100110000 | 1011111 | 101100 |
Color Harmonies of #DC06CF
Complementary color
Monochromatic Colors of #DC06CF
Black with #DC06CF
Text Example
Text Example
White with #DC06CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06CF; }
p { color: rgb(220,6,207); }
H1.HeaderClassName
{
color: #DC06CF;
}
.AnyTagClassName
{
color: #DC06CF;
}
</style>
background-color css
<style>
a { background-color: #DC06CF; }
a { background-color: rgb(220,6,207); }
div.DivClassName
{
background-color: #DC06CF;
}
.BgClassName
{
background-color: #DC06CF;
}
</style>
border-color css
<style>
span { border-color: #DC06CF; }
span { border-color: rgb(220,6,207); }
td.TdClassName
{
border-color: #DC06CF;
}
.TagClassName
{
border-color: #DC06CF;
}
</style>