Shades of Medium Violet Red #D617A1
Tints of Medium Violet Red #D617A1
RGB
CMYK
RGB Variations
Color information
#D617A1 (or 0xD617A1) is known color: Medium Violet Red. HEX triplet: D6, 17 and A1. RGB value is (214,23,161). Sum of RGB (Red+Green+Blue) = 214+23+161=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D617A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D617A1 is #29E85E. Grayscale: #5F5F5F. Windows color (decimal): -2746463 or 10557398. OLE color: 10557398.
HSL color Cylindrical-coordinate representation of color #D617A1: hue angle of 316.65º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D617A1 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 161 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.16 |
| HSL | 316.65º | 0.81% | 0.46% | - |
| HSV(B) | 316.65º | 0.89% | 0.84% | - |
| XYZ | 34.47 | 17.48 | 35.28 | - |
| YUV | 95.84 | 164.78 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 161 | 0 | 0.89 | 0.25 | 0.16 | 316.65 | 0.81 | 0.46 |
| Hex | D6 | 17 | A1 | 0 | 59 | 19 | 10 | 13D | 51 | 2E |
| Octal | 326 | 27 | 241 | 0 | 131 | 31 | 20 | 475 | 121 | 56 |
| Binary | 11010110 | 10111 | 10100001 | 0 | 1011001 | 11001 | 10000 | 100111101 | 1010001 | 101110 |
Color Harmonies of #D617A1
Complementary color
Monochromatic Colors of #D617A1
Black with #D617A1
Text Example
Text Example
White with #D617A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D617A1; }
p { color: rgb(214,23,161); }
H1.HeaderClassName
{
color: #D617A1;
}
.AnyTagClassName
{
color: #D617A1;
}
</style>
background-color css
<style>
a { background-color: #D617A1; }
a { background-color: rgb(214,23,161); }
div.DivClassName
{
background-color: #D617A1;
}
.BgClassName
{
background-color: #D617A1;
}
</style>
border-color css
<style>
span { border-color: #D617A1; }
span { border-color: rgb(214,23,161); }
td.TdClassName
{
border-color: #D617A1;
}
.TagClassName
{
border-color: #D617A1;
}
</style>