Shades of Medium Violet Red #D5187C
Tints of Medium Violet Red #D5187C
RGB
CMYK
RGB Variations
Color information
#D5187C (or 0xD5187C) is known color: Medium Violet Red. HEX triplet: D5, 18 and 7C. RGB value is (213,24,124). Sum of RGB (Red+Green+Blue) = 213+24+124=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5187C is #2AE783. Grayscale: #5B5B5B. Windows color (decimal): -2811780 or 8132821. OLE color: 8132821.
HSL color Cylindrical-coordinate representation of color #D5187C: hue angle of 328.25º degrees, saturation: 0.8, 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 #D5187C is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 124 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.16 |
| HSL | 328.25º | 0.8% | 0.46% | - |
| HSV(B) | 328.25º | 0.89% | 0.84% | - |
| XYZ | 31.41 | 16.25 | 20.55 | - |
| YUV | 91.91 | 146.12 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 124 | 0 | 0.89 | 0.42 | 0.16 | 328.25 | 0.8 | 0.46 |
| Hex | D5 | 18 | 7C | 0 | 59 | 2A | 10 | 148 | 50 | 2E |
| Octal | 325 | 30 | 174 | 0 | 131 | 52 | 20 | 510 | 120 | 56 |
| Binary | 11010101 | 11000 | 1111100 | 0 | 1011001 | 101010 | 10000 | 101001000 | 1010000 | 101110 |
Color Harmonies of #D5187C
Complementary color
Monochromatic Colors of #D5187C
Black with #D5187C
Text Example
Text Example
White with #D5187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5187C; }
p { color: rgb(213,24,124); }
H1.HeaderClassName
{
color: #D5187C;
}
.AnyTagClassName
{
color: #D5187C;
}
</style>
background-color css
<style>
a { background-color: #D5187C; }
a { background-color: rgb(213,24,124); }
div.DivClassName
{
background-color: #D5187C;
}
.BgClassName
{
background-color: #D5187C;
}
</style>
border-color css
<style>
span { border-color: #D5187C; }
span { border-color: rgb(213,24,124); }
td.TdClassName
{
border-color: #D5187C;
}
.TagClassName
{
border-color: #D5187C;
}
</style>