Shades of Medium Violet Red #D50374
Tints of Medium Violet Red #D50374
RGB
CMYK
RGB Variations
Color information
#D50374 (or 0xD50374) is known color: Medium Violet Red. HEX triplet: D5, 03 and 74. RGB value is (213,3,116). Sum of RGB (Red+Green+Blue) = 213+3+116=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D50374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50374 is #2AFC8B. Grayscale: #4E4E4E. Windows color (decimal): -2817164 or 7603157. OLE color: 7603157.
HSL color Cylindrical-coordinate representation of color #D50374: hue angle of 327.71º 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 #D50374 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 116 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.16 |
| HSL | 327.71º | 0.97% | 0.42% | - |
| HSV(B) | 327.71º | 0.99% | 0.84% | - |
| XYZ | 30.63 | 15.47 | 17.9 | - |
| YUV | 78.67 | 149.07 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 116 | 0 | 0.99 | 0.46 | 0.16 | 327.71 | 0.97 | 0.42 |
| Hex | D5 | 3 | 74 | 0 | 63 | 2E | 10 | 148 | 61 | 2A |
| Octal | 325 | 3 | 164 | 0 | 143 | 56 | 20 | 510 | 141 | 52 |
| Binary | 11010101 | 11 | 1110100 | 0 | 1100011 | 101110 | 10000 | 101001000 | 1100001 | 101010 |
Color Harmonies of #D50374
Complementary color
Monochromatic Colors of #D50374
Black with #D50374
Text Example
Text Example
White with #D50374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50374; }
p { color: rgb(213,3,116); }
H1.HeaderClassName
{
color: #D50374;
}
.AnyTagClassName
{
color: #D50374;
}
</style>
background-color css
<style>
a { background-color: #D50374; }
a { background-color: rgb(213,3,116); }
div.DivClassName
{
background-color: #D50374;
}
.BgClassName
{
background-color: #D50374;
}
</style>
border-color css
<style>
span { border-color: #D50374; }
span { border-color: rgb(213,3,116); }
td.TdClassName
{
border-color: #D50374;
}
.TagClassName
{
border-color: #D50374;
}
</style>