Shades of Medium Violet Red #D016AB
Tints of Medium Violet Red #D016AB
RGB
CMYK
RGB Variations
Color information
#D016AB (or 0xD016AB) is known color: Medium Violet Red. HEX triplet: D0, 16 and AB. RGB value is (208,22,171). Sum of RGB (Red+Green+Blue) = 208+22+171=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D016AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D016AB is #2FE954. Grayscale: #5E5E5E. Windows color (decimal): -3139925 or 11212496. OLE color: 11212496.
HSL color Cylindrical-coordinate representation of color #D016AB: hue angle of 311.94º degrees, saturation: 0.81, 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 #D016AB is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 171 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.18 |
| HSL | 311.94º | 0.81% | 0.45% | - |
| HSV(B) | 311.94º | 0.89% | 0.82% | - |
| XYZ | 33.65 | 16.92 | 40.02 | - |
| YUV | 94.6 | 171.12 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 171 | 0 | 0.89 | 0.18 | 0.18 | 311.94 | 0.81 | 0.45 |
| Hex | D0 | 16 | AB | 0 | 59 | 12 | 12 | 138 | 51 | 2D |
| Octal | 320 | 26 | 253 | 0 | 131 | 22 | 22 | 470 | 121 | 55 |
| Binary | 11010000 | 10110 | 10101011 | 0 | 1011001 | 10010 | 10010 | 100111000 | 1010001 | 101101 |
Color Harmonies of #D016AB
Complementary color
Monochromatic Colors of #D016AB
Black with #D016AB
Text Example
Text Example
White with #D016AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D016AB; }
p { color: rgb(208,22,171); }
H1.HeaderClassName
{
color: #D016AB;
}
.AnyTagClassName
{
color: #D016AB;
}
</style>
background-color css
<style>
a { background-color: #D016AB; }
a { background-color: rgb(208,22,171); }
div.DivClassName
{
background-color: #D016AB;
}
.BgClassName
{
background-color: #D016AB;
}
</style>
border-color css
<style>
span { border-color: #D016AB; }
span { border-color: rgb(208,22,171); }
td.TdClassName
{
border-color: #D016AB;
}
.TagClassName
{
border-color: #D016AB;
}
</style>