Shades of Medium Violet Red #D616A2
Tints of Medium Violet Red #D616A2
RGB
CMYK
RGB Variations
Color information
#D616A2 (or 0xD616A2) is known color: Medium Violet Red. HEX triplet: D6, 16 and A2. RGB value is (214,22,162). Sum of RGB (Red+Green+Blue) = 214+22+162=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D616A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D616A2 is #29E95D. Grayscale: #5F5F5F. Windows color (decimal): -2746718 or 10622678. OLE color: 10622678.
HSL color Cylindrical-coordinate representation of color #D616A2: hue angle of 316.25º 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 #D616A2 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 162 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.16 |
| HSL | 316.25º | 0.81% | 0.46% | - |
| HSV(B) | 316.25º | 0.9% | 0.84% | - |
| XYZ | 34.54 | 17.48 | 35.74 | - |
| YUV | 95.37 | 165.61 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 162 | 0 | 0.90 | 0.24 | 0.16 | 316.25 | 0.81 | 0.46 |
| Hex | D6 | 16 | A2 | 0 | 5A | 18 | 10 | 13C | 51 | 2E |
| Octal | 326 | 26 | 242 | 0 | 132 | 30 | 20 | 474 | 121 | 56 |
| Binary | 11010110 | 10110 | 10100010 | 0 | 1011010 | 11000 | 10000 | 100111100 | 1010001 | 101110 |
Color Harmonies of #D616A2
Complementary color
Monochromatic Colors of #D616A2
Black with #D616A2
Text Example
Text Example
White with #D616A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616A2; }
p { color: rgb(214,22,162); }
H1.HeaderClassName
{
color: #D616A2;
}
.AnyTagClassName
{
color: #D616A2;
}
</style>
background-color css
<style>
a { background-color: #D616A2; }
a { background-color: rgb(214,22,162); }
div.DivClassName
{
background-color: #D616A2;
}
.BgClassName
{
background-color: #D616A2;
}
</style>
border-color css
<style>
span { border-color: #D616A2; }
span { border-color: rgb(214,22,162); }
td.TdClassName
{
border-color: #D616A2;
}
.TagClassName
{
border-color: #D616A2;
}
</style>