Shades of Deep Magenta #DF0ED5
Tints of Deep Magenta #DF0ED5
RGB
CMYK
RGB Variations
Color information
#DF0ED5 (or 0xDF0ED5) is known color: Deep Magenta. HEX triplet: DF, 0E and D5. RGB value is (223,14,213). Sum of RGB (Red+Green+Blue) = 223+14+213=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ED5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ED5 is #20F12A. Grayscale: #626262. Windows color (decimal): -2158891 or 13962975. OLE color: 13962975.
HSL color Cylindrical-coordinate representation of color #DF0ED5: hue angle of 302.87º 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 #DF0ED5 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 213 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.13 |
| HSL | 302.87º | 0.88% | 0.46% | - |
| HSV(B) | 302.87º | 0.94% | 0.87% | - |
| XYZ | 42.6 | 20.81 | 64.72 | - |
| YUV | 99.18 | 192.24 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 213 | 0 | 0.94 | 0.04 | 0.13 | 302.87 | 0.88 | 0.46 |
| Hex | DF | E | D5 | 0 | 5E | 4 | D | 12F | 58 | 2E |
| Octal | 337 | 16 | 325 | 0 | 136 | 4 | 15 | 457 | 130 | 56 |
| Binary | 11011111 | 1110 | 11010101 | 0 | 1011110 | 100 | 1101 | 100101111 | 1011000 | 101110 |
Color Harmonies of #DF0ED5
Complementary color
Monochromatic Colors of #DF0ED5
Black with #DF0ED5
Text Example
Text Example
White with #DF0ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0ED5; }
p { color: rgb(223,14,213); }
H1.HeaderClassName
{
color: #DF0ED5;
}
.AnyTagClassName
{
color: #DF0ED5;
}
</style>
background-color css
<style>
a { background-color: #DF0ED5; }
a { background-color: rgb(223,14,213); }
div.DivClassName
{
background-color: #DF0ED5;
}
.BgClassName
{
background-color: #DF0ED5;
}
</style>
border-color css
<style>
span { border-color: #DF0ED5; }
span { border-color: rgb(223,14,213); }
td.TdClassName
{
border-color: #DF0ED5;
}
.TagClassName
{
border-color: #DF0ED5;
}
</style>