Shades of Medium Violet Red #D61795
Tints of Medium Violet Red #D61795
RGB
CMYK
RGB Variations
Color information
#D61795 (or 0xD61795) is known color: Medium Violet Red. HEX triplet: D6, 17 and 95. RGB value is (214,23,149). Sum of RGB (Red+Green+Blue) = 214+23+149=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D61795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61795 is #29E86A. Grayscale: #5E5E5E. Windows color (decimal): -2746475 or 9770966. OLE color: 9770966.
HSL color Cylindrical-coordinate representation of color #D61795: hue angle of 320.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61795 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 149 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.16 |
| HSL | 320.42º | 0.81% | 0.46% | - |
| HSV(B) | 320.42º | 0.89% | 0.84% | - |
| XYZ | 33.46 | 17.08 | 29.97 | - |
| YUV | 94.47 | 158.78 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 149 | 0 | 0.89 | 0.30 | 0.16 | 320.42 | 0.81 | 0.46 |
| Hex | D6 | 17 | 95 | 0 | 59 | 1E | 10 | 140 | 51 | 2E |
| Octal | 326 | 27 | 225 | 0 | 131 | 36 | 20 | 500 | 121 | 56 |
| Binary | 11010110 | 10111 | 10010101 | 0 | 1011001 | 11110 | 10000 | 101000000 | 1010001 | 101110 |
Color Harmonies of #D61795
Complementary color
Monochromatic Colors of #D61795
Black with #D61795
Text Example
Text Example
White with #D61795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61795; }
p { color: rgb(214,23,149); }
H1.HeaderClassName
{
color: #D61795;
}
.AnyTagClassName
{
color: #D61795;
}
</style>
background-color css
<style>
a { background-color: #D61795; }
a { background-color: rgb(214,23,149); }
div.DivClassName
{
background-color: #D61795;
}
.BgClassName
{
background-color: #D61795;
}
</style>
border-color css
<style>
span { border-color: #D61795; }
span { border-color: rgb(214,23,149); }
td.TdClassName
{
border-color: #D61795;
}
.TagClassName
{
border-color: #D61795;
}
</style>