Shades of Medium Violet Red #D50279
Tints of Medium Violet Red #D50279
RGB
CMYK
RGB Variations
Color information
#D50279 (or 0xD50279) is known color: Medium Violet Red. HEX triplet: D5, 02 and 79. RGB value is (213,2,121). Sum of RGB (Red+Green+Blue) = 213+2+121=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D50279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50279 is #2AFD86. Grayscale: #4E4E4E. Windows color (decimal): -2817415 or 7930581. OLE color: 7930581.
HSL color Cylindrical-coordinate representation of color #D50279: hue angle of 326.16º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50279 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 121 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.16 |
| HSL | 326.16º | 0.98% | 0.42% | - |
| HSV(B) | 326.16º | 0.99% | 0.84% | - |
| XYZ | 30.91 | 15.57 | 19.47 | - |
| YUV | 78.66 | 151.9 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 121 | 0 | 0.99 | 0.43 | 0.16 | 326.16 | 0.98 | 0.42 |
| Hex | D5 | 2 | 79 | 0 | 63 | 2B | 10 | 146 | 62 | 2A |
| Octal | 325 | 2 | 171 | 0 | 143 | 53 | 20 | 506 | 142 | 52 |
| Binary | 11010101 | 10 | 1111001 | 0 | 1100011 | 101011 | 10000 | 101000110 | 1100010 | 101010 |
Color Harmonies of #D50279
Complementary color
Monochromatic Colors of #D50279
Black with #D50279
Text Example
Text Example
White with #D50279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50279; }
p { color: rgb(213,2,121); }
H1.HeaderClassName
{
color: #D50279;
}
.AnyTagClassName
{
color: #D50279;
}
</style>
background-color css
<style>
a { background-color: #D50279; }
a { background-color: rgb(213,2,121); }
div.DivClassName
{
background-color: #D50279;
}
.BgClassName
{
background-color: #D50279;
}
</style>
border-color css
<style>
span { border-color: #D50279; }
span { border-color: rgb(213,2,121); }
td.TdClassName
{
border-color: #D50279;
}
.TagClassName
{
border-color: #D50279;
}
</style>