Shades of Medium Violet Red #D720A5
Tints of Medium Violet Red #D720A5
RGB
CMYK
RGB Variations
Color information
#D720A5 (or 0xD720A5) is known color: Medium Violet Red. HEX triplet: D7, 20 and A5. RGB value is (215,32,165). Sum of RGB (Red+Green+Blue) = 215+32+165=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D720A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720A5 is #28DF5A. Grayscale: #656565. Windows color (decimal): -2678619 or 10821847. OLE color: 10821847.
HSL color Cylindrical-coordinate representation of color #D720A5: hue angle of 316.39º 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 #D720A5 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 165 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.16 |
| HSL | 316.39º | 0.74% | 0.48% | - |
| HSV(B) | 316.39º | 0.85% | 0.84% | - |
| XYZ | 35.33 | 18.2 | 37.25 | - |
| YUV | 101.88 | 163.63 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 165 | 0 | 0.85 | 0.23 | 0.16 | 316.39 | 0.74 | 0.48 |
| Hex | D7 | 20 | A5 | 0 | 55 | 17 | 10 | 13C | 4A | 30 |
| Octal | 327 | 40 | 245 | 0 | 125 | 27 | 20 | 474 | 112 | 60 |
| Binary | 11010111 | 100000 | 10100101 | 0 | 1010101 | 10111 | 10000 | 100111100 | 1001010 | 110000 |
Color Harmonies of #D720A5
Complementary color
Monochromatic Colors of #D720A5
Black with #D720A5
Text Example
Text Example
White with #D720A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720A5; }
p { color: rgb(215,32,165); }
H1.HeaderClassName
{
color: #D720A5;
}
.AnyTagClassName
{
color: #D720A5;
}
</style>
background-color css
<style>
a { background-color: #D720A5; }
a { background-color: rgb(215,32,165); }
div.DivClassName
{
background-color: #D720A5;
}
.BgClassName
{
background-color: #D720A5;
}
</style>
border-color css
<style>
span { border-color: #D720A5; }
span { border-color: rgb(215,32,165); }
td.TdClassName
{
border-color: #D720A5;
}
.TagClassName
{
border-color: #D720A5;
}
</style>