Shades of Medium Violet Red #D319A6
Tints of Medium Violet Red #D319A6
RGB
CMYK
RGB Variations
Color information
#D319A6 (or 0xD319A6) is known color: Medium Violet Red. HEX triplet: D3, 19 and A6. RGB value is (211,25,166). Sum of RGB (Red+Green+Blue) = 211+25+166=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D319A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D319A6 is #2CE659. Grayscale: #606060. Windows color (decimal): -2942554 or 10885587. OLE color: 10885587.
HSL color Cylindrical-coordinate representation of color #D319A6: hue angle of 314.52º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D319A6 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 166 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.17 |
| HSL | 314.52º | 0.79% | 0.46% | - |
| HSV(B) | 314.52º | 0.88% | 0.83% | - |
| XYZ | 34.09 | 17.3 | 37.62 | - |
| YUV | 96.69 | 167.12 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 166 | 0 | 0.88 | 0.21 | 0.17 | 314.52 | 0.79 | 0.46 |
| Hex | D3 | 19 | A6 | 0 | 58 | 15 | 11 | 13B | 4F | 2E |
| Octal | 323 | 31 | 246 | 0 | 130 | 25 | 21 | 473 | 117 | 56 |
| Binary | 11010011 | 11001 | 10100110 | 0 | 1011000 | 10101 | 10001 | 100111011 | 1001111 | 101110 |
Color Harmonies of #D319A6
Complementary color
Monochromatic Colors of #D319A6
Black with #D319A6
Text Example
Text Example
White with #D319A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D319A6; }
p { color: rgb(211,25,166); }
H1.HeaderClassName
{
color: #D319A6;
}
.AnyTagClassName
{
color: #D319A6;
}
</style>
background-color css
<style>
a { background-color: #D319A6; }
a { background-color: rgb(211,25,166); }
div.DivClassName
{
background-color: #D319A6;
}
.BgClassName
{
background-color: #D319A6;
}
</style>
border-color css
<style>
span { border-color: #D319A6; }
span { border-color: rgb(211,25,166); }
td.TdClassName
{
border-color: #D319A6;
}
.TagClassName
{
border-color: #D319A6;
}
</style>