Shades of Medium Violet Red #D5178D
Tints of Medium Violet Red #D5178D
RGB
CMYK
RGB Variations
Color information
#D5178D (or 0xD5178D) is known color: Medium Violet Red. HEX triplet: D5, 17 and 8D. RGB value is (213,23,141). Sum of RGB (Red+Green+Blue) = 213+23+141=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5178D is #2AE872. Grayscale: #5C5C5C. Windows color (decimal): -2812019 or 9246677. OLE color: 9246677.
HSL color Cylindrical-coordinate representation of color #D5178D: hue angle of 322.74º 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 #D5178D is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 141 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.16 |
| HSL | 322.74º | 0.81% | 0.46% | - |
| HSV(B) | 322.74º | 0.89% | 0.84% | - |
| XYZ | 32.55 | 16.68 | 26.7 | - |
| YUV | 93.26 | 154.95 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 141 | 0 | 0.89 | 0.34 | 0.16 | 322.74 | 0.81 | 0.46 |
| Hex | D5 | 17 | 8D | 0 | 59 | 22 | 10 | 143 | 51 | 2E |
| Octal | 325 | 27 | 215 | 0 | 131 | 42 | 20 | 503 | 121 | 56 |
| Binary | 11010101 | 10111 | 10001101 | 0 | 1011001 | 100010 | 10000 | 101000011 | 1010001 | 101110 |
Color Harmonies of #D5178D
Complementary color
Monochromatic Colors of #D5178D
Black with #D5178D
Text Example
Text Example
White with #D5178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5178D; }
p { color: rgb(213,23,141); }
H1.HeaderClassName
{
color: #D5178D;
}
.AnyTagClassName
{
color: #D5178D;
}
</style>
background-color css
<style>
a { background-color: #D5178D; }
a { background-color: rgb(213,23,141); }
div.DivClassName
{
background-color: #D5178D;
}
.BgClassName
{
background-color: #D5178D;
}
</style>
border-color css
<style>
span { border-color: #D5178D; }
span { border-color: rgb(213,23,141); }
td.TdClassName
{
border-color: #D5178D;
}
.TagClassName
{
border-color: #D5178D;
}
</style>