Shades of Medium Violet Red #D61790
Tints of Medium Violet Red #D61790
RGB
CMYK
RGB Variations
Color information
#D61790 (or 0xD61790) is known color: Medium Violet Red. HEX triplet: D6, 17 and 90. RGB value is (214,23,144). Sum of RGB (Red+Green+Blue) = 214+23+144=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D61790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61790 is #29E86F. Grayscale: #5D5D5D. Windows color (decimal): -2746480 or 9443286. OLE color: 9443286.
HSL color Cylindrical-coordinate representation of color #D61790: hue angle of 321.99º 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 #D61790 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 144 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.16 |
| HSL | 321.99º | 0.81% | 0.46% | - |
| HSV(B) | 321.99º | 0.89% | 0.84% | - |
| XYZ | 33.07 | 16.92 | 27.91 | - |
| YUV | 93.9 | 156.28 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 144 | 0 | 0.89 | 0.33 | 0.16 | 321.99 | 0.81 | 0.46 |
| Hex | D6 | 17 | 90 | 0 | 59 | 21 | 10 | 142 | 51 | 2E |
| Octal | 326 | 27 | 220 | 0 | 131 | 41 | 20 | 502 | 121 | 56 |
| Binary | 11010110 | 10111 | 10010000 | 0 | 1011001 | 100001 | 10000 | 101000010 | 1010001 | 101110 |
Color Harmonies of #D61790
Complementary color
Monochromatic Colors of #D61790
Black with #D61790
Text Example
Text Example
White with #D61790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61790; }
p { color: rgb(214,23,144); }
H1.HeaderClassName
{
color: #D61790;
}
.AnyTagClassName
{
color: #D61790;
}
</style>
background-color css
<style>
a { background-color: #D61790; }
a { background-color: rgb(214,23,144); }
div.DivClassName
{
background-color: #D61790;
}
.BgClassName
{
background-color: #D61790;
}
</style>
border-color css
<style>
span { border-color: #D61790; }
span { border-color: rgb(214,23,144); }
td.TdClassName
{
border-color: #D61790;
}
.TagClassName
{
border-color: #D61790;
}
</style>