Shades of Medium Violet Red #D219AB
Tints of Medium Violet Red #D219AB
RGB
CMYK
RGB Variations
Color information
#D219AB (or 0xD219AB) is known color: Medium Violet Red. HEX triplet: D2, 19 and AB. RGB value is (210,25,171). Sum of RGB (Red+Green+Blue) = 210+25+171=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D219AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D219AB is #2DE654. Grayscale: #606060. Windows color (decimal): -3008085 or 11213266. OLE color: 11213266.
HSL color Cylindrical-coordinate representation of color #D219AB: hue angle of 312.65º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D219AB is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 171 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.18 |
| HSL | 312.65º | 0.79% | 0.46% | - |
| HSV(B) | 312.65º | 0.88% | 0.82% | - |
| XYZ | 34.28 | 17.34 | 40.07 | - |
| YUV | 96.96 | 169.79 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 171 | 0 | 0.88 | 0.19 | 0.18 | 312.65 | 0.79 | 0.46 |
| Hex | D2 | 19 | AB | 0 | 58 | 13 | 12 | 139 | 4F | 2E |
| Octal | 322 | 31 | 253 | 0 | 130 | 23 | 22 | 471 | 117 | 56 |
| Binary | 11010010 | 11001 | 10101011 | 0 | 1011000 | 10011 | 10010 | 100111001 | 1001111 | 101110 |
Color Harmonies of #D219AB
Complementary color
Monochromatic Colors of #D219AB
Black with #D219AB
Text Example
Text Example
White with #D219AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219AB; }
p { color: rgb(210,25,171); }
H1.HeaderClassName
{
color: #D219AB;
}
.AnyTagClassName
{
color: #D219AB;
}
</style>
background-color css
<style>
a { background-color: #D219AB; }
a { background-color: rgb(210,25,171); }
div.DivClassName
{
background-color: #D219AB;
}
.BgClassName
{
background-color: #D219AB;
}
</style>
border-color css
<style>
span { border-color: #D219AB; }
span { border-color: rgb(210,25,171); }
td.TdClassName
{
border-color: #D219AB;
}
.TagClassName
{
border-color: #D219AB;
}
</style>