Shades of Medium Violet Red #D50083
Tints of Medium Violet Red #D50083
RGB
CMYK
RGB Variations
Color information
#D50083 (or 0xD50083) is known color: Medium Violet Red. HEX triplet: D5, 00 and 83. RGB value is (213,0,131). Sum of RGB (Red+Green+Blue) = 213+0+131=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D50083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50083 is #2AFF7C. Grayscale: #4E4E4E. Windows color (decimal): -2817917 or 8585429. OLE color: 8585429.
HSL color Cylindrical-coordinate representation of color #D50083: hue angle of 323.1º 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 #D50083 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.38 | 0.16 |
| HSL | 323.1º | 1% | 0.42% | - |
| HSV(B) | 323.1º | 1% | 0.84% | - |
| XYZ | 31.54 | 15.78 | 22.86 | - |
| YUV | 78.62 | 157.57 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 131 | 0 | 1 | 0.38 | 0.16 | 323.1 | 1 | 0.42 |
| Hex | D5 | 0 | 83 | 0 | 64 | 26 | 10 | 143 | 64 | 2A |
| Octal | 325 | 0 | 203 | 0 | 144 | 46 | 20 | 503 | 144 | 52 |
| Binary | 11010101 | 0 | 10000011 | 0 | 1100100 | 100110 | 10000 | 101000011 | 1100100 | 101010 |
Color Harmonies of #D50083
Complementary color
Monochromatic Colors of #D50083
Black with #D50083
Text Example
Text Example
White with #D50083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50083; }
p { color: rgb(213,0,131); }
H1.HeaderClassName
{
color: #D50083;
}
.AnyTagClassName
{
color: #D50083;
}
</style>
background-color css
<style>
a { background-color: #D50083; }
a { background-color: rgb(213,0,131); }
div.DivClassName
{
background-color: #D50083;
}
.BgClassName
{
background-color: #D50083;
}
</style>
border-color css
<style>
span { border-color: #D50083; }
span { border-color: rgb(213,0,131); }
td.TdClassName
{
border-color: #D50083;
}
.TagClassName
{
border-color: #D50083;
}
</style>