Shades of Deep Magenta #D70EDF
Tints of Deep Magenta #D70EDF
RGB
CMYK
RGB Variations
Color information
#D70EDF (or 0xD70EDF) is known color: Deep Magenta. HEX triplet: D7, 0E and DF. RGB value is (215,14,223). Sum of RGB (Red+Green+Blue) = 215+14+223=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #D70EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70EDF is #28F120. Grayscale: #616161. Windows color (decimal): -2683169 or 14618327. OLE color: 14618327.
HSL color Cylindrical-coordinate representation of color #D70EDF: hue angle of 297.7º 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 #D70EDF is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 14 | 223 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.13 |
| HSL | 297.7º | 0.88% | 0.46% | - |
| HSV(B) | 297.7º | 0.94% | 0.87% | - |
| XYZ | 41.5 | 20.09 | 71.5 | - |
| YUV | 97.93 | 198.59 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 223 | 0.04 | 0.94 | 0 | 0.13 | 297.7 | 0.88 | 0.46 |
| Hex | D7 | E | DF | 4 | 5E | 0 | D | 12A | 58 | 2E |
| Octal | 327 | 16 | 337 | 4 | 136 | 0 | 15 | 452 | 130 | 56 |
| Binary | 11010111 | 1110 | 11011111 | 100 | 1011110 | 0 | 1101 | 100101010 | 1011000 | 101110 |
Color Harmonies of #D70EDF
Complementary color
Monochromatic Colors of #D70EDF
Black with #D70EDF
Text Example
Text Example
White with #D70EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70EDF; }
p { color: rgb(215,14,223); }
H1.HeaderClassName
{
color: #D70EDF;
}
.AnyTagClassName
{
color: #D70EDF;
}
</style>
background-color css
<style>
a { background-color: #D70EDF; }
a { background-color: rgb(215,14,223); }
div.DivClassName
{
background-color: #D70EDF;
}
.BgClassName
{
background-color: #D70EDF;
}
</style>
border-color css
<style>
span { border-color: #D70EDF; }
span { border-color: rgb(215,14,223); }
td.TdClassName
{
border-color: #D70EDF;
}
.TagClassName
{
border-color: #D70EDF;
}
</style>