Shades of Medium Violet Red #D214AB
Tints of Medium Violet Red #D214AB
RGB
CMYK
RGB Variations
Color information
#D214AB (or 0xD214AB) is known color: Medium Violet Red. HEX triplet: D2, 14 and AB. RGB value is (210,20,171). Sum of RGB (Red+Green+Blue) = 210+20+171=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D214AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D214AB is #2DEB54. Grayscale: #5D5D5D. Windows color (decimal): -3009365 or 11211986. OLE color: 11211986.
HSL color Cylindrical-coordinate representation of color #D214AB: hue angle of 312.32º degrees, saturation: 0.83, 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 #D214AB is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 171 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.18 |
| HSL | 312.32º | 0.83% | 0.45% | - |
| HSV(B) | 312.32º | 0.9% | 0.82% | - |
| XYZ | 34.18 | 17.14 | 40.04 | - |
| YUV | 94.02 | 171.45 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 171 | 0 | 0.90 | 0.19 | 0.18 | 312.32 | 0.83 | 0.45 |
| Hex | D2 | 14 | AB | 0 | 5A | 13 | 12 | 138 | 53 | 2D |
| Octal | 322 | 24 | 253 | 0 | 132 | 23 | 22 | 470 | 123 | 55 |
| Binary | 11010010 | 10100 | 10101011 | 0 | 1011010 | 10011 | 10010 | 100111000 | 1010011 | 101101 |
Color Harmonies of #D214AB
Complementary color
Monochromatic Colors of #D214AB
Black with #D214AB
Text Example
Text Example
White with #D214AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214AB; }
p { color: rgb(210,20,171); }
H1.HeaderClassName
{
color: #D214AB;
}
.AnyTagClassName
{
color: #D214AB;
}
</style>
background-color css
<style>
a { background-color: #D214AB; }
a { background-color: rgb(210,20,171); }
div.DivClassName
{
background-color: #D214AB;
}
.BgClassName
{
background-color: #D214AB;
}
</style>
border-color css
<style>
span { border-color: #D214AB; }
span { border-color: rgb(210,20,171); }
td.TdClassName
{
border-color: #D214AB;
}
.TagClassName
{
border-color: #D214AB;
}
</style>