Shades of Deep Magenta #DF0EC1
Tints of Deep Magenta #DF0EC1
RGB
CMYK
RGB Variations
Color information
#DF0EC1 (or 0xDF0EC1) is known color: Deep Magenta. HEX triplet: DF, 0E and C1. RGB value is (223,14,193). Sum of RGB (Red+Green+Blue) = 223+14+193=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EC1 is #20F13E. Grayscale: #606060. Windows color (decimal): -2158911 or 12652255. OLE color: 12652255.
HSL color Cylindrical-coordinate representation of color #DF0EC1: hue angle of 308.61º 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 #DF0EC1 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 193 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.13 |
| HSL | 308.61º | 0.88% | 0.46% | - |
| HSV(B) | 308.61º | 0.94% | 0.87% | - |
| XYZ | 40.21 | 19.85 | 52.16 | - |
| YUV | 96.9 | 182.24 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 193 | 0 | 0.94 | 0.13 | 0.13 | 308.61 | 0.88 | 0.46 |
| Hex | DF | E | C1 | 0 | 5E | D | D | 135 | 58 | 2E |
| Octal | 337 | 16 | 301 | 0 | 136 | 15 | 15 | 465 | 130 | 56 |
| Binary | 11011111 | 1110 | 11000001 | 0 | 1011110 | 1101 | 1101 | 100110101 | 1011000 | 101110 |
Color Harmonies of #DF0EC1
Complementary color
Monochromatic Colors of #DF0EC1
Black with #DF0EC1
Text Example
Text Example
White with #DF0EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EC1; }
p { color: rgb(223,14,193); }
H1.HeaderClassName
{
color: #DF0EC1;
}
.AnyTagClassName
{
color: #DF0EC1;
}
</style>
background-color css
<style>
a { background-color: #DF0EC1; }
a { background-color: rgb(223,14,193); }
div.DivClassName
{
background-color: #DF0EC1;
}
.BgClassName
{
background-color: #DF0EC1;
}
</style>
border-color css
<style>
span { border-color: #DF0EC1; }
span { border-color: rgb(223,14,193); }
td.TdClassName
{
border-color: #DF0EC1;
}
.TagClassName
{
border-color: #DF0EC1;
}
</style>