Shades of Medium Violet Red #D52193
Tints of Medium Violet Red #D52193
RGB
CMYK
RGB Variations
Color information
#D52193 (or 0xD52193) is known color: Medium Violet Red. HEX triplet: D5, 21 and 93. RGB value is (213,33,147). Sum of RGB (Red+Green+Blue) = 213+33+147=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D52193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52193 is #2ADE6C. Grayscale: #636363. Windows color (decimal): -2809453 or 9642453. OLE color: 9642453.
HSL color Cylindrical-coordinate representation of color #D52193: hue angle of 322º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52193 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 147 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.16 |
| HSL | 322º | 0.73% | 0.48% | - |
| HSV(B) | 322º | 0.85% | 0.84% | - |
| XYZ | 33.25 | 17.34 | 29.2 | - |
| YUV | 99.82 | 154.63 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 147 | 0 | 0.85 | 0.31 | 0.16 | 322 | 0.73 | 0.48 |
| Hex | D5 | 21 | 93 | 0 | 55 | 1F | 10 | 142 | 49 | 30 |
| Octal | 325 | 41 | 223 | 0 | 125 | 37 | 20 | 502 | 111 | 60 |
| Binary | 11010101 | 100001 | 10010011 | 0 | 1010101 | 11111 | 10000 | 101000010 | 1001001 | 110000 |
Color Harmonies of #D52193
Complementary color
Monochromatic Colors of #D52193
Black with #D52193
Text Example
Text Example
White with #D52193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52193; }
p { color: rgb(213,33,147); }
H1.HeaderClassName
{
color: #D52193;
}
.AnyTagClassName
{
color: #D52193;
}
</style>
background-color css
<style>
a { background-color: #D52193; }
a { background-color: rgb(213,33,147); }
div.DivClassName
{
background-color: #D52193;
}
.BgClassName
{
background-color: #D52193;
}
</style>
border-color css
<style>
span { border-color: #D52193; }
span { border-color: rgb(213,33,147); }
td.TdClassName
{
border-color: #D52193;
}
.TagClassName
{
border-color: #D52193;
}
</style>