Shades of Medium Violet Red #D61376
Tints of Medium Violet Red #D61376
RGB
CMYK
RGB Variations
Color information
#D61376 (or 0xD61376) is known color: Medium Violet Red. HEX triplet: D6, 13 and 76. RGB value is (214,19,118). Sum of RGB (Red+Green+Blue) = 214+19+118=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D61376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61376 is #29EC89. Grayscale: #585858. Windows color (decimal): -2747530 or 7738326. OLE color: 7738326.
HSL color Cylindrical-coordinate representation of color #D61376: hue angle of 329.54º 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 #D61376 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 118 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.16 |
| HSL | 329.54º | 0.84% | 0.46% | - |
| HSV(B) | 329.54º | 0.91% | 0.84% | - |
| XYZ | 31.23 | 16.07 | 18.6 | - |
| YUV | 88.59 | 144.6 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 118 | 0 | 0.91 | 0.45 | 0.16 | 329.54 | 0.84 | 0.46 |
| Hex | D6 | 13 | 76 | 0 | 5B | 2D | 10 | 14A | 54 | 2E |
| Octal | 326 | 23 | 166 | 0 | 133 | 55 | 20 | 512 | 124 | 56 |
| Binary | 11010110 | 10011 | 1110110 | 0 | 1011011 | 101101 | 10000 | 101001010 | 1010100 | 101110 |
Color Harmonies of #D61376
Complementary color
Monochromatic Colors of #D61376
Black with #D61376
Text Example
Text Example
White with #D61376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61376; }
p { color: rgb(214,19,118); }
H1.HeaderClassName
{
color: #D61376;
}
.AnyTagClassName
{
color: #D61376;
}
</style>
background-color css
<style>
a { background-color: #D61376; }
a { background-color: rgb(214,19,118); }
div.DivClassName
{
background-color: #D61376;
}
.BgClassName
{
background-color: #D61376;
}
</style>
border-color css
<style>
span { border-color: #D61376; }
span { border-color: rgb(214,19,118); }
td.TdClassName
{
border-color: #D61376;
}
.TagClassName
{
border-color: #D61376;
}
</style>