Shades of Deep Magenta #DF07DD
Tints of Deep Magenta #DF07DD
RGB
CMYK
RGB Variations
Color information
#DF07DD (or 0xDF07DD) is known color: Deep Magenta. HEX triplet: DF, 07 and DD. RGB value is (223,7,221). Sum of RGB (Red+Green+Blue) = 223+7+221=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 7 (3.12% from 255 or 1.55% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF07DD is #20F822. Grayscale: #5F5F5F. Windows color (decimal): -2160675 or 14485471. OLE color: 14485471.
HSL color Cylindrical-coordinate representation of color #DF07DD: hue angle of 300.56º 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 #DF07DD is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 221 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.13 |
| HSL | 300.56º | 0.94% | 0.45% | - |
| HSV(B) | 300.56º | 0.97% | 0.87% | - |
| XYZ | 43.56 | 21.06 | 70.18 | - |
| YUV | 95.98 | 198.56 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 221 | 0 | 0.97 | 0.01 | 0.13 | 300.56 | 0.94 | 0.45 |
| Hex | DF | 7 | DD | 0 | 61 | 1 | D | 12D | 5E | 2D |
| Octal | 337 | 7 | 335 | 0 | 141 | 1 | 15 | 455 | 136 | 55 |
| Binary | 11011111 | 111 | 11011101 | 0 | 1100001 | 1 | 1101 | 100101101 | 1011110 | 101101 |
Color Harmonies of #DF07DD
Complementary color
Monochromatic Colors of #DF07DD
Black with #DF07DD
Text Example
Text Example
White with #DF07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07DD; }
p { color: rgb(223,7,221); }
H1.HeaderClassName
{
color: #DF07DD;
}
.AnyTagClassName
{
color: #DF07DD;
}
</style>
background-color css
<style>
a { background-color: #DF07DD; }
a { background-color: rgb(223,7,221); }
div.DivClassName
{
background-color: #DF07DD;
}
.BgClassName
{
background-color: #DF07DD;
}
</style>
border-color css
<style>
span { border-color: #DF07DD; }
span { border-color: rgb(223,7,221); }
td.TdClassName
{
border-color: #DF07DD;
}
.TagClassName
{
border-color: #DF07DD;
}
</style>