Shades of Medium Violet Red #D5058A
Tints of Medium Violet Red #D5058A
RGB
CMYK
RGB Variations
Color information
#D5058A (or 0xD5058A) is known color: Medium Violet Red. HEX triplet: D5, 05 and 8A. RGB value is (213,5,138). Sum of RGB (Red+Green+Blue) = 213+5+138=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5058A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5058A is #2AFA75. Grayscale: #525252. Windows color (decimal): -2816630 or 9045461. OLE color: 9045461.
HSL color Cylindrical-coordinate representation of color #D5058A: hue angle of 321.63º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5058A is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 138 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.16 |
| HSL | 321.63º | 0.95% | 0.43% | - |
| HSV(B) | 321.63º | 0.98% | 0.84% | - |
| XYZ | 32.08 | 16.09 | 25.46 | - |
| YUV | 82.35 | 159.41 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 138 | 0 | 0.98 | 0.35 | 0.16 | 321.63 | 0.95 | 0.43 |
| Hex | D5 | 5 | 8A | 0 | 62 | 23 | 10 | 142 | 5F | 2B |
| Octal | 325 | 5 | 212 | 0 | 142 | 43 | 20 | 502 | 137 | 53 |
| Binary | 11010101 | 101 | 10001010 | 0 | 1100010 | 100011 | 10000 | 101000010 | 1011111 | 101011 |
Color Harmonies of #D5058A
Complementary color
Monochromatic Colors of #D5058A
Black with #D5058A
Text Example
Text Example
White with #D5058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5058A; }
p { color: rgb(213,5,138); }
H1.HeaderClassName
{
color: #D5058A;
}
.AnyTagClassName
{
color: #D5058A;
}
</style>
background-color css
<style>
a { background-color: #D5058A; }
a { background-color: rgb(213,5,138); }
div.DivClassName
{
background-color: #D5058A;
}
.BgClassName
{
background-color: #D5058A;
}
</style>
border-color css
<style>
span { border-color: #D5058A; }
span { border-color: rgb(213,5,138); }
td.TdClassName
{
border-color: #D5058A;
}
.TagClassName
{
border-color: #D5058A;
}
</style>