Shades of Medium Violet Red #D51493
Tints of Medium Violet Red #D51493
RGB
CMYK
RGB Variations
Color information
#D51493 (or 0xD51493) is known color: Medium Violet Red. HEX triplet: D5, 14 and 93. RGB value is (213,20,147). Sum of RGB (Red+Green+Blue) = 213+20+147=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D51493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51493 is #2AEB6C. Grayscale: #5B5B5B. Windows color (decimal): -2812781 or 9639125. OLE color: 9639125.
HSL color Cylindrical-coordinate representation of color #D51493: hue angle of 320.52º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51493 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 147 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.16 |
| HSL | 320.52º | 0.83% | 0.46% | - |
| HSV(B) | 320.52º | 0.91% | 0.84% | - |
| XYZ | 32.96 | 16.75 | 29.1 | - |
| YUV | 92.19 | 158.94 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 147 | 0 | 0.91 | 0.31 | 0.16 | 320.52 | 0.83 | 0.46 |
| Hex | D5 | 14 | 93 | 0 | 5B | 1F | 10 | 141 | 53 | 2E |
| Octal | 325 | 24 | 223 | 0 | 133 | 37 | 20 | 501 | 123 | 56 |
| Binary | 11010101 | 10100 | 10010011 | 0 | 1011011 | 11111 | 10000 | 101000001 | 1010011 | 101110 |
Color Harmonies of #D51493
Complementary color
Monochromatic Colors of #D51493
Black with #D51493
Text Example
Text Example
White with #D51493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51493; }
p { color: rgb(213,20,147); }
H1.HeaderClassName
{
color: #D51493;
}
.AnyTagClassName
{
color: #D51493;
}
</style>
background-color css
<style>
a { background-color: #D51493; }
a { background-color: rgb(213,20,147); }
div.DivClassName
{
background-color: #D51493;
}
.BgClassName
{
background-color: #D51493;
}
</style>
border-color css
<style>
span { border-color: #D51493; }
span { border-color: rgb(213,20,147); }
td.TdClassName
{
border-color: #D51493;
}
.TagClassName
{
border-color: #D51493;
}
</style>