Shades of Medium Violet Red #D61D9D
Tints of Medium Violet Red #D61D9D
RGB
CMYK
RGB Variations
Color information
#D61D9D (or 0xD61D9D) is known color: Medium Violet Red. HEX triplet: D6, 1D and 9D. RGB value is (214,29,157). Sum of RGB (Red+Green+Blue) = 214+29+157=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61D9D is #29E262. Grayscale: #626262. Windows color (decimal): -2744931 or 10296790. OLE color: 10296790.
HSL color Cylindrical-coordinate representation of color #D61D9D: hue angle of 318.49º 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 #D61D9D is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 157 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.16 |
| HSL | 318.49º | 0.76% | 0.48% | - |
| HSV(B) | 318.49º | 0.86% | 0.84% | - |
| XYZ | 34.26 | 17.61 | 33.49 | - |
| YUV | 98.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 157 | 0 | 0.86 | 0.27 | 0.16 | 318.49 | 0.76 | 0.48 |
| Hex | D6 | 1D | 9D | 0 | 56 | 1B | 10 | 13E | 4C | 30 |
| Octal | 326 | 35 | 235 | 0 | 126 | 33 | 20 | 476 | 114 | 60 |
| Binary | 11010110 | 11101 | 10011101 | 0 | 1010110 | 11011 | 10000 | 100111110 | 1001100 | 110000 |
Color Harmonies of #D61D9D
Complementary color
Monochromatic Colors of #D61D9D
Black with #D61D9D
Text Example
Text Example
White with #D61D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D9D; }
p { color: rgb(214,29,157); }
H1.HeaderClassName
{
color: #D61D9D;
}
.AnyTagClassName
{
color: #D61D9D;
}
</style>
background-color css
<style>
a { background-color: #D61D9D; }
a { background-color: rgb(214,29,157); }
div.DivClassName
{
background-color: #D61D9D;
}
.BgClassName
{
background-color: #D61D9D;
}
</style>
border-color css
<style>
span { border-color: #D61D9D; }
span { border-color: rgb(214,29,157); }
td.TdClassName
{
border-color: #D61D9D;
}
.TagClassName
{
border-color: #D61D9D;
}
</style>