Shades of Medium Violet Red #D218A7
Tints of Medium Violet Red #D218A7
RGB
CMYK
RGB Variations
Color information
#D218A7 (or 0xD218A7) is known color: Medium Violet Red. HEX triplet: D2, 18 and A7. RGB value is (210,24,167). Sum of RGB (Red+Green+Blue) = 210+24+167=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D218A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D218A7 is #2DE758. Grayscale: #5F5F5F. Windows color (decimal): -3008345 or 10950866. OLE color: 10950866.
HSL color Cylindrical-coordinate representation of color #D218A7: hue angle of 313.87º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D218A7 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 167 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.18 |
| HSL | 313.87º | 0.79% | 0.46% | - |
| HSV(B) | 313.87º | 0.89% | 0.82% | - |
| XYZ | 33.88 | 17.14 | 38.08 | - |
| YUV | 95.92 | 168.12 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 167 | 0 | 0.89 | 0.20 | 0.18 | 313.87 | 0.79 | 0.46 |
| Hex | D2 | 18 | A7 | 0 | 59 | 14 | 12 | 13A | 4F | 2E |
| Octal | 322 | 30 | 247 | 0 | 131 | 24 | 22 | 472 | 117 | 56 |
| Binary | 11010010 | 11000 | 10100111 | 0 | 1011001 | 10100 | 10010 | 100111010 | 1001111 | 101110 |
Color Harmonies of #D218A7
Complementary color
Monochromatic Colors of #D218A7
Black with #D218A7
Text Example
Text Example
White with #D218A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218A7; }
p { color: rgb(210,24,167); }
H1.HeaderClassName
{
color: #D218A7;
}
.AnyTagClassName
{
color: #D218A7;
}
</style>
background-color css
<style>
a { background-color: #D218A7; }
a { background-color: rgb(210,24,167); }
div.DivClassName
{
background-color: #D218A7;
}
.BgClassName
{
background-color: #D218A7;
}
</style>
border-color css
<style>
span { border-color: #D218A7; }
span { border-color: rgb(210,24,167); }
td.TdClassName
{
border-color: #D218A7;
}
.TagClassName
{
border-color: #D218A7;
}
</style>