Shades of Deep Magenta #DF00D7
Tints of Deep Magenta #DF00D7
RGB
CMYK
RGB Variations
Color information
#DF00D7 (or 0xDF00D7) is known color: Deep Magenta. HEX triplet: DF, 00 and D7. RGB value is (223,0,215). Sum of RGB (Red+Green+Blue) = 223+0+215=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00D7 is #20FF28. Grayscale: #5A5A5A. Windows color (decimal): -2162473 or 14090463. OLE color: 14090463.
HSL color Cylindrical-coordinate representation of color #DF00D7: hue angle of 302.15º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00D7 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 215 | - |
| CMYK | 0 | 1 | 0.04 | 0.13 |
| HSL | 302.15º | 1% | 0.44% | - |
| HSV(B) | 302.15º | 1% | 0.87% | - |
| XYZ | 42.7 | 20.59 | 66.01 | - |
| YUV | 91.19 | 197.88 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 215 | 0 | 1 | 0.04 | 0.13 | 302.15 | 1 | 0.44 |
| Hex | DF | 0 | D7 | 0 | 64 | 4 | D | 12E | 64 | 2C |
| Octal | 337 | 0 | 327 | 0 | 144 | 4 | 15 | 456 | 144 | 54 |
| Binary | 11011111 | 0 | 11010111 | 0 | 1100100 | 100 | 1101 | 100101110 | 1100100 | 101100 |
Color Harmonies of #DF00D7
Complementary color
Monochromatic Colors of #DF00D7
Black with #DF00D7
Text Example
Text Example
White with #DF00D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00D7; }
p { color: rgb(223,0,215); }
H1.HeaderClassName
{
color: #DF00D7;
}
.AnyTagClassName
{
color: #DF00D7;
}
</style>
background-color css
<style>
a { background-color: #DF00D7; }
a { background-color: rgb(223,0,215); }
div.DivClassName
{
background-color: #DF00D7;
}
.BgClassName
{
background-color: #DF00D7;
}
</style>
border-color css
<style>
span { border-color: #DF00D7; }
span { border-color: rgb(223,0,215); }
td.TdClassName
{
border-color: #DF00D7;
}
.TagClassName
{
border-color: #DF00D7;
}
</style>