Shades of Deep Magenta #DC07DA
Tints of Deep Magenta #DC07DA
RGB
CMYK
RGB Variations
Color information
#DC07DA (or 0xDC07DA) is known color: Deep Magenta. HEX triplet: DC, 07 and DA. RGB value is (220,7,218). Sum of RGB (Red+Green+Blue) = 220+7+218=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC07DA is #23F825. Grayscale: #5E5E5E. Windows color (decimal): -2357286 or 14288860. OLE color: 14288860.
HSL color Cylindrical-coordinate representation of color #DC07DA: hue angle of 300.56º 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 #DC07DA is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 218 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.14 |
| HSL | 300.56º | 0.94% | 0.45% | - |
| HSV(B) | 300.56º | 0.97% | 0.86% | - |
| XYZ | 42.25 | 20.43 | 68.05 | - |
| YUV | 94.74 | 197.57 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 218 | 0 | 0.97 | 0.01 | 0.14 | 300.56 | 0.94 | 0.45 |
| Hex | DC | 7 | DA | 0 | 61 | 1 | E | 12D | 5E | 2D |
| Octal | 334 | 7 | 332 | 0 | 141 | 1 | 16 | 455 | 136 | 55 |
| Binary | 11011100 | 111 | 11011010 | 0 | 1100001 | 1 | 1110 | 100101101 | 1011110 | 101101 |
Color Harmonies of #DC07DA
Complementary color
Monochromatic Colors of #DC07DA
Black with #DC07DA
Text Example
Text Example
White with #DC07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07DA; }
p { color: rgb(220,7,218); }
H1.HeaderClassName
{
color: #DC07DA;
}
.AnyTagClassName
{
color: #DC07DA;
}
</style>
background-color css
<style>
a { background-color: #DC07DA; }
a { background-color: rgb(220,7,218); }
div.DivClassName
{
background-color: #DC07DA;
}
.BgClassName
{
background-color: #DC07DA;
}
</style>
border-color css
<style>
span { border-color: #DC07DA; }
span { border-color: rgb(220,7,218); }
td.TdClassName
{
border-color: #DC07DA;
}
.TagClassName
{
border-color: #DC07DA;
}
</style>