Shades of Medium Violet Red #D6137D
Tints of Medium Violet Red #D6137D
RGB
CMYK
RGB Variations
Color information
#D6137D (or 0xD6137D) is known color: Medium Violet Red. HEX triplet: D6, 13 and 7D. RGB value is (214,19,125). Sum of RGB (Red+Green+Blue) = 214+19+125=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6137D is #29EC82. Grayscale: #595959. Windows color (decimal): -2747523 or 8197078. OLE color: 8197078.
HSL color Cylindrical-coordinate representation of color #D6137D: hue angle of 327.38º 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 #D6137D is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 125 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.16 |
| HSL | 327.38º | 0.84% | 0.46% | - |
| HSV(B) | 327.38º | 0.91% | 0.84% | - |
| XYZ | 31.67 | 16.24 | 20.87 | - |
| YUV | 89.39 | 148.1 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 125 | 0 | 0.91 | 0.42 | 0.16 | 327.38 | 0.84 | 0.46 |
| Hex | D6 | 13 | 7D | 0 | 5B | 2A | 10 | 147 | 54 | 2E |
| Octal | 326 | 23 | 175 | 0 | 133 | 52 | 20 | 507 | 124 | 56 |
| Binary | 11010110 | 10011 | 1111101 | 0 | 1011011 | 101010 | 10000 | 101000111 | 1010100 | 101110 |
Color Harmonies of #D6137D
Complementary color
Monochromatic Colors of #D6137D
Black with #D6137D
Text Example
Text Example
White with #D6137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6137D; }
p { color: rgb(214,19,125); }
H1.HeaderClassName
{
color: #D6137D;
}
.AnyTagClassName
{
color: #D6137D;
}
</style>
background-color css
<style>
a { background-color: #D6137D; }
a { background-color: rgb(214,19,125); }
div.DivClassName
{
background-color: #D6137D;
}
.BgClassName
{
background-color: #D6137D;
}
</style>
border-color css
<style>
span { border-color: #D6137D; }
span { border-color: rgb(214,19,125); }
td.TdClassName
{
border-color: #D6137D;
}
.TagClassName
{
border-color: #D6137D;
}
</style>