Shades of Deep Magenta #DC07D0
Tints of Deep Magenta #DC07D0
RGB
CMYK
RGB Variations
Color information
#DC07D0 (or 0xDC07D0) is known color: Deep Magenta. HEX triplet: DC, 07 and D0. RGB value is (220,7,208). Sum of RGB (Red+Green+Blue) = 220+7+208=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC07D0 is #23F82F. Grayscale: #5D5D5D. Windows color (decimal): -2357296 or 13633500. OLE color: 13633500.
HSL color Cylindrical-coordinate representation of color #DC07D0: hue angle of 303.38º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07D0 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 208 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.14 |
| HSL | 303.38º | 0.94% | 0.45% | - |
| HSV(B) | 303.38º | 0.97% | 0.86% | - |
| XYZ | 40.98 | 19.92 | 61.36 | - |
| YUV | 93.6 | 192.57 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 208 | 0 | 0.97 | 0.05 | 0.14 | 303.38 | 0.94 | 0.45 |
| Hex | DC | 7 | D0 | 0 | 61 | 5 | E | 12F | 5E | 2D |
| Octal | 334 | 7 | 320 | 0 | 141 | 5 | 16 | 457 | 136 | 55 |
| Binary | 11011100 | 111 | 11010000 | 0 | 1100001 | 101 | 1110 | 100101111 | 1011110 | 101101 |
Color Harmonies of #DC07D0
Complementary color
Monochromatic Colors of #DC07D0
Black with #DC07D0
Text Example
Text Example
White with #DC07D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07D0; }
p { color: rgb(220,7,208); }
H1.HeaderClassName
{
color: #DC07D0;
}
.AnyTagClassName
{
color: #DC07D0;
}
</style>
background-color css
<style>
a { background-color: #DC07D0; }
a { background-color: rgb(220,7,208); }
div.DivClassName
{
background-color: #DC07D0;
}
.BgClassName
{
background-color: #DC07D0;
}
</style>
border-color css
<style>
span { border-color: #DC07D0; }
span { border-color: rgb(220,7,208); }
td.TdClassName
{
border-color: #DC07D0;
}
.TagClassName
{
border-color: #DC07D0;
}
</style>