Shades of Medium Violet Red #D31D9C
Tints of Medium Violet Red #D31D9C
RGB
CMYK
RGB Variations
Color information
#D31D9C (or 0xD31D9C) is known color: Medium Violet Red. HEX triplet: D3, 1D and 9C. RGB value is (211,29,156). Sum of RGB (Red+Green+Blue) = 211+29+156=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31D9C is #2CE263. Grayscale: #616161. Windows color (decimal): -2941540 or 10231251. OLE color: 10231251.
HSL color Cylindrical-coordinate representation of color #D31D9C: hue angle of 318.13º 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 #D31D9C is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 29 | 156 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.17 |
| HSL | 318.13º | 0.76% | 0.47% | - |
| HSV(B) | 318.13º | 0.86% | 0.83% | - |
| XYZ | 33.3 | 17.13 | 33 | - |
| YUV | 97.9 | 160.8 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 156 | 0 | 0.86 | 0.26 | 0.17 | 318.13 | 0.76 | 0.47 |
| Hex | D3 | 1D | 9C | 0 | 56 | 1A | 11 | 13E | 4C | 2F |
| Octal | 323 | 35 | 234 | 0 | 126 | 32 | 21 | 476 | 114 | 57 |
| Binary | 11010011 | 11101 | 10011100 | 0 | 1010110 | 11010 | 10001 | 100111110 | 1001100 | 101111 |
Color Harmonies of #D31D9C
Complementary color
Monochromatic Colors of #D31D9C
Black with #D31D9C
Text Example
Text Example
White with #D31D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31D9C; }
p { color: rgb(211,29,156); }
H1.HeaderClassName
{
color: #D31D9C;
}
.AnyTagClassName
{
color: #D31D9C;
}
</style>
background-color css
<style>
a { background-color: #D31D9C; }
a { background-color: rgb(211,29,156); }
div.DivClassName
{
background-color: #D31D9C;
}
.BgClassName
{
background-color: #D31D9C;
}
</style>
border-color css
<style>
span { border-color: #D31D9C; }
span { border-color: rgb(211,29,156); }
td.TdClassName
{
border-color: #D31D9C;
}
.TagClassName
{
border-color: #D31D9C;
}
</style>