Shades of Deep Magenta #DF00D1
Tints of Deep Magenta #DF00D1
RGB
CMYK
RGB Variations
Color information
#DF00D1 (or 0xDF00D1) is known color: Deep Magenta. HEX triplet: DF, 00 and D1. RGB value is (223,0,209). Sum of RGB (Red+Green+Blue) = 223+0+209=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00D1 is #20FF2E. Grayscale: #595959. Windows color (decimal): -2162479 or 13697247. OLE color: 13697247.
HSL color Cylindrical-coordinate representation of color #DF00D1: hue angle of 303.77º 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 #DF00D1 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 209 | - |
| CMYK | 0 | 1 | 0.06 | 0.13 |
| HSL | 303.77º | 1% | 0.44% | - |
| HSV(B) | 303.77º | 1% | 0.87% | - |
| XYZ | 41.94 | 20.29 | 62.03 | - |
| YUV | 90.5 | 194.88 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 209 | 0 | 1 | 0.06 | 0.13 | 303.77 | 1 | 0.44 |
| Hex | DF | 0 | D1 | 0 | 64 | 6 | D | 130 | 64 | 2C |
| Octal | 337 | 0 | 321 | 0 | 144 | 6 | 15 | 460 | 144 | 54 |
| Binary | 11011111 | 0 | 11010001 | 0 | 1100100 | 110 | 1101 | 100110000 | 1100100 | 101100 |
Color Harmonies of #DF00D1
Complementary color
Monochromatic Colors of #DF00D1
Black with #DF00D1
Text Example
Text Example
White with #DF00D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00D1; }
p { color: rgb(223,0,209); }
H1.HeaderClassName
{
color: #DF00D1;
}
.AnyTagClassName
{
color: #DF00D1;
}
</style>
background-color css
<style>
a { background-color: #DF00D1; }
a { background-color: rgb(223,0,209); }
div.DivClassName
{
background-color: #DF00D1;
}
.BgClassName
{
background-color: #DF00D1;
}
</style>
border-color css
<style>
span { border-color: #DF00D1; }
span { border-color: rgb(223,0,209); }
td.TdClassName
{
border-color: #DF00D1;
}
.TagClassName
{
border-color: #DF00D1;
}
</style>