Shades of Medium Violet Red #D51593
Tints of Medium Violet Red #D51593
RGB
CMYK
RGB Variations
Color information
#D51593 (or 0xD51593) is known color: Medium Violet Red. HEX triplet: D5, 15 and 93. RGB value is (213,21,147). Sum of RGB (Red+Green+Blue) = 213+21+147=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D51593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51593 is #2AEA6C. Grayscale: #5C5C5C. Windows color (decimal): -2812525 or 9639381. OLE color: 9639381.
HSL color Cylindrical-coordinate representation of color #D51593: hue angle of 320.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51593 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 147 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.16 |
| HSL | 320.63º | 0.82% | 0.46% | - |
| HSV(B) | 320.63º | 0.9% | 0.84% | - |
| XYZ | 32.98 | 16.79 | 29.11 | - |
| YUV | 92.77 | 158.61 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 147 | 0 | 0.90 | 0.31 | 0.16 | 320.63 | 0.82 | 0.46 |
| Hex | D5 | 15 | 93 | 0 | 5A | 1F | 10 | 141 | 52 | 2E |
| Octal | 325 | 25 | 223 | 0 | 132 | 37 | 20 | 501 | 122 | 56 |
| Binary | 11010101 | 10101 | 10010011 | 0 | 1011010 | 11111 | 10000 | 101000001 | 1010010 | 101110 |
Color Harmonies of #D51593
Complementary color
Monochromatic Colors of #D51593
Black with #D51593
Text Example
Text Example
White with #D51593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51593; }
p { color: rgb(213,21,147); }
H1.HeaderClassName
{
color: #D51593;
}
.AnyTagClassName
{
color: #D51593;
}
</style>
background-color css
<style>
a { background-color: #D51593; }
a { background-color: rgb(213,21,147); }
div.DivClassName
{
background-color: #D51593;
}
.BgClassName
{
background-color: #D51593;
}
</style>
border-color css
<style>
span { border-color: #D51593; }
span { border-color: rgb(213,21,147); }
td.TdClassName
{
border-color: #D51593;
}
.TagClassName
{
border-color: #D51593;
}
</style>