Shades of Deep Magenta #D70EDB
Tints of Deep Magenta #D70EDB
RGB
CMYK
RGB Variations
Color information
#D70EDB (or 0xD70EDB) is known color: Deep Magenta. HEX triplet: D7, 0E and DB. RGB value is (215,14,219). Sum of RGB (Red+Green+Blue) = 215+14+219=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #D70EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70EDB is #28F124. Grayscale: #606060. Windows color (decimal): -2683173 or 14356183. OLE color: 14356183.
HSL color Cylindrical-coordinate representation of color #D70EDB: hue angle of 298.83º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70EDB is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 14 | 219 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.14 |
| HSL | 298.83º | 0.88% | 0.46% | - |
| HSV(B) | 298.83º | 0.94% | 0.86% | - |
| XYZ | 40.97 | 19.88 | 68.69 | - |
| YUV | 97.47 | 196.59 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 219 | 0.02 | 0.94 | 0 | 0.14 | 298.83 | 0.88 | 0.46 |
| Hex | D7 | E | DB | 2 | 5E | 0 | E | 12B | 58 | 2E |
| Octal | 327 | 16 | 333 | 2 | 136 | 0 | 16 | 453 | 130 | 56 |
| Binary | 11010111 | 1110 | 11011011 | 10 | 1011110 | 0 | 1110 | 100101011 | 1011000 | 101110 |
Color Harmonies of #D70EDB
Complementary color
Monochromatic Colors of #D70EDB
Black with #D70EDB
Text Example
Text Example
White with #D70EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70EDB; }
p { color: rgb(215,14,219); }
H1.HeaderClassName
{
color: #D70EDB;
}
.AnyTagClassName
{
color: #D70EDB;
}
</style>
background-color css
<style>
a { background-color: #D70EDB; }
a { background-color: rgb(215,14,219); }
div.DivClassName
{
background-color: #D70EDB;
}
.BgClassName
{
background-color: #D70EDB;
}
</style>
border-color css
<style>
span { border-color: #D70EDB; }
span { border-color: rgb(215,14,219); }
td.TdClassName
{
border-color: #D70EDB;
}
.TagClassName
{
border-color: #D70EDB;
}
</style>