Shades of Medium Violet Red #D5177D
Tints of Medium Violet Red #D5177D
RGB
CMYK
RGB Variations
Color information
#D5177D (or 0xD5177D) is known color: Medium Violet Red. HEX triplet: D5, 17 and 7D. RGB value is (213,23,125). Sum of RGB (Red+Green+Blue) = 213+23+125=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5177D is #2AE882. Grayscale: #5B5B5B. Windows color (decimal): -2812035 or 8198101. OLE color: 8198101.
HSL color Cylindrical-coordinate representation of color #D5177D: hue angle of 327.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5177D is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 125 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.16 |
| HSL | 327.79º | 0.81% | 0.46% | - |
| HSV(B) | 327.79º | 0.89% | 0.84% | - |
| XYZ | 31.45 | 16.24 | 20.88 | - |
| YUV | 91.44 | 146.95 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 125 | 0 | 0.89 | 0.41 | 0.16 | 327.79 | 0.81 | 0.46 |
| Hex | D5 | 17 | 7D | 0 | 59 | 29 | 10 | 148 | 51 | 2E |
| Octal | 325 | 27 | 175 | 0 | 131 | 51 | 20 | 510 | 121 | 56 |
| Binary | 11010101 | 10111 | 1111101 | 0 | 1011001 | 101001 | 10000 | 101001000 | 1010001 | 101110 |
Color Harmonies of #D5177D
Complementary color
Monochromatic Colors of #D5177D
Black with #D5177D
Text Example
Text Example
White with #D5177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5177D; }
p { color: rgb(213,23,125); }
H1.HeaderClassName
{
color: #D5177D;
}
.AnyTagClassName
{
color: #D5177D;
}
</style>
background-color css
<style>
a { background-color: #D5177D; }
a { background-color: rgb(213,23,125); }
div.DivClassName
{
background-color: #D5177D;
}
.BgClassName
{
background-color: #D5177D;
}
</style>
border-color css
<style>
span { border-color: #D5177D; }
span { border-color: rgb(213,23,125); }
td.TdClassName
{
border-color: #D5177D;
}
.TagClassName
{
border-color: #D5177D;
}
</style>