Shades of Deep Magenta #DF1ECE
Tints of Deep Magenta #DF1ECE
RGB
CMYK
RGB Variations
Color information
#DF1ECE (or 0xDF1ECE) is known color: Deep Magenta. HEX triplet: DF, 1E and CE. RGB value is (223,30,206). Sum of RGB (Red+Green+Blue) = 223+30+206=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1ECE is #20E131. Grayscale: #6B6B6B. Windows color (decimal): -2154802 or 13508319. OLE color: 13508319.
HSL color Cylindrical-coordinate representation of color #DF1ECE: hue angle of 305.28º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1ECE is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 206 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.13 |
| HSL | 305.29º | 0.76% | 0.5% | - |
| HSV(B) | 305.29º | 0.87% | 0.87% | - |
| XYZ | 42.04 | 21.07 | 60.24 | - |
| YUV | 107.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 206 | 0 | 0.87 | 0.08 | 0.13 | 305.29 | 0.76 | 0.5 |
| Hex | DF | 1E | CE | 0 | 57 | 8 | D | 131 | 4C | 32 |
| Octal | 337 | 36 | 316 | 0 | 127 | 10 | 15 | 461 | 114 | 62 |
| Binary | 11011111 | 11110 | 11001110 | 0 | 1010111 | 1000 | 1101 | 100110001 | 1001100 | 110010 |
Color Harmonies of #DF1ECE
Complementary color
Monochromatic Colors of #DF1ECE
Black with #DF1ECE
Text Example
Text Example
White with #DF1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1ECE; }
p { color: rgb(223,30,206); }
H1.HeaderClassName
{
color: #DF1ECE;
}
.AnyTagClassName
{
color: #DF1ECE;
}
</style>
background-color css
<style>
a { background-color: #DF1ECE; }
a { background-color: rgb(223,30,206); }
div.DivClassName
{
background-color: #DF1ECE;
}
.BgClassName
{
background-color: #DF1ECE;
}
</style>
border-color css
<style>
span { border-color: #DF1ECE; }
span { border-color: rgb(223,30,206); }
td.TdClassName
{
border-color: #DF1ECE;
}
.TagClassName
{
border-color: #DF1ECE;
}
</style>