Shades of Deep Magenta #DF05DC
Tints of Deep Magenta #DF05DC
RGB
CMYK
RGB Variations
Color information
#DF05DC (or 0xDF05DC) is known color: Deep Magenta. HEX triplet: DF, 05 and DC. RGB value is (223,5,220). Sum of RGB (Red+Green+Blue) = 223+5+220=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 5 (2.34% from 255 or 1.12% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF05DC is #20FA23. Grayscale: #5E5E5E. Windows color (decimal): -2161188 or 14419423. OLE color: 14419423.
HSL color Cylindrical-coordinate representation of color #DF05DC: hue angle of 300.83º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05DC is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 220 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.13 |
| HSL | 300.83º | 0.96% | 0.45% | - |
| HSV(B) | 300.83º | 0.98% | 0.87% | - |
| XYZ | 43.4 | 20.96 | 69.47 | - |
| YUV | 94.69 | 198.72 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 220 | 0 | 0.98 | 0.01 | 0.13 | 300.83 | 0.96 | 0.45 |
| Hex | DF | 5 | DC | 0 | 62 | 1 | D | 12D | 60 | 2D |
| Octal | 337 | 5 | 334 | 0 | 142 | 1 | 15 | 455 | 140 | 55 |
| Binary | 11011111 | 101 | 11011100 | 0 | 1100010 | 1 | 1101 | 100101101 | 1100000 | 101101 |
Color Harmonies of #DF05DC
Complementary color
Monochromatic Colors of #DF05DC
Black with #DF05DC
Text Example
Text Example
White with #DF05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05DC; }
p { color: rgb(223,5,220); }
H1.HeaderClassName
{
color: #DF05DC;
}
.AnyTagClassName
{
color: #DF05DC;
}
</style>
background-color css
<style>
a { background-color: #DF05DC; }
a { background-color: rgb(223,5,220); }
div.DivClassName
{
background-color: #DF05DC;
}
.BgClassName
{
background-color: #DF05DC;
}
</style>
border-color css
<style>
span { border-color: #DF05DC; }
span { border-color: rgb(223,5,220); }
td.TdClassName
{
border-color: #DF05DC;
}
.TagClassName
{
border-color: #DF05DC;
}
</style>