Shades of Medium Violet Red #D917A0
Tints of Medium Violet Red #D917A0
RGB
CMYK
RGB Variations
Color information
#D917A0 (or 0xD917A0) is known color: Medium Violet Red. HEX triplet: D9, 17 and A0. RGB value is (217,23,160). Sum of RGB (Red+Green+Blue) = 217+23+160=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D917A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D917A0 is #26E85F. Grayscale: #606060. Windows color (decimal): -2549856 or 10491865. OLE color: 10491865.
HSL color Cylindrical-coordinate representation of color #D917A0: hue angle of 317.63º 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 #D917A0 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 160 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.15 |
| HSL | 317.63º | 0.81% | 0.47% | - |
| HSV(B) | 317.63º | 0.89% | 0.85% | - |
| XYZ | 35.27 | 17.9 | 34.85 | - |
| YUV | 96.62 | 163.77 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 160 | 0 | 0.89 | 0.26 | 0.15 | 317.63 | 0.81 | 0.47 |
| Hex | D9 | 17 | A0 | 0 | 59 | 1A | F | 13E | 51 | 2F |
| Octal | 331 | 27 | 240 | 0 | 131 | 32 | 17 | 476 | 121 | 57 |
| Binary | 11011001 | 10111 | 10100000 | 0 | 1011001 | 11010 | 1111 | 100111110 | 1010001 | 101111 |
Color Harmonies of #D917A0
Complementary color
Monochromatic Colors of #D917A0
Black with #D917A0
Text Example
Text Example
White with #D917A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917A0; }
p { color: rgb(217,23,160); }
H1.HeaderClassName
{
color: #D917A0;
}
.AnyTagClassName
{
color: #D917A0;
}
</style>
background-color css
<style>
a { background-color: #D917A0; }
a { background-color: rgb(217,23,160); }
div.DivClassName
{
background-color: #D917A0;
}
.BgClassName
{
background-color: #D917A0;
}
</style>
border-color css
<style>
span { border-color: #D917A0; }
span { border-color: rgb(217,23,160); }
td.TdClassName
{
border-color: #D917A0;
}
.TagClassName
{
border-color: #D917A0;
}
</style>