Shades of Deep Magenta #DF07DB
Tints of Deep Magenta #DF07DB
RGB
CMYK
RGB Variations
Color information
#DF07DB (or 0xDF07DB) is known color: Deep Magenta. HEX triplet: DF, 07 and DB. RGB value is (223,7,219). Sum of RGB (Red+Green+Blue) = 223+7+219=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 7 (3.12% from 255 or 1.56% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF07DB is #20F824. Grayscale: #5F5F5F. Windows color (decimal): -2160677 or 14354399. OLE color: 14354399.
HSL color Cylindrical-coordinate representation of color #DF07DB: hue angle of 301.11º 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 #DF07DB is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 219 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.13 |
| HSL | 301.11º | 0.94% | 0.45% | - |
| HSV(B) | 301.11º | 0.97% | 0.87% | - |
| XYZ | 43.29 | 20.95 | 68.78 | - |
| YUV | 95.75 | 197.56 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 219 | 0 | 0.97 | 0.02 | 0.13 | 301.11 | 0.94 | 0.45 |
| Hex | DF | 7 | DB | 0 | 61 | 2 | D | 12D | 5E | 2D |
| Octal | 337 | 7 | 333 | 0 | 141 | 2 | 15 | 455 | 136 | 55 |
| Binary | 11011111 | 111 | 11011011 | 0 | 1100001 | 10 | 1101 | 100101101 | 1011110 | 101101 |
Color Harmonies of #DF07DB
Complementary color
Monochromatic Colors of #DF07DB
Black with #DF07DB
Text Example
Text Example
White with #DF07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07DB; }
p { color: rgb(223,7,219); }
H1.HeaderClassName
{
color: #DF07DB;
}
.AnyTagClassName
{
color: #DF07DB;
}
</style>
background-color css
<style>
a { background-color: #DF07DB; }
a { background-color: rgb(223,7,219); }
div.DivClassName
{
background-color: #DF07DB;
}
.BgClassName
{
background-color: #DF07DB;
}
</style>
border-color css
<style>
span { border-color: #DF07DB; }
span { border-color: rgb(223,7,219); }
td.TdClassName
{
border-color: #DF07DB;
}
.TagClassName
{
border-color: #DF07DB;
}
</style>