Shades of Deep Magenta #D720E2
Tints of Deep Magenta #D720E2
RGB
CMYK
RGB Variations
Color information
#D720E2 (or 0xD720E2) is known color: Deep Magenta. HEX triplet: D7, 20 and E2. RGB value is (215,32,226). Sum of RGB (Red+Green+Blue) = 215+32+226=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 226 - color contains mainly: blue. Hex color #D720E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720E2 is #28DF1D. Grayscale: #6C6C6C. Windows color (decimal): -2678558 or 14819543. OLE color: 14819543.
HSL color Cylindrical-coordinate representation of color #D720E2: hue angle of 296.6º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D720E2 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 32 | 226 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.11 |
| HSL | 296.6º | 0.77% | 0.51% | - |
| HSV(B) | 296.6º | 0.86% | 0.89% | - |
| XYZ | 42.27 | 20.97 | 73.77 | - |
| YUV | 108.83 | 194.13 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 226 | 0.05 | 0.86 | 0 | 0.11 | 296.6 | 0.77 | 0.51 |
| Hex | D7 | 20 | E2 | 5 | 56 | 0 | B | 129 | 4D | 33 |
| Octal | 327 | 40 | 342 | 5 | 126 | 0 | 13 | 451 | 115 | 63 |
| Binary | 11010111 | 100000 | 11100010 | 101 | 1010110 | 0 | 1011 | 100101001 | 1001101 | 110011 |
Color Harmonies of #D720E2
Complementary color
Monochromatic Colors of #D720E2
Black with #D720E2
Text Example
Text Example
White with #D720E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720E2; }
p { color: rgb(215,32,226); }
H1.HeaderClassName
{
color: #D720E2;
}
.AnyTagClassName
{
color: #D720E2;
}
</style>
background-color css
<style>
a { background-color: #D720E2; }
a { background-color: rgb(215,32,226); }
div.DivClassName
{
background-color: #D720E2;
}
.BgClassName
{
background-color: #D720E2;
}
</style>
border-color css
<style>
span { border-color: #D720E2; }
span { border-color: rgb(215,32,226); }
td.TdClassName
{
border-color: #D720E2;
}
.TagClassName
{
border-color: #D720E2;
}
</style>