Shades of Deep Magenta #DC07CD
Tints of Deep Magenta #DC07CD
RGB
CMYK
RGB Variations
Color information
#DC07CD (or 0xDC07CD) is known color: Deep Magenta. HEX triplet: DC, 07 and CD. RGB value is (220,7,205). Sum of RGB (Red+Green+Blue) = 220+7+205=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC07CD is #23F832. Grayscale: #5C5C5C. Windows color (decimal): -2357299 or 13436892. OLE color: 13436892.
HSL color Cylindrical-coordinate representation of color #DC07CD: hue angle of 304.23º 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 #DC07CD is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 205 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.14 |
| HSL | 304.23º | 0.94% | 0.45% | - |
| HSV(B) | 304.23º | 0.97% | 0.86% | - |
| XYZ | 40.61 | 19.78 | 59.43 | - |
| YUV | 93.26 | 191.07 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 205 | 0 | 0.97 | 0.07 | 0.14 | 304.23 | 0.94 | 0.45 |
| Hex | DC | 7 | CD | 0 | 61 | 7 | E | 130 | 5E | 2D |
| Octal | 334 | 7 | 315 | 0 | 141 | 7 | 16 | 460 | 136 | 55 |
| Binary | 11011100 | 111 | 11001101 | 0 | 1100001 | 111 | 1110 | 100110000 | 1011110 | 101101 |
Color Harmonies of #DC07CD
Complementary color
Monochromatic Colors of #DC07CD
Black with #DC07CD
Text Example
Text Example
White with #DC07CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07CD; }
p { color: rgb(220,7,205); }
H1.HeaderClassName
{
color: #DC07CD;
}
.AnyTagClassName
{
color: #DC07CD;
}
</style>
background-color css
<style>
a { background-color: #DC07CD; }
a { background-color: rgb(220,7,205); }
div.DivClassName
{
background-color: #DC07CD;
}
.BgClassName
{
background-color: #DC07CD;
}
</style>
border-color css
<style>
span { border-color: #DC07CD; }
span { border-color: rgb(220,7,205); }
td.TdClassName
{
border-color: #DC07CD;
}
.TagClassName
{
border-color: #DC07CD;
}
</style>