Shades of Medium Violet Red #D917A1
Tints of Medium Violet Red #D917A1
RGB
CMYK
RGB Variations
Color information
#D917A1 (or 0xD917A1) is known color: Medium Violet Red. HEX triplet: D9, 17 and A1. RGB value is (217,23,161). Sum of RGB (Red+Green+Blue) = 217+23+161=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D917A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D917A1 is #26E85E. Grayscale: #606060. Windows color (decimal): -2549855 or 10557401. OLE color: 10557401.
HSL color Cylindrical-coordinate representation of color #D917A1: hue angle of 317.32º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D917A1 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 161 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.15 |
| HSL | 317.32º | 0.81% | 0.47% | - |
| HSV(B) | 317.32º | 0.89% | 0.85% | - |
| XYZ | 35.35 | 17.94 | 35.32 | - |
| YUV | 96.74 | 164.27 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 161 | 0 | 0.89 | 0.26 | 0.15 | 317.32 | 0.81 | 0.47 |
| Hex | D9 | 17 | A1 | 0 | 59 | 1A | F | 13D | 51 | 2F |
| Octal | 331 | 27 | 241 | 0 | 131 | 32 | 17 | 475 | 121 | 57 |
| Binary | 11011001 | 10111 | 10100001 | 0 | 1011001 | 11010 | 1111 | 100111101 | 1010001 | 101111 |
Color Harmonies of #D917A1
Complementary color
Monochromatic Colors of #D917A1
Black with #D917A1
Text Example
Text Example
White with #D917A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917A1; }
p { color: rgb(217,23,161); }
H1.HeaderClassName
{
color: #D917A1;
}
.AnyTagClassName
{
color: #D917A1;
}
</style>
background-color css
<style>
a { background-color: #D917A1; }
a { background-color: rgb(217,23,161); }
div.DivClassName
{
background-color: #D917A1;
}
.BgClassName
{
background-color: #D917A1;
}
</style>
border-color css
<style>
span { border-color: #D917A1; }
span { border-color: rgb(217,23,161); }
td.TdClassName
{
border-color: #D917A1;
}
.TagClassName
{
border-color: #D917A1;
}
</style>