Shades of Medium Violet Red #D61799
Tints of Medium Violet Red #D61799
RGB
CMYK
RGB Variations
Color information
#D61799 (or 0xD61799) is known color: Medium Violet Red. HEX triplet: D6, 17 and 99. RGB value is (214,23,153). Sum of RGB (Red+Green+Blue) = 214+23+153=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D61799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61799 is #29E866. Grayscale: #5E5E5E. Windows color (decimal): -2746471 or 10033110. OLE color: 10033110.
HSL color Cylindrical-coordinate representation of color #D61799: hue angle of 319.16º 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 #D61799 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 153 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.16 |
| HSL | 319.16º | 0.81% | 0.46% | - |
| HSV(B) | 319.16º | 0.89% | 0.84% | - |
| XYZ | 33.79 | 17.21 | 31.68 | - |
| YUV | 94.93 | 160.78 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 153 | 0 | 0.89 | 0.29 | 0.16 | 319.16 | 0.81 | 0.46 |
| Hex | D6 | 17 | 99 | 0 | 59 | 1D | 10 | 13F | 51 | 2E |
| Octal | 326 | 27 | 231 | 0 | 131 | 35 | 20 | 477 | 121 | 56 |
| Binary | 11010110 | 10111 | 10011001 | 0 | 1011001 | 11101 | 10000 | 100111111 | 1010001 | 101110 |
Color Harmonies of #D61799
Complementary color
Monochromatic Colors of #D61799
Black with #D61799
Text Example
Text Example
White with #D61799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61799; }
p { color: rgb(214,23,153); }
H1.HeaderClassName
{
color: #D61799;
}
.AnyTagClassName
{
color: #D61799;
}
</style>
background-color css
<style>
a { background-color: #D61799; }
a { background-color: rgb(214,23,153); }
div.DivClassName
{
background-color: #D61799;
}
.BgClassName
{
background-color: #D61799;
}
</style>
border-color css
<style>
span { border-color: #D61799; }
span { border-color: rgb(214,23,153); }
td.TdClassName
{
border-color: #D61799;
}
.TagClassName
{
border-color: #D61799;
}
</style>