Shades of Medium Violet Red #D317AB
Tints of Medium Violet Red #D317AB
RGB
CMYK
RGB Variations
Color information
#D317AB (or 0xD317AB) is known color: Medium Violet Red. HEX triplet: D3, 17 and AB. RGB value is (211,23,171). Sum of RGB (Red+Green+Blue) = 211+23+171=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D317AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D317AB is #2CE854. Grayscale: #5F5F5F. Windows color (decimal): -2943061 or 11212755. OLE color: 11212755.
HSL color Cylindrical-coordinate representation of color #D317AB: hue angle of 312.77º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D317AB is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 171 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.17 |
| HSL | 312.77º | 0.8% | 0.46% | - |
| HSV(B) | 312.77º | 0.89% | 0.83% | - |
| XYZ | 34.52 | 17.4 | 40.07 | - |
| YUV | 96.08 | 170.28 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 171 | 0 | 0.89 | 0.19 | 0.17 | 312.77 | 0.8 | 0.46 |
| Hex | D3 | 17 | AB | 0 | 59 | 13 | 11 | 139 | 50 | 2E |
| Octal | 323 | 27 | 253 | 0 | 131 | 23 | 21 | 471 | 120 | 56 |
| Binary | 11010011 | 10111 | 10101011 | 0 | 1011001 | 10011 | 10001 | 100111001 | 1010000 | 101110 |
Color Harmonies of #D317AB
Complementary color
Monochromatic Colors of #D317AB
Black with #D317AB
Text Example
Text Example
White with #D317AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D317AB; }
p { color: rgb(211,23,171); }
H1.HeaderClassName
{
color: #D317AB;
}
.AnyTagClassName
{
color: #D317AB;
}
</style>
background-color css
<style>
a { background-color: #D317AB; }
a { background-color: rgb(211,23,171); }
div.DivClassName
{
background-color: #D317AB;
}
.BgClassName
{
background-color: #D317AB;
}
</style>
border-color css
<style>
span { border-color: #D317AB; }
span { border-color: rgb(211,23,171); }
td.TdClassName
{
border-color: #D317AB;
}
.TagClassName
{
border-color: #D317AB;
}
</style>