Shades of Medium Violet Red #D5137D
Tints of Medium Violet Red #D5137D
RGB
CMYK
RGB Variations
Color information
#D5137D (or 0xD5137D) is known color: Medium Violet Red. HEX triplet: D5, 13 and 7D. RGB value is (213,19,125). Sum of RGB (Red+Green+Blue) = 213+19+125=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5137D is #2AEC82. Grayscale: #585858. Windows color (decimal): -2813059 or 8197077. OLE color: 8197077.
HSL color Cylindrical-coordinate representation of color #D5137D: hue angle of 327.22º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5137D is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 125 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.16 |
| HSL | 327.22º | 0.84% | 0.45% | - |
| HSV(B) | 327.22º | 0.91% | 0.84% | - |
| XYZ | 31.38 | 16.09 | 20.85 | - |
| YUV | 89.09 | 148.27 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 125 | 0 | 0.91 | 0.41 | 0.16 | 327.22 | 0.84 | 0.45 |
| Hex | D5 | 13 | 7D | 0 | 5B | 29 | 10 | 147 | 54 | 2D |
| Octal | 325 | 23 | 175 | 0 | 133 | 51 | 20 | 507 | 124 | 55 |
| Binary | 11010101 | 10011 | 1111101 | 0 | 1011011 | 101001 | 10000 | 101000111 | 1010100 | 101101 |
Color Harmonies of #D5137D
Complementary color
Monochromatic Colors of #D5137D
Black with #D5137D
Text Example
Text Example
White with #D5137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5137D; }
p { color: rgb(213,19,125); }
H1.HeaderClassName
{
color: #D5137D;
}
.AnyTagClassName
{
color: #D5137D;
}
</style>
background-color css
<style>
a { background-color: #D5137D; }
a { background-color: rgb(213,19,125); }
div.DivClassName
{
background-color: #D5137D;
}
.BgClassName
{
background-color: #D5137D;
}
</style>
border-color css
<style>
span { border-color: #D5137D; }
span { border-color: rgb(213,19,125); }
td.TdClassName
{
border-color: #D5137D;
}
.TagClassName
{
border-color: #D5137D;
}
</style>