Shades of Deep Magenta #DF07C8
Tints of Deep Magenta #DF07C8
RGB
CMYK
RGB Variations
Color information
#DF07C8 (or 0xDF07C8) is known color: Deep Magenta. HEX triplet: DF, 07 and C8. RGB value is (223,7,200). Sum of RGB (Red+Green+Blue) = 223+7+200=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF07C8 is #20F837. Grayscale: #5D5D5D. Windows color (decimal): -2160696 or 13109215. OLE color: 13109215.
HSL color Cylindrical-coordinate representation of color #DF07C8: hue angle of 306.39º 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 #DF07C8 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 200 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.13 |
| HSL | 306.39º | 0.94% | 0.45% | - |
| HSV(B) | 306.39º | 0.97% | 0.87% | - |
| XYZ | 40.93 | 20.01 | 56.35 | - |
| YUV | 93.59 | 188.06 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 200 | 0 | 0.97 | 0.10 | 0.13 | 306.39 | 0.94 | 0.45 |
| Hex | DF | 7 | C8 | 0 | 61 | A | D | 132 | 5E | 2D |
| Octal | 337 | 7 | 310 | 0 | 141 | 12 | 15 | 462 | 136 | 55 |
| Binary | 11011111 | 111 | 11001000 | 0 | 1100001 | 1010 | 1101 | 100110010 | 1011110 | 101101 |
Color Harmonies of #DF07C8
Complementary color
Monochromatic Colors of #DF07C8
Black with #DF07C8
Text Example
Text Example
White with #DF07C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07C8; }
p { color: rgb(223,7,200); }
H1.HeaderClassName
{
color: #DF07C8;
}
.AnyTagClassName
{
color: #DF07C8;
}
</style>
background-color css
<style>
a { background-color: #DF07C8; }
a { background-color: rgb(223,7,200); }
div.DivClassName
{
background-color: #DF07C8;
}
.BgClassName
{
background-color: #DF07C8;
}
</style>
border-color css
<style>
span { border-color: #DF07C8; }
span { border-color: rgb(223,7,200); }
td.TdClassName
{
border-color: #DF07C8;
}
.TagClassName
{
border-color: #DF07C8;
}
</style>