Shades of Medium Violet Red #D5178E
Tints of Medium Violet Red #D5178E
RGB
CMYK
RGB Variations
Color information
#D5178E (or 0xD5178E) is known color: Medium Violet Red. HEX triplet: D5, 17 and 8E. RGB value is (213,23,142). Sum of RGB (Red+Green+Blue) = 213+23+142=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5178E is #2AE871. Grayscale: #5D5D5D. Windows color (decimal): -2812018 or 9312213. OLE color: 9312213.
HSL color Cylindrical-coordinate representation of color #D5178E: hue angle of 322.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 #D5178E is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 142 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.16 |
| HSL | 322.42º | 0.81% | 0.46% | - |
| HSV(B) | 322.42º | 0.89% | 0.84% | - |
| XYZ | 32.63 | 16.71 | 27.1 | - |
| YUV | 93.38 | 155.45 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 142 | 0 | 0.89 | 0.33 | 0.16 | 322.42 | 0.81 | 0.46 |
| Hex | D5 | 17 | 8E | 0 | 59 | 21 | 10 | 142 | 51 | 2E |
| Octal | 325 | 27 | 216 | 0 | 131 | 41 | 20 | 502 | 121 | 56 |
| Binary | 11010101 | 10111 | 10001110 | 0 | 1011001 | 100001 | 10000 | 101000010 | 1010001 | 101110 |
Color Harmonies of #D5178E
Complementary color
Monochromatic Colors of #D5178E
Black with #D5178E
Text Example
Text Example
White with #D5178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5178E; }
p { color: rgb(213,23,142); }
H1.HeaderClassName
{
color: #D5178E;
}
.AnyTagClassName
{
color: #D5178E;
}
</style>
background-color css
<style>
a { background-color: #D5178E; }
a { background-color: rgb(213,23,142); }
div.DivClassName
{
background-color: #D5178E;
}
.BgClassName
{
background-color: #D5178E;
}
</style>
border-color css
<style>
span { border-color: #D5178E; }
span { border-color: rgb(213,23,142); }
td.TdClassName
{
border-color: #D5178E;
}
.TagClassName
{
border-color: #D5178E;
}
</style>