Shades of Medium Violet Red #D720A2
Tints of Medium Violet Red #D720A2
RGB
CMYK
RGB Variations
Color information
#D720A2 (or 0xD720A2) is known color: Medium Violet Red. HEX triplet: D7, 20 and A2. RGB value is (215,32,162). Sum of RGB (Red+Green+Blue) = 215+32+162=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D720A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720A2 is #28DF5D. Grayscale: #656565. Windows color (decimal): -2678622 or 10625239. OLE color: 10625239.
HSL color Cylindrical-coordinate representation of color #D720A2: hue angle of 317.38º 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 #D720A2 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 162 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.16 |
| HSL | 317.38º | 0.74% | 0.48% | - |
| HSV(B) | 317.38º | 0.85% | 0.84% | - |
| XYZ | 35.06 | 18.09 | 35.83 | - |
| YUV | 101.54 | 162.13 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 162 | 0 | 0.85 | 0.25 | 0.16 | 317.38 | 0.74 | 0.48 |
| Hex | D7 | 20 | A2 | 0 | 55 | 19 | 10 | 13D | 4A | 30 |
| Octal | 327 | 40 | 242 | 0 | 125 | 31 | 20 | 475 | 112 | 60 |
| Binary | 11010111 | 100000 | 10100010 | 0 | 1010101 | 11001 | 10000 | 100111101 | 1001010 | 110000 |
Color Harmonies of #D720A2
Complementary color
Monochromatic Colors of #D720A2
Black with #D720A2
Text Example
Text Example
White with #D720A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720A2; }
p { color: rgb(215,32,162); }
H1.HeaderClassName
{
color: #D720A2;
}
.AnyTagClassName
{
color: #D720A2;
}
</style>
background-color css
<style>
a { background-color: #D720A2; }
a { background-color: rgb(215,32,162); }
div.DivClassName
{
background-color: #D720A2;
}
.BgClassName
{
background-color: #D720A2;
}
</style>
border-color css
<style>
span { border-color: #D720A2; }
span { border-color: rgb(215,32,162); }
td.TdClassName
{
border-color: #D720A2;
}
.TagClassName
{
border-color: #D720A2;
}
</style>