Shades of Medium Violet Red #D31E9C
Tints of Medium Violet Red #D31E9C
RGB
CMYK
RGB Variations
Color information
#D31E9C (or 0xD31E9C) is known color: Medium Violet Red. HEX triplet: D3, 1E and 9C. RGB value is (211,30,156). Sum of RGB (Red+Green+Blue) = 211+30+156=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31E9C is #2CE163. Grayscale: #626262. Windows color (decimal): -2941284 or 10231507. OLE color: 10231507.
HSL color Cylindrical-coordinate representation of color #D31E9C: hue angle of 318.23º degrees, saturation: 0.75, 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 #D31E9C is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 30 | 156 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.17 |
| HSL | 318.23º | 0.75% | 0.47% | - |
| HSV(B) | 318.23º | 0.86% | 0.83% | - |
| XYZ | 33.33 | 17.18 | 33.01 | - |
| YUV | 98.48 | 160.47 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 30 | 156 | 0 | 0.86 | 0.26 | 0.17 | 318.23 | 0.75 | 0.47 |
| Hex | D3 | 1E | 9C | 0 | 56 | 1A | 11 | 13E | 4B | 2F |
| Octal | 323 | 36 | 234 | 0 | 126 | 32 | 21 | 476 | 113 | 57 |
| Binary | 11010011 | 11110 | 10011100 | 0 | 1010110 | 11010 | 10001 | 100111110 | 1001011 | 101111 |
Color Harmonies of #D31E9C
Complementary color
Monochromatic Colors of #D31E9C
Black with #D31E9C
Text Example
Text Example
White with #D31E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31E9C; }
p { color: rgb(211,30,156); }
H1.HeaderClassName
{
color: #D31E9C;
}
.AnyTagClassName
{
color: #D31E9C;
}
</style>
background-color css
<style>
a { background-color: #D31E9C; }
a { background-color: rgb(211,30,156); }
div.DivClassName
{
background-color: #D31E9C;
}
.BgClassName
{
background-color: #D31E9C;
}
</style>
border-color css
<style>
span { border-color: #D31E9C; }
span { border-color: rgb(211,30,156); }
td.TdClassName
{
border-color: #D31E9C;
}
.TagClassName
{
border-color: #D31E9C;
}
</style>