Shades of Deep Magenta #DF0ECE
Tints of Deep Magenta #DF0ECE
RGB
CMYK
RGB Variations
Color information
#DF0ECE (or 0xDF0ECE) is known color: Deep Magenta. HEX triplet: DF, 0E and CE. RGB value is (223,14,206). Sum of RGB (Red+Green+Blue) = 223+14+206=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ECE is #20F131. Grayscale: #616161. Windows color (decimal): -2158898 or 13504223. OLE color: 13504223.
HSL color Cylindrical-coordinate representation of color #DF0ECE: hue angle of 304.88º 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 #DF0ECE is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 206 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.13 |
| HSL | 304.88º | 0.88% | 0.46% | - |
| HSV(B) | 304.88º | 0.94% | 0.87% | - |
| XYZ | 41.73 | 20.46 | 60.14 | - |
| YUV | 98.38 | 188.74 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 206 | 0 | 0.94 | 0.08 | 0.13 | 304.88 | 0.88 | 0.46 |
| Hex | DF | E | CE | 0 | 5E | 8 | D | 131 | 58 | 2E |
| Octal | 337 | 16 | 316 | 0 | 136 | 10 | 15 | 461 | 130 | 56 |
| Binary | 11011111 | 1110 | 11001110 | 0 | 1011110 | 1000 | 1101 | 100110001 | 1011000 | 101110 |
Color Harmonies of #DF0ECE
Complementary color
Monochromatic Colors of #DF0ECE
Black with #DF0ECE
Text Example
Text Example
White with #DF0ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0ECE; }
p { color: rgb(223,14,206); }
H1.HeaderClassName
{
color: #DF0ECE;
}
.AnyTagClassName
{
color: #DF0ECE;
}
</style>
background-color css
<style>
a { background-color: #DF0ECE; }
a { background-color: rgb(223,14,206); }
div.DivClassName
{
background-color: #DF0ECE;
}
.BgClassName
{
background-color: #DF0ECE;
}
</style>
border-color css
<style>
span { border-color: #DF0ECE; }
span { border-color: rgb(223,14,206); }
td.TdClassName
{
border-color: #DF0ECE;
}
.TagClassName
{
border-color: #DF0ECE;
}
</style>