Shades of Medium Violet Red #D6187C
Tints of Medium Violet Red #D6187C
RGB
CMYK
RGB Variations
Color information
#D6187C (or 0xD6187C) is known color: Medium Violet Red. HEX triplet: D6, 18 and 7C. RGB value is (214,24,124). Sum of RGB (Red+Green+Blue) = 214+24+124=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6187C is #29E783. Grayscale: #5C5C5C. Windows color (decimal): -2746244 or 8132822. OLE color: 8132822.
HSL color Cylindrical-coordinate representation of color #D6187C: hue angle of 328.42º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6187C is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 124 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.16 |
| HSL | 328.42º | 0.8% | 0.47% | - |
| HSV(B) | 328.42º | 0.89% | 0.84% | - |
| XYZ | 31.7 | 16.4 | 20.56 | - |
| YUV | 92.21 | 145.95 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 124 | 0 | 0.89 | 0.42 | 0.16 | 328.42 | 0.8 | 0.47 |
| Hex | D6 | 18 | 7C | 0 | 59 | 2A | 10 | 148 | 50 | 2F |
| Octal | 326 | 30 | 174 | 0 | 131 | 52 | 20 | 510 | 120 | 57 |
| Binary | 11010110 | 11000 | 1111100 | 0 | 1011001 | 101010 | 10000 | 101001000 | 1010000 | 101111 |
Color Harmonies of #D6187C
Complementary color
Monochromatic Colors of #D6187C
Black with #D6187C
Text Example
Text Example
White with #D6187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6187C; }
p { color: rgb(214,24,124); }
H1.HeaderClassName
{
color: #D6187C;
}
.AnyTagClassName
{
color: #D6187C;
}
</style>
background-color css
<style>
a { background-color: #D6187C; }
a { background-color: rgb(214,24,124); }
div.DivClassName
{
background-color: #D6187C;
}
.BgClassName
{
background-color: #D6187C;
}
</style>
border-color css
<style>
span { border-color: #D6187C; }
span { border-color: rgb(214,24,124); }
td.TdClassName
{
border-color: #D6187C;
}
.TagClassName
{
border-color: #D6187C;
}
</style>