Shades of Medium Violet Red #D51295
Tints of Medium Violet Red #D51295
RGB
CMYK
RGB Variations
Color information
#D51295 (or 0xD51295) is known color: Medium Violet Red. HEX triplet: D5, 12 and 95. RGB value is (213,18,149). Sum of RGB (Red+Green+Blue) = 213+18+149=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D51295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51295 is #2AED6A. Grayscale: #5A5A5A. Windows color (decimal): -2813291 or 9769685. OLE color: 9769685.
HSL color Cylindrical-coordinate representation of color #D51295: hue angle of 319.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51295 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 149 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.16 |
| HSL | 319.69º | 0.84% | 0.45% | - |
| HSV(B) | 319.69º | 0.92% | 0.84% | - |
| XYZ | 33.08 | 16.75 | 29.92 | - |
| YUV | 91.24 | 160.6 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 149 | 0 | 0.92 | 0.30 | 0.16 | 319.69 | 0.84 | 0.45 |
| Hex | D5 | 12 | 95 | 0 | 5C | 1E | 10 | 140 | 54 | 2D |
| Octal | 325 | 22 | 225 | 0 | 134 | 36 | 20 | 500 | 124 | 55 |
| Binary | 11010101 | 10010 | 10010101 | 0 | 1011100 | 11110 | 10000 | 101000000 | 1010100 | 101101 |
Color Harmonies of #D51295
Complementary color
Monochromatic Colors of #D51295
Black with #D51295
Text Example
Text Example
White with #D51295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51295; }
p { color: rgb(213,18,149); }
H1.HeaderClassName
{
color: #D51295;
}
.AnyTagClassName
{
color: #D51295;
}
</style>
background-color css
<style>
a { background-color: #D51295; }
a { background-color: rgb(213,18,149); }
div.DivClassName
{
background-color: #D51295;
}
.BgClassName
{
background-color: #D51295;
}
</style>
border-color css
<style>
span { border-color: #D51295; }
span { border-color: rgb(213,18,149); }
td.TdClassName
{
border-color: #D51295;
}
.TagClassName
{
border-color: #D51295;
}
</style>