Shades of Medium Violet Red #D5177B
Tints of Medium Violet Red #D5177B
RGB
CMYK
RGB Variations
Color information
#D5177B (or 0xD5177B) is known color: Medium Violet Red. HEX triplet: D5, 17 and 7B. RGB value is (213,23,123). Sum of RGB (Red+Green+Blue) = 213+23+123=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5177B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5177B is #2AE884. Grayscale: #5B5B5B. Windows color (decimal): -2812037 or 8067029. OLE color: 8067029.
HSL color Cylindrical-coordinate representation of color #D5177B: hue angle of 328.42º 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 #D5177B is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 123 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.16 |
| HSL | 328.42º | 0.81% | 0.46% | - |
| HSV(B) | 328.42º | 0.89% | 0.84% | - |
| XYZ | 31.32 | 16.19 | 20.21 | - |
| YUV | 91.21 | 145.95 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 123 | 0 | 0.89 | 0.42 | 0.16 | 328.42 | 0.81 | 0.46 |
| Hex | D5 | 17 | 7B | 0 | 59 | 2A | 10 | 148 | 51 | 2E |
| Octal | 325 | 27 | 173 | 0 | 131 | 52 | 20 | 510 | 121 | 56 |
| Binary | 11010101 | 10111 | 1111011 | 0 | 1011001 | 101010 | 10000 | 101001000 | 1010001 | 101110 |
Color Harmonies of #D5177B
Complementary color
Monochromatic Colors of #D5177B
Black with #D5177B
Text Example
Text Example
White with #D5177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5177B; }
p { color: rgb(213,23,123); }
H1.HeaderClassName
{
color: #D5177B;
}
.AnyTagClassName
{
color: #D5177B;
}
</style>
background-color css
<style>
a { background-color: #D5177B; }
a { background-color: rgb(213,23,123); }
div.DivClassName
{
background-color: #D5177B;
}
.BgClassName
{
background-color: #D5177B;
}
</style>
border-color css
<style>
span { border-color: #D5177B; }
span { border-color: rgb(213,23,123); }
td.TdClassName
{
border-color: #D5177B;
}
.TagClassName
{
border-color: #D5177B;
}
</style>