Shades of Medium Violet Red #D31DA7
Tints of Medium Violet Red #D31DA7
RGB
CMYK
RGB Variations
Color information
#D31DA7 (or 0xD31DA7) is known color: Medium Violet Red. HEX triplet: D3, 1D and A7. RGB value is (211,29,167). Sum of RGB (Red+Green+Blue) = 211+29+167=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 167 (65.62% from 255 or 41.03% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31DA7 is #2CE258. Grayscale: #626262. Windows color (decimal): -2941529 or 10952147. OLE color: 10952147.
HSL color Cylindrical-coordinate representation of color #D31DA7: hue angle of 314.51º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31DA7 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 29 | 167 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.17 |
| HSL | 314.51º | 0.76% | 0.47% | - |
| HSV(B) | 314.51º | 0.86% | 0.83% | - |
| XYZ | 34.28 | 17.52 | 38.13 | - |
| YUV | 99.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 167 | 0 | 0.86 | 0.21 | 0.17 | 314.51 | 0.76 | 0.47 |
| Hex | D3 | 1D | A7 | 0 | 56 | 15 | 11 | 13B | 4C | 2F |
| Octal | 323 | 35 | 247 | 0 | 126 | 25 | 21 | 473 | 114 | 57 |
| Binary | 11010011 | 11101 | 10100111 | 0 | 1010110 | 10101 | 10001 | 100111011 | 1001100 | 101111 |
Color Harmonies of #D31DA7
Complementary color
Monochromatic Colors of #D31DA7
Black with #D31DA7
Text Example
Text Example
White with #D31DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31DA7; }
p { color: rgb(211,29,167); }
H1.HeaderClassName
{
color: #D31DA7;
}
.AnyTagClassName
{
color: #D31DA7;
}
</style>
background-color css
<style>
a { background-color: #D31DA7; }
a { background-color: rgb(211,29,167); }
div.DivClassName
{
background-color: #D31DA7;
}
.BgClassName
{
background-color: #D31DA7;
}
</style>
border-color css
<style>
span { border-color: #D31DA7; }
span { border-color: rgb(211,29,167); }
td.TdClassName
{
border-color: #D31DA7;
}
.TagClassName
{
border-color: #D31DA7;
}
</style>