Shades of Medium Violet Red #D50779
Tints of Medium Violet Red #D50779
RGB
CMYK
RGB Variations
Color information
#D50779 (or 0xD50779) is known color: Medium Violet Red. HEX triplet: D5, 07 and 79. RGB value is (213,7,121). Sum of RGB (Red+Green+Blue) = 213+7+121=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D50779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50779 is #2AF886. Grayscale: #515151. Windows color (decimal): -2816135 or 7931861. OLE color: 7931861.
HSL color Cylindrical-coordinate representation of color #D50779: hue angle of 326.8º 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 #D50779 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 121 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.16 |
| HSL | 326.8º | 0.94% | 0.43% | - |
| HSV(B) | 326.8º | 0.97% | 0.84% | - |
| XYZ | 30.97 | 15.68 | 19.48 | - |
| YUV | 81.59 | 150.25 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 121 | 0 | 0.97 | 0.43 | 0.16 | 326.8 | 0.94 | 0.43 |
| Hex | D5 | 7 | 79 | 0 | 61 | 2B | 10 | 147 | 5E | 2B |
| Octal | 325 | 7 | 171 | 0 | 141 | 53 | 20 | 507 | 136 | 53 |
| Binary | 11010101 | 111 | 1111001 | 0 | 1100001 | 101011 | 10000 | 101000111 | 1011110 | 101011 |
Color Harmonies of #D50779
Complementary color
Monochromatic Colors of #D50779
Black with #D50779
Text Example
Text Example
White with #D50779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50779; }
p { color: rgb(213,7,121); }
H1.HeaderClassName
{
color: #D50779;
}
.AnyTagClassName
{
color: #D50779;
}
</style>
background-color css
<style>
a { background-color: #D50779; }
a { background-color: rgb(213,7,121); }
div.DivClassName
{
background-color: #D50779;
}
.BgClassName
{
background-color: #D50779;
}
</style>
border-color css
<style>
span { border-color: #D50779; }
span { border-color: rgb(213,7,121); }
td.TdClassName
{
border-color: #D50779;
}
.TagClassName
{
border-color: #D50779;
}
</style>