Shades of Medium Violet Red #D50097
Tints of Medium Violet Red #D50097
RGB
CMYK
RGB Variations
Color information
#D50097 (or 0xD50097) is known color: Medium Violet Red. HEX triplet: D5, 00 and 97. RGB value is (213,0,151). Sum of RGB (Red+Green+Blue) = 213+0+151=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D50097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50097 is #2AFF68. Grayscale: #505050. Windows color (decimal): -2817897 or 9896149. OLE color: 9896149.
HSL color Cylindrical-coordinate representation of color #D50097: hue angle of 317.46º 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 #D50097 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.29 | 0.16 |
| HSL | 317.46º | 1% | 0.42% | - |
| HSV(B) | 317.46º | 1% | 0.84% | - |
| XYZ | 33.03 | 16.38 | 30.7 | - |
| YUV | 80.9 | 167.57 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 151 | 0 | 1 | 0.29 | 0.16 | 317.46 | 1 | 0.42 |
| Hex | D5 | 0 | 97 | 0 | 64 | 1D | 10 | 13D | 64 | 2A |
| Octal | 325 | 0 | 227 | 0 | 144 | 35 | 20 | 475 | 144 | 52 |
| Binary | 11010101 | 0 | 10010111 | 0 | 1100100 | 11101 | 10000 | 100111101 | 1100100 | 101010 |
Color Harmonies of #D50097
Complementary color
Monochromatic Colors of #D50097
Black with #D50097
Text Example
Text Example
White with #D50097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50097; }
p { color: rgb(213,0,151); }
H1.HeaderClassName
{
color: #D50097;
}
.AnyTagClassName
{
color: #D50097;
}
</style>
background-color css
<style>
a { background-color: #D50097; }
a { background-color: rgb(213,0,151); }
div.DivClassName
{
background-color: #D50097;
}
.BgClassName
{
background-color: #D50097;
}
</style>
border-color css
<style>
span { border-color: #D50097; }
span { border-color: rgb(213,0,151); }
td.TdClassName
{
border-color: #D50097;
}
.TagClassName
{
border-color: #D50097;
}
</style>