Shades of Deep Magenta #D70EDA
Tints of Deep Magenta #D70EDA
RGB
CMYK
RGB Variations
Color information
#D70EDA (or 0xD70EDA) is known color: Deep Magenta. HEX triplet: D7, 0E and DA. RGB value is (215,14,218). Sum of RGB (Red+Green+Blue) = 215+14+218=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #D70EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70EDA is #28F125. Grayscale: #606060. Windows color (decimal): -2683174 or 14290647. OLE color: 14290647.
HSL color Cylindrical-coordinate representation of color #D70EDA: hue angle of 299.12º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70EDA is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 14 | 218 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.15 |
| HSL | 299.12º | 0.88% | 0.45% | - |
| HSV(B) | 299.12º | 0.94% | 0.85% | - |
| XYZ | 40.84 | 19.82 | 68 | - |
| YUV | 97.36 | 196.09 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 218 | 0.01 | 0.94 | 0 | 0.15 | 299.12 | 0.88 | 0.45 |
| Hex | D7 | E | DA | 1 | 5E | 0 | F | 12B | 58 | 2D |
| Octal | 327 | 16 | 332 | 1 | 136 | 0 | 17 | 453 | 130 | 55 |
| Binary | 11010111 | 1110 | 11011010 | 1 | 1011110 | 0 | 1111 | 100101011 | 1011000 | 101101 |
Color Harmonies of #D70EDA
Complementary color
Monochromatic Colors of #D70EDA
Black with #D70EDA
Text Example
Text Example
White with #D70EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70EDA; }
p { color: rgb(215,14,218); }
H1.HeaderClassName
{
color: #D70EDA;
}
.AnyTagClassName
{
color: #D70EDA;
}
</style>
background-color css
<style>
a { background-color: #D70EDA; }
a { background-color: rgb(215,14,218); }
div.DivClassName
{
background-color: #D70EDA;
}
.BgClassName
{
background-color: #D70EDA;
}
</style>
border-color css
<style>
span { border-color: #D70EDA; }
span { border-color: rgb(215,14,218); }
td.TdClassName
{
border-color: #D70EDA;
}
.TagClassName
{
border-color: #D70EDA;
}
</style>