Shades of Medium Violet Red #D50378
Tints of Medium Violet Red #D50378
RGB
CMYK
RGB Variations
Color information
#D50378 (or 0xD50378) is known color: Medium Violet Red. HEX triplet: D5, 03 and 78. RGB value is (213,3,120). Sum of RGB (Red+Green+Blue) = 213+3+120=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D50378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50378 is #2AFC87. Grayscale: #4E4E4E. Windows color (decimal): -2817160 or 7865301. OLE color: 7865301.
HSL color Cylindrical-coordinate representation of color #D50378: hue angle of 326.57º degrees, saturation: 0.97, 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 #D50378 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 120 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.16 |
| HSL | 326.57º | 0.97% | 0.42% | - |
| HSV(B) | 326.57º | 0.99% | 0.84% | - |
| XYZ | 30.86 | 15.57 | 19.15 | - |
| YUV | 79.13 | 151.07 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 120 | 0 | 0.99 | 0.44 | 0.16 | 326.57 | 0.97 | 0.42 |
| Hex | D5 | 3 | 78 | 0 | 63 | 2C | 10 | 147 | 61 | 2A |
| Octal | 325 | 3 | 170 | 0 | 143 | 54 | 20 | 507 | 141 | 52 |
| Binary | 11010101 | 11 | 1111000 | 0 | 1100011 | 101100 | 10000 | 101000111 | 1100001 | 101010 |
Color Harmonies of #D50378
Complementary color
Monochromatic Colors of #D50378
Black with #D50378
Text Example
Text Example
White with #D50378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50378; }
p { color: rgb(213,3,120); }
H1.HeaderClassName
{
color: #D50378;
}
.AnyTagClassName
{
color: #D50378;
}
</style>
background-color css
<style>
a { background-color: #D50378; }
a { background-color: rgb(213,3,120); }
div.DivClassName
{
background-color: #D50378;
}
.BgClassName
{
background-color: #D50378;
}
</style>
border-color css
<style>
span { border-color: #D50378; }
span { border-color: rgb(213,3,120); }
td.TdClassName
{
border-color: #D50378;
}
.TagClassName
{
border-color: #D50378;
}
</style>