Shades of Medium Violet Red #D216AB
Tints of Medium Violet Red #D216AB
RGB
CMYK
RGB Variations
Color information
#D216AB (or 0xD216AB) is known color: Medium Violet Red. HEX triplet: D2, 16 and AB. RGB value is (210,22,171). Sum of RGB (Red+Green+Blue) = 210+22+171=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D216AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D216AB is #2DE954. Grayscale: #5E5E5E. Windows color (decimal): -3008853 or 11212498. OLE color: 11212498.
HSL color Cylindrical-coordinate representation of color #D216AB: hue angle of 312.45º degrees, saturation: 0.81, 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 #D216AB is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 171 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.18 |
| HSL | 312.45º | 0.81% | 0.45% | - |
| HSV(B) | 312.45º | 0.9% | 0.82% | - |
| XYZ | 34.22 | 17.22 | 40.05 | - |
| YUV | 95.2 | 170.78 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 171 | 0 | 0.90 | 0.19 | 0.18 | 312.45 | 0.81 | 0.45 |
| Hex | D2 | 16 | AB | 0 | 5A | 13 | 12 | 138 | 51 | 2D |
| Octal | 322 | 26 | 253 | 0 | 132 | 23 | 22 | 470 | 121 | 55 |
| Binary | 11010010 | 10110 | 10101011 | 0 | 1011010 | 10011 | 10010 | 100111000 | 1010001 | 101101 |
Color Harmonies of #D216AB
Complementary color
Monochromatic Colors of #D216AB
Black with #D216AB
Text Example
Text Example
White with #D216AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216AB; }
p { color: rgb(210,22,171); }
H1.HeaderClassName
{
color: #D216AB;
}
.AnyTagClassName
{
color: #D216AB;
}
</style>
background-color css
<style>
a { background-color: #D216AB; }
a { background-color: rgb(210,22,171); }
div.DivClassName
{
background-color: #D216AB;
}
.BgClassName
{
background-color: #D216AB;
}
</style>
border-color css
<style>
span { border-color: #D216AB; }
span { border-color: rgb(210,22,171); }
td.TdClassName
{
border-color: #D216AB;
}
.TagClassName
{
border-color: #D216AB;
}
</style>