Shades of Medium Violet Red #D716A0
Tints of Medium Violet Red #D716A0
RGB
CMYK
RGB Variations
Color information
#D716A0 (or 0xD716A0) is known color: Medium Violet Red. HEX triplet: D7, 16 and A0. RGB value is (215,22,160). Sum of RGB (Red+Green+Blue) = 215+22+160=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D716A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D716A0 is #28E95F. Grayscale: #5F5F5F. Windows color (decimal): -2681184 or 10491607. OLE color: 10491607.
HSL color Cylindrical-coordinate representation of color #D716A0: hue angle of 317.1º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D716A0 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 160 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.16 |
| HSL | 317.1º | 0.81% | 0.46% | - |
| HSV(B) | 317.1º | 0.9% | 0.84% | - |
| XYZ | 34.66 | 17.56 | 34.82 | - |
| YUV | 95.44 | 164.44 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 160 | 0 | 0.90 | 0.26 | 0.16 | 317.1 | 0.81 | 0.46 |
| Hex | D7 | 16 | A0 | 0 | 5A | 1A | 10 | 13D | 51 | 2E |
| Octal | 327 | 26 | 240 | 0 | 132 | 32 | 20 | 475 | 121 | 56 |
| Binary | 11010111 | 10110 | 10100000 | 0 | 1011010 | 11010 | 10000 | 100111101 | 1010001 | 101110 |
Color Harmonies of #D716A0
Complementary color
Monochromatic Colors of #D716A0
Black with #D716A0
Text Example
Text Example
White with #D716A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D716A0; }
p { color: rgb(215,22,160); }
H1.HeaderClassName
{
color: #D716A0;
}
.AnyTagClassName
{
color: #D716A0;
}
</style>
background-color css
<style>
a { background-color: #D716A0; }
a { background-color: rgb(215,22,160); }
div.DivClassName
{
background-color: #D716A0;
}
.BgClassName
{
background-color: #D716A0;
}
</style>
border-color css
<style>
span { border-color: #D716A0; }
span { border-color: rgb(215,22,160); }
td.TdClassName
{
border-color: #D716A0;
}
.TagClassName
{
border-color: #D716A0;
}
</style>