Shades of Medium Violet Red #D31385
Tints of Medium Violet Red #D31385
RGB
CMYK
RGB Variations
Color information
#D31385 (or 0xD31385) is known color: Medium Violet Red. HEX triplet: D3, 13 and 85. RGB value is (211,19,133). Sum of RGB (Red+Green+Blue) = 211+19+133=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D31385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31385 is #2CEC7A. Grayscale: #595959. Windows color (decimal): -2944123 or 8721363. OLE color: 8721363.
HSL color Cylindrical-coordinate representation of color #D31385: hue angle of 324.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31385 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 19 | 133 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.17 |
| HSL | 324.38º | 0.83% | 0.45% | - |
| HSV(B) | 324.38º | 0.91% | 0.83% | - |
| XYZ | 31.33 | 16.01 | 23.63 | - |
| YUV | 89.4 | 152.61 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 133 | 0 | 0.91 | 0.37 | 0.17 | 324.38 | 0.83 | 0.45 |
| Hex | D3 | 13 | 85 | 0 | 5B | 25 | 11 | 144 | 53 | 2D |
| Octal | 323 | 23 | 205 | 0 | 133 | 45 | 21 | 504 | 123 | 55 |
| Binary | 11010011 | 10011 | 10000101 | 0 | 1011011 | 100101 | 10001 | 101000100 | 1010011 | 101101 |
Color Harmonies of #D31385
Complementary color
Monochromatic Colors of #D31385
Black with #D31385
Text Example
Text Example
White with #D31385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31385; }
p { color: rgb(211,19,133); }
H1.HeaderClassName
{
color: #D31385;
}
.AnyTagClassName
{
color: #D31385;
}
</style>
background-color css
<style>
a { background-color: #D31385; }
a { background-color: rgb(211,19,133); }
div.DivClassName
{
background-color: #D31385;
}
.BgClassName
{
background-color: #D31385;
}
</style>
border-color css
<style>
span { border-color: #D31385; }
span { border-color: rgb(211,19,133); }
td.TdClassName
{
border-color: #D31385;
}
.TagClassName
{
border-color: #D31385;
}
</style>