Shades of Medium Violet Red #D216AA
Tints of Medium Violet Red #D216AA
RGB
CMYK
RGB Variations
Color information
#D216AA (or 0xD216AA) is known color: Medium Violet Red. HEX triplet: D2, 16 and AA. RGB value is (210,22,170). Sum of RGB (Red+Green+Blue) = 210+22+170=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D216AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D216AA is #2DE955. Grayscale: #5E5E5E. Windows color (decimal): -3008854 or 11146962. OLE color: 11146962.
HSL color Cylindrical-coordinate representation of color #D216AA: hue angle of 312.77º 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 #D216AA is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 170 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.18 |
| HSL | 312.77º | 0.81% | 0.45% | - |
| HSV(B) | 312.77º | 0.9% | 0.82% | - |
| XYZ | 34.12 | 17.18 | 39.55 | - |
| YUV | 95.08 | 170.28 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 170 | 0 | 0.90 | 0.19 | 0.18 | 312.77 | 0.81 | 0.45 |
| Hex | D2 | 16 | AA | 0 | 5A | 13 | 12 | 139 | 51 | 2D |
| Octal | 322 | 26 | 252 | 0 | 132 | 23 | 22 | 471 | 121 | 55 |
| Binary | 11010010 | 10110 | 10101010 | 0 | 1011010 | 10011 | 10010 | 100111001 | 1010001 | 101101 |
Color Harmonies of #D216AA
Complementary color
Monochromatic Colors of #D216AA
Black with #D216AA
Text Example
Text Example
White with #D216AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216AA; }
p { color: rgb(210,22,170); }
H1.HeaderClassName
{
color: #D216AA;
}
.AnyTagClassName
{
color: #D216AA;
}
</style>
background-color css
<style>
a { background-color: #D216AA; }
a { background-color: rgb(210,22,170); }
div.DivClassName
{
background-color: #D216AA;
}
.BgClassName
{
background-color: #D216AA;
}
</style>
border-color css
<style>
span { border-color: #D216AA; }
span { border-color: rgb(210,22,170); }
td.TdClassName
{
border-color: #D216AA;
}
.TagClassName
{
border-color: #D216AA;
}
</style>