Shades of Medium Violet Red #D51779
Tints of Medium Violet Red #D51779
RGB
CMYK
RGB Variations
Color information
#D51779 (or 0xD51779) is known color: Medium Violet Red. HEX triplet: D5, 17 and 79. RGB value is (213,23,121). Sum of RGB (Red+Green+Blue) = 213+23+121=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D51779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51779 is #2AE886. Grayscale: #5A5A5A. Windows color (decimal): -2812039 or 7935957. OLE color: 7935957.
HSL color Cylindrical-coordinate representation of color #D51779: hue angle of 329.05º 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 #D51779 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 121 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.16 |
| HSL | 329.05º | 0.81% | 0.46% | - |
| HSV(B) | 329.05º | 0.89% | 0.84% | - |
| XYZ | 31.2 | 16.14 | 19.56 | - |
| YUV | 90.98 | 144.95 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 121 | 0 | 0.89 | 0.43 | 0.16 | 329.05 | 0.81 | 0.46 |
| Hex | D5 | 17 | 79 | 0 | 59 | 2B | 10 | 149 | 51 | 2E |
| Octal | 325 | 27 | 171 | 0 | 131 | 53 | 20 | 511 | 121 | 56 |
| Binary | 11010101 | 10111 | 1111001 | 0 | 1011001 | 101011 | 10000 | 101001001 | 1010001 | 101110 |
Color Harmonies of #D51779
Complementary color
Monochromatic Colors of #D51779
Black with #D51779
Text Example
Text Example
White with #D51779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51779; }
p { color: rgb(213,23,121); }
H1.HeaderClassName
{
color: #D51779;
}
.AnyTagClassName
{
color: #D51779;
}
</style>
background-color css
<style>
a { background-color: #D51779; }
a { background-color: rgb(213,23,121); }
div.DivClassName
{
background-color: #D51779;
}
.BgClassName
{
background-color: #D51779;
}
</style>
border-color css
<style>
span { border-color: #D51779; }
span { border-color: rgb(213,23,121); }
td.TdClassName
{
border-color: #D51779;
}
.TagClassName
{
border-color: #D51779;
}
</style>