Shades of Medium Violet Red #D50790
Tints of Medium Violet Red #D50790
RGB
CMYK
RGB Variations
Color information
#D50790 (or 0xD50790) is known color: Medium Violet Red. HEX triplet: D5, 07 and 90. RGB value is (213,7,144). Sum of RGB (Red+Green+Blue) = 213+7+144=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D50790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50790 is #2AF86F. Grayscale: #535353. Windows color (decimal): -2816112 or 9439189. OLE color: 9439189.
HSL color Cylindrical-coordinate representation of color #D50790: hue angle of 320.1º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50790 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 144 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.16 |
| HSL | 320.1º | 0.94% | 0.43% | - |
| HSV(B) | 320.1º | 0.97% | 0.84% | - |
| XYZ | 32.55 | 16.31 | 27.82 | - |
| YUV | 84.21 | 161.75 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 144 | 0 | 0.97 | 0.32 | 0.16 | 320.1 | 0.94 | 0.43 |
| Hex | D5 | 7 | 90 | 0 | 61 | 20 | 10 | 140 | 5E | 2B |
| Octal | 325 | 7 | 220 | 0 | 141 | 40 | 20 | 500 | 136 | 53 |
| Binary | 11010101 | 111 | 10010000 | 0 | 1100001 | 100000 | 10000 | 101000000 | 1011110 | 101011 |
Color Harmonies of #D50790
Complementary color
Monochromatic Colors of #D50790
Black with #D50790
Text Example
Text Example
White with #D50790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50790; }
p { color: rgb(213,7,144); }
H1.HeaderClassName
{
color: #D50790;
}
.AnyTagClassName
{
color: #D50790;
}
</style>
background-color css
<style>
a { background-color: #D50790; }
a { background-color: rgb(213,7,144); }
div.DivClassName
{
background-color: #D50790;
}
.BgClassName
{
background-color: #D50790;
}
</style>
border-color css
<style>
span { border-color: #D50790; }
span { border-color: rgb(213,7,144); }
td.TdClassName
{
border-color: #D50790;
}
.TagClassName
{
border-color: #D50790;
}
</style>