Shades of Medium Violet Red #D6188D
Tints of Medium Violet Red #D6188D
RGB
CMYK
RGB Variations
Color information
#D6188D (or 0xD6188D) is known color: Medium Violet Red. HEX triplet: D6, 18 and 8D. RGB value is (214,24,141). Sum of RGB (Red+Green+Blue) = 214+24+141=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6188D is #29E772. Grayscale: #5D5D5D. Windows color (decimal): -2746227 or 9246934. OLE color: 9246934.
HSL color Cylindrical-coordinate representation of color #D6188D: hue angle of 323.05º 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 #D6188D is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 141 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.16 |
| HSL | 323.05º | 0.8% | 0.47% | - |
| HSV(B) | 323.05º | 0.89% | 0.84% | - |
| XYZ | 32.87 | 16.87 | 26.72 | - |
| YUV | 94.15 | 154.45 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 141 | 0 | 0.89 | 0.34 | 0.16 | 323.05 | 0.8 | 0.47 |
| Hex | D6 | 18 | 8D | 0 | 59 | 22 | 10 | 143 | 50 | 2F |
| Octal | 326 | 30 | 215 | 0 | 131 | 42 | 20 | 503 | 120 | 57 |
| Binary | 11010110 | 11000 | 10001101 | 0 | 1011001 | 100010 | 10000 | 101000011 | 1010000 | 101111 |
Color Harmonies of #D6188D
Complementary color
Monochromatic Colors of #D6188D
Black with #D6188D
Text Example
Text Example
White with #D6188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6188D; }
p { color: rgb(214,24,141); }
H1.HeaderClassName
{
color: #D6188D;
}
.AnyTagClassName
{
color: #D6188D;
}
</style>
background-color css
<style>
a { background-color: #D6188D; }
a { background-color: rgb(214,24,141); }
div.DivClassName
{
background-color: #D6188D;
}
.BgClassName
{
background-color: #D6188D;
}
</style>
border-color css
<style>
span { border-color: #D6188D; }
span { border-color: rgb(214,24,141); }
td.TdClassName
{
border-color: #D6188D;
}
.TagClassName
{
border-color: #D6188D;
}
</style>