Shades of Deep Magenta #DF1ECC
Tints of Deep Magenta #DF1ECC
RGB
CMYK
RGB Variations
Color information
#DF1ECC (or 0xDF1ECC) is known color: Deep Magenta. HEX triplet: DF, 1E and CC. RGB value is (223,30,204). Sum of RGB (Red+Green+Blue) = 223+30+204=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1ECC is #20E133. Grayscale: #6B6B6B. Windows color (decimal): -2154804 or 13377247. OLE color: 13377247.
HSL color Cylindrical-coordinate representation of color #DF1ECC: hue angle of 305.91º 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 #DF1ECC is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 204 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.13 |
| HSL | 305.91º | 0.76% | 0.5% | - |
| HSV(B) | 305.91º | 0.87% | 0.87% | - |
| XYZ | 41.79 | 20.98 | 58.97 | - |
| YUV | 107.54 | 182.44 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 204 | 0 | 0.87 | 0.09 | 0.13 | 305.91 | 0.76 | 0.5 |
| Hex | DF | 1E | CC | 0 | 57 | 9 | D | 132 | 4C | 32 |
| Octal | 337 | 36 | 314 | 0 | 127 | 11 | 15 | 462 | 114 | 62 |
| Binary | 11011111 | 11110 | 11001100 | 0 | 1010111 | 1001 | 1101 | 100110010 | 1001100 | 110010 |
Color Harmonies of #DF1ECC
Complementary color
Monochromatic Colors of #DF1ECC
Black with #DF1ECC
Text Example
Text Example
White with #DF1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1ECC; }
p { color: rgb(223,30,204); }
H1.HeaderClassName
{
color: #DF1ECC;
}
.AnyTagClassName
{
color: #DF1ECC;
}
</style>
background-color css
<style>
a { background-color: #DF1ECC; }
a { background-color: rgb(223,30,204); }
div.DivClassName
{
background-color: #DF1ECC;
}
.BgClassName
{
background-color: #DF1ECC;
}
</style>
border-color css
<style>
span { border-color: #DF1ECC; }
span { border-color: rgb(223,30,204); }
td.TdClassName
{
border-color: #DF1ECC;
}
.TagClassName
{
border-color: #DF1ECC;
}
</style>