Shades of Medium Violet Red #D61D7D
Tints of Medium Violet Red #D61D7D
RGB
CMYK
RGB Variations
Color information
#D61D7D (or 0xD61D7D) is known color: Medium Violet Red. HEX triplet: D6, 1D and 7D. RGB value is (214,29,125). Sum of RGB (Red+Green+Blue) = 214+29+125=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61D7D is #29E282. Grayscale: #5F5F5F. Windows color (decimal): -2744963 or 8199638. OLE color: 8199638.
HSL color Cylindrical-coordinate representation of color #D61D7D: hue angle of 328.86º 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 #D61D7D is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 125 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.16 |
| HSL | 328.86º | 0.76% | 0.48% | - |
| HSV(B) | 328.86º | 0.86% | 0.84% | - |
| XYZ | 31.87 | 16.66 | 20.94 | - |
| YUV | 95.26 | 144.79 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 125 | 0 | 0.86 | 0.42 | 0.16 | 328.86 | 0.76 | 0.48 |
| Hex | D6 | 1D | 7D | 0 | 56 | 2A | 10 | 149 | 4C | 30 |
| Octal | 326 | 35 | 175 | 0 | 126 | 52 | 20 | 511 | 114 | 60 |
| Binary | 11010110 | 11101 | 1111101 | 0 | 1010110 | 101010 | 10000 | 101001001 | 1001100 | 110000 |
Color Harmonies of #D61D7D
Complementary color
Monochromatic Colors of #D61D7D
Black with #D61D7D
Text Example
Text Example
White with #D61D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D7D; }
p { color: rgb(214,29,125); }
H1.HeaderClassName
{
color: #D61D7D;
}
.AnyTagClassName
{
color: #D61D7D;
}
</style>
background-color css
<style>
a { background-color: #D61D7D; }
a { background-color: rgb(214,29,125); }
div.DivClassName
{
background-color: #D61D7D;
}
.BgClassName
{
background-color: #D61D7D;
}
</style>
border-color css
<style>
span { border-color: #D61D7D; }
span { border-color: rgb(214,29,125); }
td.TdClassName
{
border-color: #D61D7D;
}
.TagClassName
{
border-color: #D61D7D;
}
</style>