Shades of Medium Violet Red #D7177D
Tints of Medium Violet Red #D7177D
RGB
CMYK
RGB Variations
Color information
#D7177D (or 0xD7177D) is known color: Medium Violet Red. HEX triplet: D7, 17 and 7D. RGB value is (215,23,125). Sum of RGB (Red+Green+Blue) = 215+23+125=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7177D is #28E882. Grayscale: #5B5B5B. Windows color (decimal): -2680963 or 8198103. OLE color: 8198103.
HSL color Cylindrical-coordinate representation of color #D7177D: hue angle of 328.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7177D is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 125 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.16 |
| HSL | 328.13º | 0.81% | 0.47% | - |
| HSV(B) | 328.13º | 0.89% | 0.84% | - |
| XYZ | 32.03 | 16.54 | 20.91 | - |
| YUV | 92.04 | 146.61 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 125 | 0 | 0.89 | 0.42 | 0.16 | 328.13 | 0.81 | 0.47 |
| Hex | D7 | 17 | 7D | 0 | 59 | 2A | 10 | 148 | 51 | 2F |
| Octal | 327 | 27 | 175 | 0 | 131 | 52 | 20 | 510 | 121 | 57 |
| Binary | 11010111 | 10111 | 1111101 | 0 | 1011001 | 101010 | 10000 | 101001000 | 1010001 | 101111 |
Color Harmonies of #D7177D
Complementary color
Monochromatic Colors of #D7177D
Black with #D7177D
Text Example
Text Example
White with #D7177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7177D; }
p { color: rgb(215,23,125); }
H1.HeaderClassName
{
color: #D7177D;
}
.AnyTagClassName
{
color: #D7177D;
}
</style>
background-color css
<style>
a { background-color: #D7177D; }
a { background-color: rgb(215,23,125); }
div.DivClassName
{
background-color: #D7177D;
}
.BgClassName
{
background-color: #D7177D;
}
</style>
border-color css
<style>
span { border-color: #D7177D; }
span { border-color: rgb(215,23,125); }
td.TdClassName
{
border-color: #D7177D;
}
.TagClassName
{
border-color: #D7177D;
}
</style>