Shades of Deep Magenta #D70EDE
Tints of Deep Magenta #D70EDE
RGB
CMYK
RGB Variations
Color information
#D70EDE (or 0xD70EDE) is known color: Deep Magenta. HEX triplet: D7, 0E and DE. RGB value is (215,14,222). Sum of RGB (Red+Green+Blue) = 215+14+222=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #D70EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70EDE is #28F121. Grayscale: #616161. Windows color (decimal): -2683170 or 14552791. OLE color: 14552791.
HSL color Cylindrical-coordinate representation of color #D70EDE: hue angle of 297.98º 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 #D70EDE is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 14 | 222 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.13 |
| HSL | 297.98º | 0.88% | 0.46% | - |
| HSV(B) | 297.98º | 0.94% | 0.87% | - |
| XYZ | 41.37 | 20.04 | 70.79 | - |
| YUV | 97.81 | 198.09 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 222 | 0.03 | 0.94 | 0 | 0.13 | 297.98 | 0.88 | 0.46 |
| Hex | D7 | E | DE | 3 | 5E | 0 | D | 12A | 58 | 2E |
| Octal | 327 | 16 | 336 | 3 | 136 | 0 | 15 | 452 | 130 | 56 |
| Binary | 11010111 | 1110 | 11011110 | 11 | 1011110 | 0 | 1101 | 100101010 | 1011000 | 101110 |
Color Harmonies of #D70EDE
Complementary color
Monochromatic Colors of #D70EDE
Black with #D70EDE
Text Example
Text Example
White with #D70EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70EDE; }
p { color: rgb(215,14,222); }
H1.HeaderClassName
{
color: #D70EDE;
}
.AnyTagClassName
{
color: #D70EDE;
}
</style>
background-color css
<style>
a { background-color: #D70EDE; }
a { background-color: rgb(215,14,222); }
div.DivClassName
{
background-color: #D70EDE;
}
.BgClassName
{
background-color: #D70EDE;
}
</style>
border-color css
<style>
span { border-color: #D70EDE; }
span { border-color: rgb(215,14,222); }
td.TdClassName
{
border-color: #D70EDE;
}
.TagClassName
{
border-color: #D70EDE;
}
</style>