Shades of Medium Violet Red #D50478
Tints of Medium Violet Red #D50478
RGB
CMYK
RGB Variations
Color information
#D50478 (or 0xD50478) is known color: Medium Violet Red. HEX triplet: D5, 04 and 78. RGB value is (213,4,120). Sum of RGB (Red+Green+Blue) = 213+4+120=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D50478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50478 is #2AFB87. Grayscale: #4F4F4F. Windows color (decimal): -2816904 or 7865557. OLE color: 7865557.
HSL color Cylindrical-coordinate representation of color #D50478: hue angle of 326.7º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50478 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.16 |
| HSL | 326.7º | 0.96% | 0.43% | - |
| HSV(B) | 326.7º | 0.98% | 0.84% | - |
| XYZ | 30.87 | 15.59 | 19.15 | - |
| YUV | 79.72 | 150.74 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 120 | 0 | 0.98 | 0.44 | 0.16 | 326.7 | 0.96 | 0.43 |
| Hex | D5 | 4 | 78 | 0 | 62 | 2C | 10 | 147 | 60 | 2B |
| Octal | 325 | 4 | 170 | 0 | 142 | 54 | 20 | 507 | 140 | 53 |
| Binary | 11010101 | 100 | 1111000 | 0 | 1100010 | 101100 | 10000 | 101000111 | 1100000 | 101011 |
Color Harmonies of #D50478
Complementary color
Monochromatic Colors of #D50478
Black with #D50478
Text Example
Text Example
White with #D50478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50478; }
p { color: rgb(213,4,120); }
H1.HeaderClassName
{
color: #D50478;
}
.AnyTagClassName
{
color: #D50478;
}
</style>
background-color css
<style>
a { background-color: #D50478; }
a { background-color: rgb(213,4,120); }
div.DivClassName
{
background-color: #D50478;
}
.BgClassName
{
background-color: #D50478;
}
</style>
border-color css
<style>
span { border-color: #D50478; }
span { border-color: rgb(213,4,120); }
td.TdClassName
{
border-color: #D50478;
}
.TagClassName
{
border-color: #D50478;
}
</style>