Shades of Deep Magenta #DF0ECA
Tints of Deep Magenta #DF0ECA
RGB
CMYK
RGB Variations
Color information
#DF0ECA (or 0xDF0ECA) is known color: Deep Magenta. HEX triplet: DF, 0E and CA. RGB value is (223,14,202). Sum of RGB (Red+Green+Blue) = 223+14+202=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ECA is #20F135. Grayscale: #616161. Windows color (decimal): -2158902 or 13242079. OLE color: 13242079.
HSL color Cylindrical-coordinate representation of color #DF0ECA: hue angle of 306.03º 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 #DF0ECA is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 202 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.13 |
| HSL | 306.03º | 0.88% | 0.46% | - |
| HSV(B) | 306.03º | 0.94% | 0.87% | - |
| XYZ | 41.25 | 20.27 | 57.61 | - |
| YUV | 97.92 | 186.74 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 202 | 0 | 0.94 | 0.09 | 0.13 | 306.03 | 0.88 | 0.46 |
| Hex | DF | E | CA | 0 | 5E | 9 | D | 132 | 58 | 2E |
| Octal | 337 | 16 | 312 | 0 | 136 | 11 | 15 | 462 | 130 | 56 |
| Binary | 11011111 | 1110 | 11001010 | 0 | 1011110 | 1001 | 1101 | 100110010 | 1011000 | 101110 |
Color Harmonies of #DF0ECA
Complementary color
Monochromatic Colors of #DF0ECA
Black with #DF0ECA
Text Example
Text Example
White with #DF0ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0ECA; }
p { color: rgb(223,14,202); }
H1.HeaderClassName
{
color: #DF0ECA;
}
.AnyTagClassName
{
color: #DF0ECA;
}
</style>
background-color css
<style>
a { background-color: #DF0ECA; }
a { background-color: rgb(223,14,202); }
div.DivClassName
{
background-color: #DF0ECA;
}
.BgClassName
{
background-color: #DF0ECA;
}
</style>
border-color css
<style>
span { border-color: #DF0ECA; }
span { border-color: rgb(223,14,202); }
td.TdClassName
{
border-color: #DF0ECA;
}
.TagClassName
{
border-color: #DF0ECA;
}
</style>