Shades of Medium Violet Red #D017AB
Tints of Medium Violet Red #D017AB
RGB
CMYK
RGB Variations
Color information
#D017AB (or 0xD017AB) is known color: Medium Violet Red. HEX triplet: D0, 17 and AB. RGB value is (208,23,171). Sum of RGB (Red+Green+Blue) = 208+23+171=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D017AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D017AB is #2FE854. Grayscale: #5E5E5E. Windows color (decimal): -3139669 or 11212752. OLE color: 11212752.
HSL color Cylindrical-coordinate representation of color #D017AB: hue angle of 312º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D017AB is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 171 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.18 |
| HSL | 312º | 0.8% | 0.45% | - |
| HSV(B) | 312º | 0.89% | 0.82% | - |
| XYZ | 33.67 | 16.96 | 40.03 | - |
| YUV | 95.19 | 170.79 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 171 | 0 | 0.89 | 0.18 | 0.18 | 312 | 0.8 | 0.45 |
| Hex | D0 | 17 | AB | 0 | 59 | 12 | 12 | 138 | 50 | 2D |
| Octal | 320 | 27 | 253 | 0 | 131 | 22 | 22 | 470 | 120 | 55 |
| Binary | 11010000 | 10111 | 10101011 | 0 | 1011001 | 10010 | 10010 | 100111000 | 1010000 | 101101 |
Color Harmonies of #D017AB
Complementary color
Monochromatic Colors of #D017AB
Black with #D017AB
Text Example
Text Example
White with #D017AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D017AB; }
p { color: rgb(208,23,171); }
H1.HeaderClassName
{
color: #D017AB;
}
.AnyTagClassName
{
color: #D017AB;
}
</style>
background-color css
<style>
a { background-color: #D017AB; }
a { background-color: rgb(208,23,171); }
div.DivClassName
{
background-color: #D017AB;
}
.BgClassName
{
background-color: #D017AB;
}
</style>
border-color css
<style>
span { border-color: #D017AB; }
span { border-color: rgb(208,23,171); }
td.TdClassName
{
border-color: #D017AB;
}
.TagClassName
{
border-color: #D017AB;
}
</style>