Shades of Medium Violet Red #D61D76
Tints of Medium Violet Red #D61D76
RGB
CMYK
RGB Variations
Color information
#D61D76 (or 0xD61D76) is known color: Medium Violet Red. HEX triplet: D6, 1D and 76. RGB value is (214,29,118). Sum of RGB (Red+Green+Blue) = 214+29+118=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61D76 is #29E289. Grayscale: #5E5E5E. Windows color (decimal): -2744970 or 7740886. OLE color: 7740886.
HSL color Cylindrical-coordinate representation of color #D61D76: hue angle of 331.14º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61D76 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 118 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.16 |
| HSL | 331.14º | 0.76% | 0.48% | - |
| HSV(B) | 331.14º | 0.86% | 0.84% | - |
| XYZ | 31.44 | 16.48 | 18.66 | - |
| YUV | 94.46 | 141.29 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 118 | 0 | 0.86 | 0.45 | 0.16 | 331.14 | 0.76 | 0.48 |
| Hex | D6 | 1D | 76 | 0 | 56 | 2D | 10 | 14B | 4C | 30 |
| Octal | 326 | 35 | 166 | 0 | 126 | 55 | 20 | 513 | 114 | 60 |
| Binary | 11010110 | 11101 | 1110110 | 0 | 1010110 | 101101 | 10000 | 101001011 | 1001100 | 110000 |
Color Harmonies of #D61D76
Complementary color
Monochromatic Colors of #D61D76
Black with #D61D76
Text Example
Text Example
White with #D61D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D76; }
p { color: rgb(214,29,118); }
H1.HeaderClassName
{
color: #D61D76;
}
.AnyTagClassName
{
color: #D61D76;
}
</style>
background-color css
<style>
a { background-color: #D61D76; }
a { background-color: rgb(214,29,118); }
div.DivClassName
{
background-color: #D61D76;
}
.BgClassName
{
background-color: #D61D76;
}
</style>
border-color css
<style>
span { border-color: #D61D76; }
span { border-color: rgb(214,29,118); }
td.TdClassName
{
border-color: #D61D76;
}
.TagClassName
{
border-color: #D61D76;
}
</style>