Shades of Medium Violet Red #D50078
Tints of Medium Violet Red #D50078
RGB
CMYK
RGB Variations
Color information
#D50078 (or 0xD50078) is known color: Medium Violet Red. HEX triplet: D5, 00 and 78. RGB value is (213,0,120). Sum of RGB (Red+Green+Blue) = 213+0+120=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D50078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50078 is #2AFF87. Grayscale: #4D4D4D. Windows color (decimal): -2817928 or 7864533. OLE color: 7864533.
HSL color Cylindrical-coordinate representation of color #D50078: hue angle of 326.2º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50078 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.44 | 0.16 |
| HSL | 326.2º | 1% | 0.42% | - |
| HSV(B) | 326.2º | 1% | 0.84% | - |
| XYZ | 30.83 | 15.5 | 19.14 | - |
| YUV | 77.37 | 152.07 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 120 | 0 | 1 | 0.44 | 0.16 | 326.2 | 1 | 0.42 |
| Hex | D5 | 0 | 78 | 0 | 64 | 2C | 10 | 146 | 64 | 2A |
| Octal | 325 | 0 | 170 | 0 | 144 | 54 | 20 | 506 | 144 | 52 |
| Binary | 11010101 | 0 | 1111000 | 0 | 1100100 | 101100 | 10000 | 101000110 | 1100100 | 101010 |
Color Harmonies of #D50078
Complementary color
Monochromatic Colors of #D50078
Black with #D50078
Text Example
Text Example
White with #D50078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50078; }
p { color: rgb(213,0,120); }
H1.HeaderClassName
{
color: #D50078;
}
.AnyTagClassName
{
color: #D50078;
}
</style>
background-color css
<style>
a { background-color: #D50078; }
a { background-color: rgb(213,0,120); }
div.DivClassName
{
background-color: #D50078;
}
.BgClassName
{
background-color: #D50078;
}
</style>
border-color css
<style>
span { border-color: #D50078; }
span { border-color: rgb(213,0,120); }
td.TdClassName
{
border-color: #D50078;
}
.TagClassName
{
border-color: #D50078;
}
</style>