Shades of Medium Violet Red #D50574
Tints of Medium Violet Red #D50574
RGB
CMYK
RGB Variations
Color information
#D50574 (or 0xD50574) is known color: Medium Violet Red. HEX triplet: D5, 05 and 74. RGB value is (213,5,116). Sum of RGB (Red+Green+Blue) = 213+5+116=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D50574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50574 is #2AFA8B. Grayscale: #4F4F4F. Windows color (decimal): -2816652 or 7603669. OLE color: 7603669.
HSL color Cylindrical-coordinate representation of color #D50574: hue angle of 327.98º degrees, saturation: 0.95, 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 #D50574 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.16 |
| HSL | 327.98º | 0.95% | 0.43% | - |
| HSV(B) | 327.98º | 0.98% | 0.84% | - |
| XYZ | 30.65 | 15.52 | 17.9 | - |
| YUV | 79.85 | 148.41 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 116 | 0 | 0.98 | 0.46 | 0.16 | 327.98 | 0.95 | 0.43 |
| Hex | D5 | 5 | 74 | 0 | 62 | 2E | 10 | 148 | 5F | 2B |
| Octal | 325 | 5 | 164 | 0 | 142 | 56 | 20 | 510 | 137 | 53 |
| Binary | 11010101 | 101 | 1110100 | 0 | 1100010 | 101110 | 10000 | 101001000 | 1011111 | 101011 |
Color Harmonies of #D50574
Complementary color
Monochromatic Colors of #D50574
Black with #D50574
Text Example
Text Example
White with #D50574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50574; }
p { color: rgb(213,5,116); }
H1.HeaderClassName
{
color: #D50574;
}
.AnyTagClassName
{
color: #D50574;
}
</style>
background-color css
<style>
a { background-color: #D50574; }
a { background-color: rgb(213,5,116); }
div.DivClassName
{
background-color: #D50574;
}
.BgClassName
{
background-color: #D50574;
}
</style>
border-color css
<style>
span { border-color: #D50574; }
span { border-color: rgb(213,5,116); }
td.TdClassName
{
border-color: #D50574;
}
.TagClassName
{
border-color: #D50574;
}
</style>