Shades of Medium Violet Red #D51395
Tints of Medium Violet Red #D51395
RGB
CMYK
RGB Variations
Color information
#D51395 (or 0xD51395) is known color: Medium Violet Red. HEX triplet: D5, 13 and 95. RGB value is (213,19,149). Sum of RGB (Red+Green+Blue) = 213+19+149=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D51395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51395 is #2AEC6A. Grayscale: #5B5B5B. Windows color (decimal): -2813035 or 9769941. OLE color: 9769941.
HSL color Cylindrical-coordinate representation of color #D51395: hue angle of 319.79º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51395 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 149 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.16 |
| HSL | 319.79º | 0.84% | 0.45% | - |
| HSV(B) | 319.79º | 0.91% | 0.84% | - |
| XYZ | 33.1 | 16.78 | 29.93 | - |
| YUV | 91.83 | 160.27 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 149 | 0 | 0.91 | 0.30 | 0.16 | 319.79 | 0.84 | 0.45 |
| Hex | D5 | 13 | 95 | 0 | 5B | 1E | 10 | 140 | 54 | 2D |
| Octal | 325 | 23 | 225 | 0 | 133 | 36 | 20 | 500 | 124 | 55 |
| Binary | 11010101 | 10011 | 10010101 | 0 | 1011011 | 11110 | 10000 | 101000000 | 1010100 | 101101 |
Color Harmonies of #D51395
Complementary color
Monochromatic Colors of #D51395
Black with #D51395
Text Example
Text Example
White with #D51395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51395; }
p { color: rgb(213,19,149); }
H1.HeaderClassName
{
color: #D51395;
}
.AnyTagClassName
{
color: #D51395;
}
</style>
background-color css
<style>
a { background-color: #D51395; }
a { background-color: rgb(213,19,149); }
div.DivClassName
{
background-color: #D51395;
}
.BgClassName
{
background-color: #D51395;
}
</style>
border-color css
<style>
span { border-color: #D51395; }
span { border-color: rgb(213,19,149); }
td.TdClassName
{
border-color: #D51395;
}
.TagClassName
{
border-color: #D51395;
}
</style>