Shades of Medium Violet Red #D716A3
Tints of Medium Violet Red #D716A3
RGB
CMYK
RGB Variations
Color information
#D716A3 (or 0xD716A3) is known color: Medium Violet Red. HEX triplet: D7, 16 and A3. RGB value is (215,22,163). Sum of RGB (Red+Green+Blue) = 215+22+163=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D716A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D716A3 is #28E95C. Grayscale: #5F5F5F. Windows color (decimal): -2681181 or 10688215. OLE color: 10688215.
HSL color Cylindrical-coordinate representation of color #D716A3: hue angle of 316.17º 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 #D716A3 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 163 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.16 |
| HSL | 316.17º | 0.81% | 0.46% | - |
| HSV(B) | 316.17º | 0.9% | 0.84% | - |
| XYZ | 34.92 | 17.67 | 36.22 | - |
| YUV | 95.78 | 165.94 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 163 | 0 | 0.90 | 0.24 | 0.16 | 316.17 | 0.81 | 0.46 |
| Hex | D7 | 16 | A3 | 0 | 5A | 18 | 10 | 13C | 51 | 2E |
| Octal | 327 | 26 | 243 | 0 | 132 | 30 | 20 | 474 | 121 | 56 |
| Binary | 11010111 | 10110 | 10100011 | 0 | 1011010 | 11000 | 10000 | 100111100 | 1010001 | 101110 |
Color Harmonies of #D716A3
Complementary color
Monochromatic Colors of #D716A3
Black with #D716A3
Text Example
Text Example
White with #D716A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D716A3; }
p { color: rgb(215,22,163); }
H1.HeaderClassName
{
color: #D716A3;
}
.AnyTagClassName
{
color: #D716A3;
}
</style>
background-color css
<style>
a { background-color: #D716A3; }
a { background-color: rgb(215,22,163); }
div.DivClassName
{
background-color: #D716A3;
}
.BgClassName
{
background-color: #D716A3;
}
</style>
border-color css
<style>
span { border-color: #D716A3; }
span { border-color: rgb(215,22,163); }
td.TdClassName
{
border-color: #D716A3;
}
.TagClassName
{
border-color: #D716A3;
}
</style>