Shades of Medium Violet Red #D50179
Tints of Medium Violet Red #D50179
RGB
CMYK
RGB Variations
Color information
#D50179 (or 0xD50179) is known color: Medium Violet Red. HEX triplet: D5, 01 and 79. RGB value is (213,1,121). Sum of RGB (Red+Green+Blue) = 213+1+121=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D50179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50179 is #2AFE86. Grayscale: #4D4D4D. Windows color (decimal): -2817671 or 7930325. OLE color: 7930325.
HSL color Cylindrical-coordinate representation of color #D50179: hue angle of 326.04º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50179 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.16 |
| HSL | 326.04º | 0.99% | 0.42% | - |
| HSV(B) | 326.04º | 1% | 0.84% | - |
| XYZ | 30.9 | 15.55 | 19.46 | - |
| YUV | 78.07 | 152.24 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 121 | 0 | 1.00 | 0.43 | 0.16 | 326.04 | 0.99 | 0.42 |
| Hex | D5 | 1 | 79 | 0 | 64 | 2B | 10 | 146 | 63 | 2A |
| Octal | 325 | 1 | 171 | 0 | 144 | 53 | 20 | 506 | 143 | 52 |
| Binary | 11010101 | 1 | 1111001 | 0 | 1100100 | 101011 | 10000 | 101000110 | 1100011 | 101010 |
Color Harmonies of #D50179
Complementary color
Monochromatic Colors of #D50179
Black with #D50179
Text Example
Text Example
White with #D50179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50179; }
p { color: rgb(213,1,121); }
H1.HeaderClassName
{
color: #D50179;
}
.AnyTagClassName
{
color: #D50179;
}
</style>
background-color css
<style>
a { background-color: #D50179; }
a { background-color: rgb(213,1,121); }
div.DivClassName
{
background-color: #D50179;
}
.BgClassName
{
background-color: #D50179;
}
</style>
border-color css
<style>
span { border-color: #D50179; }
span { border-color: rgb(213,1,121); }
td.TdClassName
{
border-color: #D50179;
}
.TagClassName
{
border-color: #D50179;
}
</style>