Shades of Medium Violet Red #D50074
Tints of Medium Violet Red #D50074
RGB
CMYK
RGB Variations
Color information
#D50074 (or 0xD50074) is known color: Medium Violet Red. HEX triplet: D5, 00 and 74. RGB value is (213,0,116). Sum of RGB (Red+Green+Blue) = 213+0+116=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D50074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50074 is #2AFF8B. Grayscale: #4C4C4C. Windows color (decimal): -2817932 or 7602389. OLE color: 7602389.
HSL color Cylindrical-coordinate representation of color #D50074: hue angle of 327.32º 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 #D50074 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.46 | 0.16 |
| HSL | 327.32º | 1% | 0.42% | - |
| HSV(B) | 327.32º | 1% | 0.84% | - |
| XYZ | 30.59 | 15.41 | 17.88 | - |
| YUV | 76.91 | 150.07 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 116 | 0 | 1 | 0.46 | 0.16 | 327.32 | 1 | 0.42 |
| Hex | D5 | 0 | 74 | 0 | 64 | 2E | 10 | 147 | 64 | 2A |
| Octal | 325 | 0 | 164 | 0 | 144 | 56 | 20 | 507 | 144 | 52 |
| Binary | 11010101 | 0 | 1110100 | 0 | 1100100 | 101110 | 10000 | 101000111 | 1100100 | 101010 |
Color Harmonies of #D50074
Complementary color
Monochromatic Colors of #D50074
Black with #D50074
Text Example
Text Example
White with #D50074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50074; }
p { color: rgb(213,0,116); }
H1.HeaderClassName
{
color: #D50074;
}
.AnyTagClassName
{
color: #D50074;
}
</style>
background-color css
<style>
a { background-color: #D50074; }
a { background-color: rgb(213,0,116); }
div.DivClassName
{
background-color: #D50074;
}
.BgClassName
{
background-color: #D50074;
}
</style>
border-color css
<style>
span { border-color: #D50074; }
span { border-color: rgb(213,0,116); }
td.TdClassName
{
border-color: #D50074;
}
.TagClassName
{
border-color: #D50074;
}
</style>