Shades of Medium Violet Red #D61597
Tints of Medium Violet Red #D61597
RGB
CMYK
RGB Variations
Color information
#D61597 (or 0xD61597) is known color: Medium Violet Red. HEX triplet: D6, 15 and 97. RGB value is (214,21,151). Sum of RGB (Red+Green+Blue) = 214+21+151=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D61597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61597 is #29EA68. Grayscale: #5D5D5D. Windows color (decimal): -2746985 or 9901526. OLE color: 9901526.
HSL color Cylindrical-coordinate representation of color #D61597: hue angle of 319.59º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61597 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 151 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.16 |
| HSL | 319.59º | 0.82% | 0.46% | - |
| HSV(B) | 319.59º | 0.9% | 0.84% | - |
| XYZ | 33.59 | 17.07 | 30.8 | - |
| YUV | 93.53 | 160.44 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 151 | 0 | 0.90 | 0.29 | 0.16 | 319.59 | 0.82 | 0.46 |
| Hex | D6 | 15 | 97 | 0 | 5A | 1D | 10 | 140 | 52 | 2E |
| Octal | 326 | 25 | 227 | 0 | 132 | 35 | 20 | 500 | 122 | 56 |
| Binary | 11010110 | 10101 | 10010111 | 0 | 1011010 | 11101 | 10000 | 101000000 | 1010010 | 101110 |
Color Harmonies of #D61597
Complementary color
Monochromatic Colors of #D61597
Black with #D61597
Text Example
Text Example
White with #D61597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61597; }
p { color: rgb(214,21,151); }
H1.HeaderClassName
{
color: #D61597;
}
.AnyTagClassName
{
color: #D61597;
}
</style>
background-color css
<style>
a { background-color: #D61597; }
a { background-color: rgb(214,21,151); }
div.DivClassName
{
background-color: #D61597;
}
.BgClassName
{
background-color: #D61597;
}
</style>
border-color css
<style>
span { border-color: #D61597; }
span { border-color: rgb(214,21,151); }
td.TdClassName
{
border-color: #D61597;
}
.TagClassName
{
border-color: #D61597;
}
</style>