Shades of Medium Violet Red #D6137B
Tints of Medium Violet Red #D6137B
RGB
CMYK
RGB Variations
Color information
#D6137B (or 0xD6137B) is known color: Medium Violet Red. HEX triplet: D6, 13 and 7B. RGB value is (214,19,123). Sum of RGB (Red+Green+Blue) = 214+19+123=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6137B is #29EC84. Grayscale: #585858. Windows color (decimal): -2747525 or 8066006. OLE color: 8066006.
HSL color Cylindrical-coordinate representation of color #D6137B: hue angle of 328º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6137B is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 123 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.16 |
| HSL | 328º | 0.84% | 0.46% | - |
| HSV(B) | 328º | 0.91% | 0.84% | - |
| XYZ | 31.54 | 16.19 | 20.2 | - |
| YUV | 89.16 | 147.1 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 123 | 0 | 0.91 | 0.43 | 0.16 | 328 | 0.84 | 0.46 |
| Hex | D6 | 13 | 7B | 0 | 5B | 2B | 10 | 148 | 54 | 2E |
| Octal | 326 | 23 | 173 | 0 | 133 | 53 | 20 | 510 | 124 | 56 |
| Binary | 11010110 | 10011 | 1111011 | 0 | 1011011 | 101011 | 10000 | 101001000 | 1010100 | 101110 |
Color Harmonies of #D6137B
Complementary color
Monochromatic Colors of #D6137B
Black with #D6137B
Text Example
Text Example
White with #D6137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6137B; }
p { color: rgb(214,19,123); }
H1.HeaderClassName
{
color: #D6137B;
}
.AnyTagClassName
{
color: #D6137B;
}
</style>
background-color css
<style>
a { background-color: #D6137B; }
a { background-color: rgb(214,19,123); }
div.DivClassName
{
background-color: #D6137B;
}
.BgClassName
{
background-color: #D6137B;
}
</style>
border-color css
<style>
span { border-color: #D6137B; }
span { border-color: rgb(214,19,123); }
td.TdClassName
{
border-color: #D6137B;
}
.TagClassName
{
border-color: #D6137B;
}
</style>