Shades of Deep Magenta #DC07DF
Tints of Deep Magenta #DC07DF
RGB
CMYK
RGB Variations
Color information
#DC07DF (or 0xDC07DF) is known color: Deep Magenta. HEX triplet: DC, 07 and DF. RGB value is (220,7,223). Sum of RGB (Red+Green+Blue) = 220+7+223=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 7 (3.12% from 255 or 1.56% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC07DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC07DF is #23F820. Grayscale: #5E5E5E. Windows color (decimal): -2357281 or 14616540. OLE color: 14616540.
HSL color Cylindrical-coordinate representation of color #DC07DF: hue angle of 299.17º 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 #DC07DF is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 7 | 223 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.13 |
| HSL | 299.17º | 0.94% | 0.45% | - |
| HSV(B) | 299.17º | 0.97% | 0.87% | - |
| XYZ | 42.91 | 20.7 | 71.55 | - |
| YUV | 95.31 | 200.07 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 223 | 0.01 | 0.97 | 0 | 0.13 | 299.17 | 0.94 | 0.45 |
| Hex | DC | 7 | DF | 1 | 61 | 0 | D | 12B | 5E | 2D |
| Octal | 334 | 7 | 337 | 1 | 141 | 0 | 15 | 453 | 136 | 55 |
| Binary | 11011100 | 111 | 11011111 | 1 | 1100001 | 0 | 1101 | 100101011 | 1011110 | 101101 |
Color Harmonies of #DC07DF
Complementary color
Monochromatic Colors of #DC07DF
Black with #DC07DF
Text Example
Text Example
White with #DC07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07DF; }
p { color: rgb(220,7,223); }
H1.HeaderClassName
{
color: #DC07DF;
}
.AnyTagClassName
{
color: #DC07DF;
}
</style>
background-color css
<style>
a { background-color: #DC07DF; }
a { background-color: rgb(220,7,223); }
div.DivClassName
{
background-color: #DC07DF;
}
.BgClassName
{
background-color: #DC07DF;
}
</style>
border-color css
<style>
span { border-color: #DC07DF; }
span { border-color: rgb(220,7,223); }
td.TdClassName
{
border-color: #DC07DF;
}
.TagClassName
{
border-color: #DC07DF;
}
</style>