Shades of Medium Violet Red #D5037D
Tints of Medium Violet Red #D5037D
RGB
CMYK
RGB Variations
Color information
#D5037D (or 0xD5037D) is known color: Medium Violet Red. HEX triplet: D5, 03 and 7D. RGB value is (213,3,125). Sum of RGB (Red+Green+Blue) = 213+3+125=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5037D is #2AFC82. Grayscale: #4F4F4F. Windows color (decimal): -2817155 or 8192981. OLE color: 8192981.
HSL color Cylindrical-coordinate representation of color #D5037D: hue angle of 325.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5037D is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.16 |
| HSL | 325.14º | 0.97% | 0.42% | - |
| HSV(B) | 325.14º | 0.99% | 0.84% | - |
| XYZ | 31.17 | 15.69 | 20.79 | - |
| YUV | 79.7 | 153.57 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 125 | 0 | 0.99 | 0.41 | 0.16 | 325.14 | 0.97 | 0.42 |
| Hex | D5 | 3 | 7D | 0 | 63 | 29 | 10 | 145 | 61 | 2A |
| Octal | 325 | 3 | 175 | 0 | 143 | 51 | 20 | 505 | 141 | 52 |
| Binary | 11010101 | 11 | 1111101 | 0 | 1100011 | 101001 | 10000 | 101000101 | 1100001 | 101010 |
Color Harmonies of #D5037D
Complementary color
Monochromatic Colors of #D5037D
Black with #D5037D
Text Example
Text Example
White with #D5037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5037D; }
p { color: rgb(213,3,125); }
H1.HeaderClassName
{
color: #D5037D;
}
.AnyTagClassName
{
color: #D5037D;
}
</style>
background-color css
<style>
a { background-color: #D5037D; }
a { background-color: rgb(213,3,125); }
div.DivClassName
{
background-color: #D5037D;
}
.BgClassName
{
background-color: #D5037D;
}
</style>
border-color css
<style>
span { border-color: #D5037D; }
span { border-color: rgb(213,3,125); }
td.TdClassName
{
border-color: #D5037D;
}
.TagClassName
{
border-color: #D5037D;
}
</style>