Shades of Medium Violet Red #D31E8A
Tints of Medium Violet Red #D31E8A
RGB
CMYK
RGB Variations
Color information
#D31E8A (or 0xD31E8A) is known color: Medium Violet Red. HEX triplet: D3, 1E and 8A. RGB value is (211,30,138). Sum of RGB (Red+Green+Blue) = 211+30+138=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31E8A is #2CE175. Grayscale: #606060. Windows color (decimal): -2941302 or 9051859. OLE color: 9051859.
HSL color Cylindrical-coordinate representation of color #D31E8A: hue angle of 324.2º 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 #D31E8A is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 30 | 138 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.17 |
| HSL | 324.2º | 0.75% | 0.47% | - |
| HSV(B) | 324.2º | 0.86% | 0.83% | - |
| XYZ | 31.92 | 16.61 | 25.57 | - |
| YUV | 96.43 | 151.47 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 30 | 138 | 0 | 0.86 | 0.35 | 0.17 | 324.2 | 0.75 | 0.47 |
| Hex | D3 | 1E | 8A | 0 | 56 | 23 | 11 | 144 | 4B | 2F |
| Octal | 323 | 36 | 212 | 0 | 126 | 43 | 21 | 504 | 113 | 57 |
| Binary | 11010011 | 11110 | 10001010 | 0 | 1010110 | 100011 | 10001 | 101000100 | 1001011 | 101111 |
Color Harmonies of #D31E8A
Complementary color
Monochromatic Colors of #D31E8A
Black with #D31E8A
Text Example
Text Example
White with #D31E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31E8A; }
p { color: rgb(211,30,138); }
H1.HeaderClassName
{
color: #D31E8A;
}
.AnyTagClassName
{
color: #D31E8A;
}
</style>
background-color css
<style>
a { background-color: #D31E8A; }
a { background-color: rgb(211,30,138); }
div.DivClassName
{
background-color: #D31E8A;
}
.BgClassName
{
background-color: #D31E8A;
}
</style>
border-color css
<style>
span { border-color: #D31E8A; }
span { border-color: rgb(211,30,138); }
td.TdClassName
{
border-color: #D31E8A;
}
.TagClassName
{
border-color: #D31E8A;
}
</style>