Shades of Deep Magenta #DC07DD
Tints of Deep Magenta #DC07DD
RGB
CMYK
RGB Variations
Color information
#DC07DD (or 0xDC07DD) is known color: Deep Magenta. HEX triplet: DC, 07 and DD. RGB value is (220,7,221). Sum of RGB (Red+Green+Blue) = 220+7+221=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC07DD is #23F822. Grayscale: #5E5E5E. Windows color (decimal): -2357283 or 14485468. OLE color: 14485468.
HSL color Cylindrical-coordinate representation of color #DC07DD: hue angle of 299.72º degrees, saturation: 0.94, 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 #DC07DD is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 7 | 221 | - |
| CMYK | 0.00 | 0.97 | 0 | 0.13 |
| HSL | 299.72º | 0.94% | 0.45% | - |
| HSV(B) | 299.72º | 0.97% | 0.87% | - |
| XYZ | 42.64 | 20.59 | 70.13 | - |
| YUV | 95.08 | 199.07 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 221 | 0.00 | 0.97 | 0 | 0.13 | 299.72 | 0.94 | 0.45 |
| Hex | DC | 7 | DD | 0 | 61 | 0 | D | 12C | 5E | 2D |
| Octal | 334 | 7 | 335 | 0 | 141 | 0 | 15 | 454 | 136 | 55 |
| Binary | 11011100 | 111 | 11011101 | 0 | 1100001 | 0 | 1101 | 100101100 | 1011110 | 101101 |
Color Harmonies of #DC07DD
Complementary color
Monochromatic Colors of #DC07DD
Black with #DC07DD
Text Example
Text Example
White with #DC07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07DD; }
p { color: rgb(220,7,221); }
H1.HeaderClassName
{
color: #DC07DD;
}
.AnyTagClassName
{
color: #DC07DD;
}
</style>
background-color css
<style>
a { background-color: #DC07DD; }
a { background-color: rgb(220,7,221); }
div.DivClassName
{
background-color: #DC07DD;
}
.BgClassName
{
background-color: #DC07DD;
}
</style>
border-color css
<style>
span { border-color: #DC07DD; }
span { border-color: rgb(220,7,221); }
td.TdClassName
{
border-color: #DC07DD;
}
.TagClassName
{
border-color: #DC07DD;
}
</style>