Shades of Medium Violet Red #D8187D
Tints of Medium Violet Red #D8187D
RGB
CMYK
RGB Variations
Color information
#D8187D (or 0xD8187D) is known color: Medium Violet Red. HEX triplet: D8, 18 and 7D. RGB value is (216,24,125). Sum of RGB (Red+Green+Blue) = 216+24+125=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8187D is #27E782. Grayscale: #5C5C5C. Windows color (decimal): -2615171 or 8198360. OLE color: 8198360.
HSL color Cylindrical-coordinate representation of color #D8187D: hue angle of 328.44º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8187D is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 125 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.15 |
| HSL | 328.44º | 0.8% | 0.47% | - |
| HSV(B) | 328.44º | 0.89% | 0.85% | - |
| XYZ | 32.35 | 16.73 | 20.93 | - |
| YUV | 92.92 | 146.11 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 125 | 0 | 0.89 | 0.42 | 0.15 | 328.44 | 0.8 | 0.47 |
| Hex | D8 | 18 | 7D | 0 | 59 | 2A | F | 148 | 50 | 2F |
| Octal | 330 | 30 | 175 | 0 | 131 | 52 | 17 | 510 | 120 | 57 |
| Binary | 11011000 | 11000 | 1111101 | 0 | 1011001 | 101010 | 1111 | 101001000 | 1010000 | 101111 |
Color Harmonies of #D8187D
Complementary color
Monochromatic Colors of #D8187D
Black with #D8187D
Text Example
Text Example
White with #D8187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8187D; }
p { color: rgb(216,24,125); }
H1.HeaderClassName
{
color: #D8187D;
}
.AnyTagClassName
{
color: #D8187D;
}
</style>
background-color css
<style>
a { background-color: #D8187D; }
a { background-color: rgb(216,24,125); }
div.DivClassName
{
background-color: #D8187D;
}
.BgClassName
{
background-color: #D8187D;
}
</style>
border-color css
<style>
span { border-color: #D8187D; }
span { border-color: rgb(216,24,125); }
td.TdClassName
{
border-color: #D8187D;
}
.TagClassName
{
border-color: #D8187D;
}
</style>