Shades of Medium Violet Red #D014AB
Tints of Medium Violet Red #D014AB
RGB
CMYK
RGB Variations
Color information
#D014AB (or 0xD014AB) is known color: Medium Violet Red. HEX triplet: D0, 14 and AB. RGB value is (208,20,171). Sum of RGB (Red+Green+Blue) = 208+20+171=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D014AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D014AB is #2FEB54. Grayscale: #5D5D5D. Windows color (decimal): -3140437 or 11211984. OLE color: 11211984.
HSL color Cylindrical-coordinate representation of color #D014AB: hue angle of 311.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D014AB is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 171 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.18 |
| HSL | 311.81º | 0.82% | 0.45% | - |
| HSV(B) | 311.81º | 0.9% | 0.82% | - |
| XYZ | 33.61 | 16.85 | 40.01 | - |
| YUV | 93.43 | 171.78 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 171 | 0 | 0.90 | 0.18 | 0.18 | 311.81 | 0.82 | 0.45 |
| Hex | D0 | 14 | AB | 0 | 5A | 12 | 12 | 138 | 52 | 2D |
| Octal | 320 | 24 | 253 | 0 | 132 | 22 | 22 | 470 | 122 | 55 |
| Binary | 11010000 | 10100 | 10101011 | 0 | 1011010 | 10010 | 10010 | 100111000 | 1010010 | 101101 |
Color Harmonies of #D014AB
Complementary color
Monochromatic Colors of #D014AB
Black with #D014AB
Text Example
Text Example
White with #D014AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014AB; }
p { color: rgb(208,20,171); }
H1.HeaderClassName
{
color: #D014AB;
}
.AnyTagClassName
{
color: #D014AB;
}
</style>
background-color css
<style>
a { background-color: #D014AB; }
a { background-color: rgb(208,20,171); }
div.DivClassName
{
background-color: #D014AB;
}
.BgClassName
{
background-color: #D014AB;
}
</style>
border-color css
<style>
span { border-color: #D014AB; }
span { border-color: rgb(208,20,171); }
td.TdClassName
{
border-color: #D014AB;
}
.TagClassName
{
border-color: #D014AB;
}
</style>