Shades of Deep Magenta #DF1EDC
Tints of Deep Magenta #DF1EDC
RGB
CMYK
RGB Variations
Color information
#DF1EDC (or 0xDF1EDC) is known color: Deep Magenta. HEX triplet: DF, 1E and DC. RGB value is (223,30,220). Sum of RGB (Red+Green+Blue) = 223+30+220=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1EDC is #20E123. Grayscale: #6C6C6C. Windows color (decimal): -2154788 or 14425823. OLE color: 14425823.
HSL color Cylindrical-coordinate representation of color #DF1EDC: hue angle of 300.93º 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 #DF1EDC is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 220 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.13 |
| HSL | 300.93º | 0.76% | 0.5% | - |
| HSV(B) | 300.93º | 0.87% | 0.87% | - |
| XYZ | 43.81 | 21.78 | 69.61 | - |
| YUV | 109.37 | 190.44 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 220 | 0 | 0.87 | 0.01 | 0.13 | 300.93 | 0.76 | 0.5 |
| Hex | DF | 1E | DC | 0 | 57 | 1 | D | 12D | 4C | 32 |
| Octal | 337 | 36 | 334 | 0 | 127 | 1 | 15 | 455 | 114 | 62 |
| Binary | 11011111 | 11110 | 11011100 | 0 | 1010111 | 1 | 1101 | 100101101 | 1001100 | 110010 |
Color Harmonies of #DF1EDC
Complementary color
Monochromatic Colors of #DF1EDC
Black with #DF1EDC
Text Example
Text Example
White with #DF1EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EDC; }
p { color: rgb(223,30,220); }
H1.HeaderClassName
{
color: #DF1EDC;
}
.AnyTagClassName
{
color: #DF1EDC;
}
</style>
background-color css
<style>
a { background-color: #DF1EDC; }
a { background-color: rgb(223,30,220); }
div.DivClassName
{
background-color: #DF1EDC;
}
.BgClassName
{
background-color: #DF1EDC;
}
</style>
border-color css
<style>
span { border-color: #DF1EDC; }
span { border-color: rgb(223,30,220); }
td.TdClassName
{
border-color: #DF1EDC;
}
.TagClassName
{
border-color: #DF1EDC;
}
</style>