Shades of Deep Magenta #DF07DA
Tints of Deep Magenta #DF07DA
RGB
CMYK
RGB Variations
Color information
#DF07DA (or 0xDF07DA) is known color: Deep Magenta. HEX triplet: DF, 07 and DA. RGB value is (223,7,218). Sum of RGB (Red+Green+Blue) = 223+7+218=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF07DA is #20F825. Grayscale: #5F5F5F. Windows color (decimal): -2160678 or 14288863. OLE color: 14288863.
HSL color Cylindrical-coordinate representation of color #DF07DA: hue angle of 301.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 #DF07DA is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 218 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.13 |
| HSL | 301.39º | 0.94% | 0.45% | - |
| HSV(B) | 301.39º | 0.97% | 0.87% | - |
| XYZ | 43.16 | 20.9 | 68.09 | - |
| YUV | 95.64 | 197.06 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 218 | 0 | 0.97 | 0.02 | 0.13 | 301.39 | 0.94 | 0.45 |
| Hex | DF | 7 | DA | 0 | 61 | 2 | D | 12D | 5E | 2D |
| Octal | 337 | 7 | 332 | 0 | 141 | 2 | 15 | 455 | 136 | 55 |
| Binary | 11011111 | 111 | 11011010 | 0 | 1100001 | 10 | 1101 | 100101101 | 1011110 | 101101 |
Color Harmonies of #DF07DA
Complementary color
Monochromatic Colors of #DF07DA
Black with #DF07DA
Text Example
Text Example
White with #DF07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07DA; }
p { color: rgb(223,7,218); }
H1.HeaderClassName
{
color: #DF07DA;
}
.AnyTagClassName
{
color: #DF07DA;
}
</style>
background-color css
<style>
a { background-color: #DF07DA; }
a { background-color: rgb(223,7,218); }
div.DivClassName
{
background-color: #DF07DA;
}
.BgClassName
{
background-color: #DF07DA;
}
</style>
border-color css
<style>
span { border-color: #DF07DA; }
span { border-color: rgb(223,7,218); }
td.TdClassName
{
border-color: #DF07DA;
}
.TagClassName
{
border-color: #DF07DA;
}
</style>