Shades of Medium Violet Red #D720A0
Tints of Medium Violet Red #D720A0
RGB
CMYK
RGB Variations
Color information
#D720A0 (or 0xD720A0) is known color: Medium Violet Red. HEX triplet: D7, 20 and A0. RGB value is (215,32,160). Sum of RGB (Red+Green+Blue) = 215+32+160=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D720A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720A0 is #28DF5F. Grayscale: #646464. Windows color (decimal): -2678624 or 10494167. OLE color: 10494167.
HSL color Cylindrical-coordinate representation of color #D720A0: hue angle of 318.03º 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 #D720A0 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 160 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.16 |
| HSL | 318.03º | 0.74% | 0.48% | - |
| HSV(B) | 318.03º | 0.85% | 0.84% | - |
| XYZ | 34.89 | 18.02 | 34.9 | - |
| YUV | 101.31 | 161.13 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 160 | 0 | 0.85 | 0.26 | 0.16 | 318.03 | 0.74 | 0.48 |
| Hex | D7 | 20 | A0 | 0 | 55 | 1A | 10 | 13E | 4A | 30 |
| Octal | 327 | 40 | 240 | 0 | 125 | 32 | 20 | 476 | 112 | 60 |
| Binary | 11010111 | 100000 | 10100000 | 0 | 1010101 | 11010 | 10000 | 100111110 | 1001010 | 110000 |
Color Harmonies of #D720A0
Complementary color
Monochromatic Colors of #D720A0
Black with #D720A0
Text Example
Text Example
White with #D720A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720A0; }
p { color: rgb(215,32,160); }
H1.HeaderClassName
{
color: #D720A0;
}
.AnyTagClassName
{
color: #D720A0;
}
</style>
background-color css
<style>
a { background-color: #D720A0; }
a { background-color: rgb(215,32,160); }
div.DivClassName
{
background-color: #D720A0;
}
.BgClassName
{
background-color: #D720A0;
}
</style>
border-color css
<style>
span { border-color: #D720A0; }
span { border-color: rgb(215,32,160); }
td.TdClassName
{
border-color: #D720A0;
}
.TagClassName
{
border-color: #D720A0;
}
</style>