Shades of Medium Violet Red #D5117D
Tints of Medium Violet Red #D5117D
RGB
CMYK
RGB Variations
Color information
#D5117D (or 0xD5117D) is known color: Medium Violet Red. HEX triplet: D5, 11 and 7D. RGB value is (213,17,125). Sum of RGB (Red+Green+Blue) = 213+17+125=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5117D is #2AEE82. Grayscale: #575757. Windows color (decimal): -2813571 or 8196565. OLE color: 8196565.
HSL color Cylindrical-coordinate representation of color #D5117D: hue angle of 326.94º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5117D is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 125 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.16 |
| HSL | 326.94º | 0.85% | 0.45% | - |
| HSV(B) | 326.94º | 0.92% | 0.84% | - |
| XYZ | 31.34 | 16.03 | 20.84 | - |
| YUV | 87.92 | 148.93 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 125 | 0 | 0.92 | 0.41 | 0.16 | 326.94 | 0.85 | 0.45 |
| Hex | D5 | 11 | 7D | 0 | 5C | 29 | 10 | 147 | 55 | 2D |
| Octal | 325 | 21 | 175 | 0 | 134 | 51 | 20 | 507 | 125 | 55 |
| Binary | 11010101 | 10001 | 1111101 | 0 | 1011100 | 101001 | 10000 | 101000111 | 1010101 | 101101 |
Color Harmonies of #D5117D
Complementary color
Monochromatic Colors of #D5117D
Black with #D5117D
Text Example
Text Example
White with #D5117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5117D; }
p { color: rgb(213,17,125); }
H1.HeaderClassName
{
color: #D5117D;
}
.AnyTagClassName
{
color: #D5117D;
}
</style>
background-color css
<style>
a { background-color: #D5117D; }
a { background-color: rgb(213,17,125); }
div.DivClassName
{
background-color: #D5117D;
}
.BgClassName
{
background-color: #D5117D;
}
</style>
border-color css
<style>
span { border-color: #D5117D; }
span { border-color: rgb(213,17,125); }
td.TdClassName
{
border-color: #D5117D;
}
.TagClassName
{
border-color: #D5117D;
}
</style>