Shades of Medium Violet Red #D016A8
Tints of Medium Violet Red #D016A8
RGB
CMYK
RGB Variations
Color information
#D016A8 (or 0xD016A8) is known color: Medium Violet Red. HEX triplet: D0, 16 and A8. RGB value is (208,22,168). Sum of RGB (Red+Green+Blue) = 208+22+168=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D016A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D016A8 is #2FE957. Grayscale: #5D5D5D. Windows color (decimal): -3139928 or 11015888. OLE color: 11015888.
HSL color Cylindrical-coordinate representation of color #D016A8: hue angle of 312.9º 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 #D016A8 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 168 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.18 |
| HSL | 312.9º | 0.81% | 0.45% | - |
| HSV(B) | 312.9º | 0.89% | 0.82% | - |
| XYZ | 33.37 | 16.81 | 38.53 | - |
| YUV | 94.26 | 169.62 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 168 | 0 | 0.89 | 0.19 | 0.18 | 312.9 | 0.81 | 0.45 |
| Hex | D0 | 16 | A8 | 0 | 59 | 13 | 12 | 139 | 51 | 2D |
| Octal | 320 | 26 | 250 | 0 | 131 | 23 | 22 | 471 | 121 | 55 |
| Binary | 11010000 | 10110 | 10101000 | 0 | 1011001 | 10011 | 10010 | 100111001 | 1010001 | 101101 |
Color Harmonies of #D016A8
Complementary color
Monochromatic Colors of #D016A8
Black with #D016A8
Text Example
Text Example
White with #D016A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D016A8; }
p { color: rgb(208,22,168); }
H1.HeaderClassName
{
color: #D016A8;
}
.AnyTagClassName
{
color: #D016A8;
}
</style>
background-color css
<style>
a { background-color: #D016A8; }
a { background-color: rgb(208,22,168); }
div.DivClassName
{
background-color: #D016A8;
}
.BgClassName
{
background-color: #D016A8;
}
</style>
border-color css
<style>
span { border-color: #D016A8; }
span { border-color: rgb(208,22,168); }
td.TdClassName
{
border-color: #D016A8;
}
.TagClassName
{
border-color: #D016A8;
}
</style>