Shades of Deep Magenta #DF0ECF
Tints of Deep Magenta #DF0ECF
RGB
CMYK
RGB Variations
Color information
#DF0ECF (or 0xDF0ECF) is known color: Deep Magenta. HEX triplet: DF, 0E and CF. RGB value is (223,14,207). Sum of RGB (Red+Green+Blue) = 223+14+207=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ECF is #20F130. Grayscale: #616161. Windows color (decimal): -2158897 or 13569759. OLE color: 13569759.
HSL color Cylindrical-coordinate representation of color #DF0ECF: hue angle of 304.59º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0ECF is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.13 |
| HSL | 304.59º | 0.88% | 0.46% | - |
| HSV(B) | 304.59º | 0.94% | 0.87% | - |
| XYZ | 41.85 | 20.51 | 60.78 | - |
| YUV | 98.49 | 189.24 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 207 | 0 | 0.94 | 0.07 | 0.13 | 304.59 | 0.88 | 0.46 |
| Hex | DF | E | CF | 0 | 5E | 7 | D | 131 | 58 | 2E |
| Octal | 337 | 16 | 317 | 0 | 136 | 7 | 15 | 461 | 130 | 56 |
| Binary | 11011111 | 1110 | 11001111 | 0 | 1011110 | 111 | 1101 | 100110001 | 1011000 | 101110 |
Color Harmonies of #DF0ECF
Complementary color
Monochromatic Colors of #DF0ECF
Black with #DF0ECF
Text Example
Text Example
White with #DF0ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0ECF; }
p { color: rgb(223,14,207); }
H1.HeaderClassName
{
color: #DF0ECF;
}
.AnyTagClassName
{
color: #DF0ECF;
}
</style>
background-color css
<style>
a { background-color: #DF0ECF; }
a { background-color: rgb(223,14,207); }
div.DivClassName
{
background-color: #DF0ECF;
}
.BgClassName
{
background-color: #DF0ECF;
}
</style>
border-color css
<style>
span { border-color: #DF0ECF; }
span { border-color: rgb(223,14,207); }
td.TdClassName
{
border-color: #DF0ECF;
}
.TagClassName
{
border-color: #DF0ECF;
}
</style>