Shades of Medium Violet Red #D5179B
Tints of Medium Violet Red #D5179B
RGB
CMYK
RGB Variations
Color information
#D5179B (or 0xD5179B) is known color: Medium Violet Red. HEX triplet: D5, 17 and 9B. RGB value is (213,23,155). Sum of RGB (Red+Green+Blue) = 213+23+155=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5179B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5179B is #2AE864. Grayscale: #5E5E5E. Windows color (decimal): -2812005 or 10164181. OLE color: 10164181.
HSL color Cylindrical-coordinate representation of color #D5179B: hue angle of 318.32º 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 #D5179B is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 155 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.16 |
| HSL | 318.32º | 0.81% | 0.46% | - |
| HSV(B) | 318.32º | 0.89% | 0.84% | - |
| XYZ | 33.66 | 17.13 | 32.54 | - |
| YUV | 94.86 | 161.95 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 155 | 0 | 0.89 | 0.27 | 0.16 | 318.32 | 0.81 | 0.46 |
| Hex | D5 | 17 | 9B | 0 | 59 | 1B | 10 | 13E | 51 | 2E |
| Octal | 325 | 27 | 233 | 0 | 131 | 33 | 20 | 476 | 121 | 56 |
| Binary | 11010101 | 10111 | 10011011 | 0 | 1011001 | 11011 | 10000 | 100111110 | 1010001 | 101110 |
Color Harmonies of #D5179B
Complementary color
Monochromatic Colors of #D5179B
Black with #D5179B
Text Example
Text Example
White with #D5179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5179B; }
p { color: rgb(213,23,155); }
H1.HeaderClassName
{
color: #D5179B;
}
.AnyTagClassName
{
color: #D5179B;
}
</style>
background-color css
<style>
a { background-color: #D5179B; }
a { background-color: rgb(213,23,155); }
div.DivClassName
{
background-color: #D5179B;
}
.BgClassName
{
background-color: #D5179B;
}
</style>
border-color css
<style>
span { border-color: #D5179B; }
span { border-color: rgb(213,23,155); }
td.TdClassName
{
border-color: #D5179B;
}
.TagClassName
{
border-color: #D5179B;
}
</style>