Shades of Deep Magenta #D70EB2
Tints of Deep Magenta #D70EB2
RGB
CMYK
RGB Variations
Color information
#D70EB2 (or 0xD70EB2) is known color: Deep Magenta. HEX triplet: D7, 0E and B2. RGB value is (215,14,178). Sum of RGB (Red+Green+Blue) = 215+14+178=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D70EB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70EB2 is #28F14D. Grayscale: #5C5C5C. Windows color (decimal): -2683214 or 11669207. OLE color: 11669207.
HSL color Cylindrical-coordinate representation of color #D70EB2: hue angle of 311.04º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70EB2 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 178 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.16 |
| HSL | 311.04º | 0.88% | 0.45% | - |
| HSV(B) | 311.04º | 0.93% | 0.84% | - |
| XYZ | 36.22 | 17.98 | 43.68 | - |
| YUV | 92.8 | 176.09 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 178 | 0 | 0.93 | 0.17 | 0.16 | 311.04 | 0.88 | 0.45 |
| Hex | D7 | E | B2 | 0 | 5D | 11 | 10 | 137 | 58 | 2D |
| Octal | 327 | 16 | 262 | 0 | 135 | 21 | 20 | 467 | 130 | 55 |
| Binary | 11010111 | 1110 | 10110010 | 0 | 1011101 | 10001 | 10000 | 100110111 | 1011000 | 101101 |
Color Harmonies of #D70EB2
Complementary color
Monochromatic Colors of #D70EB2
Black with #D70EB2
Text Example
Text Example
White with #D70EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70EB2; }
p { color: rgb(215,14,178); }
H1.HeaderClassName
{
color: #D70EB2;
}
.AnyTagClassName
{
color: #D70EB2;
}
</style>
background-color css
<style>
a { background-color: #D70EB2; }
a { background-color: rgb(215,14,178); }
div.DivClassName
{
background-color: #D70EB2;
}
.BgClassName
{
background-color: #D70EB2;
}
</style>
border-color css
<style>
span { border-color: #D70EB2; }
span { border-color: rgb(215,14,178); }
td.TdClassName
{
border-color: #D70EB2;
}
.TagClassName
{
border-color: #D70EB2;
}
</style>