Shades of Medium Violet Red #D31A8A
Tints of Medium Violet Red #D31A8A
RGB
CMYK
RGB Variations
Color information
#D31A8A (or 0xD31A8A) is known color: Medium Violet Red. HEX triplet: D3, 1A and 8A. RGB value is (211,26,138). Sum of RGB (Red+Green+Blue) = 211+26+138=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31A8A is #2CE575. Grayscale: #5D5D5D. Windows color (decimal): -2942326 or 9050835. OLE color: 9050835.
HSL color Cylindrical-coordinate representation of color #D31A8A: hue angle of 323.68º 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 #D31A8A is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 138 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.17 |
| HSL | 323.68º | 0.78% | 0.46% | - |
| HSV(B) | 323.68º | 0.88% | 0.83% | - |
| XYZ | 31.82 | 16.42 | 25.54 | - |
| YUV | 94.08 | 152.79 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 138 | 0 | 0.88 | 0.35 | 0.17 | 323.68 | 0.78 | 0.46 |
| Hex | D3 | 1A | 8A | 0 | 58 | 23 | 11 | 144 | 4E | 2E |
| Octal | 323 | 32 | 212 | 0 | 130 | 43 | 21 | 504 | 116 | 56 |
| Binary | 11010011 | 11010 | 10001010 | 0 | 1011000 | 100011 | 10001 | 101000100 | 1001110 | 101110 |
Color Harmonies of #D31A8A
Complementary color
Monochromatic Colors of #D31A8A
Black with #D31A8A
Text Example
Text Example
White with #D31A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31A8A; }
p { color: rgb(211,26,138); }
H1.HeaderClassName
{
color: #D31A8A;
}
.AnyTagClassName
{
color: #D31A8A;
}
</style>
background-color css
<style>
a { background-color: #D31A8A; }
a { background-color: rgb(211,26,138); }
div.DivClassName
{
background-color: #D31A8A;
}
.BgClassName
{
background-color: #D31A8A;
}
</style>
border-color css
<style>
span { border-color: #D31A8A; }
span { border-color: rgb(211,26,138); }
td.TdClassName
{
border-color: #D31A8A;
}
.TagClassName
{
border-color: #D31A8A;
}
</style>