Shades of Medium Violet Red #D31A8C
Tints of Medium Violet Red #D31A8C
RGB
CMYK
RGB Variations
Color information
#D31A8C (or 0xD31A8C) is known color: Medium Violet Red. HEX triplet: D3, 1A and 8C. RGB value is (211,26,140). Sum of RGB (Red+Green+Blue) = 211+26+140=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31A8C is #2CE573. Grayscale: #5E5E5E. Windows color (decimal): -2942324 or 9181907. OLE color: 9181907.
HSL color Cylindrical-coordinate representation of color #D31A8C: hue angle of 323.03º degrees, saturation: 0.78, 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 #D31A8C is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 140 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.17 |
| HSL | 323.03º | 0.78% | 0.46% | - |
| HSV(B) | 323.03º | 0.88% | 0.83% | - |
| XYZ | 31.97 | 16.48 | 26.31 | - |
| YUV | 94.31 | 153.79 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 140 | 0 | 0.88 | 0.34 | 0.17 | 323.03 | 0.78 | 0.46 |
| Hex | D3 | 1A | 8C | 0 | 58 | 22 | 11 | 143 | 4E | 2E |
| Octal | 323 | 32 | 214 | 0 | 130 | 42 | 21 | 503 | 116 | 56 |
| Binary | 11010011 | 11010 | 10001100 | 0 | 1011000 | 100010 | 10001 | 101000011 | 1001110 | 101110 |
Color Harmonies of #D31A8C
Complementary color
Monochromatic Colors of #D31A8C
Black with #D31A8C
Text Example
Text Example
White with #D31A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31A8C; }
p { color: rgb(211,26,140); }
H1.HeaderClassName
{
color: #D31A8C;
}
.AnyTagClassName
{
color: #D31A8C;
}
</style>
background-color css
<style>
a { background-color: #D31A8C; }
a { background-color: rgb(211,26,140); }
div.DivClassName
{
background-color: #D31A8C;
}
.BgClassName
{
background-color: #D31A8C;
}
</style>
border-color css
<style>
span { border-color: #D31A8C; }
span { border-color: rgb(211,26,140); }
td.TdClassName
{
border-color: #D31A8C;
}
.TagClassName
{
border-color: #D31A8C;
}
</style>