Shades of Medium Violet Red #D616A0
Tints of Medium Violet Red #D616A0
RGB
CMYK
RGB Variations
Color information
#D616A0 (or 0xD616A0) is known color: Medium Violet Red. HEX triplet: D6, 16 and A0. RGB value is (214,22,160). Sum of RGB (Red+Green+Blue) = 214+22+160=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D616A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D616A0 is #29E95F. Grayscale: #5E5E5E. Windows color (decimal): -2746720 or 10491606. OLE color: 10491606.
HSL color Cylindrical-coordinate representation of color #D616A0: hue angle of 316.88º 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 #D616A0 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 160 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.16 |
| HSL | 316.88º | 0.81% | 0.46% | - |
| HSV(B) | 316.88º | 0.9% | 0.84% | - |
| XYZ | 34.36 | 17.41 | 34.81 | - |
| YUV | 95.14 | 164.61 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 160 | 0 | 0.90 | 0.25 | 0.16 | 316.88 | 0.81 | 0.46 |
| Hex | D6 | 16 | A0 | 0 | 5A | 19 | 10 | 13D | 51 | 2E |
| Octal | 326 | 26 | 240 | 0 | 132 | 31 | 20 | 475 | 121 | 56 |
| Binary | 11010110 | 10110 | 10100000 | 0 | 1011010 | 11001 | 10000 | 100111101 | 1010001 | 101110 |
Color Harmonies of #D616A0
Complementary color
Monochromatic Colors of #D616A0
Black with #D616A0
Text Example
Text Example
White with #D616A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616A0; }
p { color: rgb(214,22,160); }
H1.HeaderClassName
{
color: #D616A0;
}
.AnyTagClassName
{
color: #D616A0;
}
</style>
background-color css
<style>
a { background-color: #D616A0; }
a { background-color: rgb(214,22,160); }
div.DivClassName
{
background-color: #D616A0;
}
.BgClassName
{
background-color: #D616A0;
}
</style>
border-color css
<style>
span { border-color: #D616A0; }
span { border-color: rgb(214,22,160); }
td.TdClassName
{
border-color: #D616A0;
}
.TagClassName
{
border-color: #D616A0;
}
</style>