Shades of Deep Magenta #D720D3
Tints of Deep Magenta #D720D3
RGB
CMYK
RGB Variations
Color information
#D720D3 (or 0xD720D3) is known color: Deep Magenta. HEX triplet: D7, 20 and D3. RGB value is (215,32,211). Sum of RGB (Red+Green+Blue) = 215+32+211=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D720D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720D3 is #28DF2C. Grayscale: #6A6A6A. Windows color (decimal): -2678573 or 13836503. OLE color: 13836503.
HSL color Cylindrical-coordinate representation of color #D720D3: hue angle of 301.31º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D720D3 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 211 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.16 |
| HSL | 301.31º | 0.74% | 0.48% | - |
| HSV(B) | 301.31º | 0.85% | 0.84% | - |
| XYZ | 40.3 | 20.18 | 63.4 | - |
| YUV | 107.12 | 186.63 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 211 | 0 | 0.85 | 0.02 | 0.16 | 301.31 | 0.74 | 0.48 |
| Hex | D7 | 20 | D3 | 0 | 55 | 2 | 10 | 12D | 4A | 30 |
| Octal | 327 | 40 | 323 | 0 | 125 | 2 | 20 | 455 | 112 | 60 |
| Binary | 11010111 | 100000 | 11010011 | 0 | 1010101 | 10 | 10000 | 100101101 | 1001010 | 110000 |
Color Harmonies of #D720D3
Complementary color
Monochromatic Colors of #D720D3
Black with #D720D3
Text Example
Text Example
White with #D720D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720D3; }
p { color: rgb(215,32,211); }
H1.HeaderClassName
{
color: #D720D3;
}
.AnyTagClassName
{
color: #D720D3;
}
</style>
background-color css
<style>
a { background-color: #D720D3; }
a { background-color: rgb(215,32,211); }
div.DivClassName
{
background-color: #D720D3;
}
.BgClassName
{
background-color: #D720D3;
}
</style>
border-color css
<style>
span { border-color: #D720D3; }
span { border-color: rgb(215,32,211); }
td.TdClassName
{
border-color: #D720D3;
}
.TagClassName
{
border-color: #D720D3;
}
</style>