Shades of Medium Violet Red #D50583
Tints of Medium Violet Red #D50583
RGB
CMYK
RGB Variations
Color information
#D50583 (or 0xD50583) is known color: Medium Violet Red. HEX triplet: D5, 05 and 83. RGB value is (213,5,131). Sum of RGB (Red+Green+Blue) = 213+5+131=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D50583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50583 is #2AFA7C. Grayscale: #515151. Windows color (decimal): -2816637 or 8586709. OLE color: 8586709.
HSL color Cylindrical-coordinate representation of color #D50583: hue angle of 323.65º 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 #D50583 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 131 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.16 |
| HSL | 323.65º | 0.95% | 0.43% | - |
| HSV(B) | 323.65º | 0.98% | 0.84% | - |
| XYZ | 31.59 | 15.89 | 22.88 | - |
| YUV | 81.56 | 155.91 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 131 | 0 | 0.98 | 0.38 | 0.16 | 323.65 | 0.95 | 0.43 |
| Hex | D5 | 5 | 83 | 0 | 62 | 26 | 10 | 144 | 5F | 2B |
| Octal | 325 | 5 | 203 | 0 | 142 | 46 | 20 | 504 | 137 | 53 |
| Binary | 11010101 | 101 | 10000011 | 0 | 1100010 | 100110 | 10000 | 101000100 | 1011111 | 101011 |
Color Harmonies of #D50583
Complementary color
Monochromatic Colors of #D50583
Black with #D50583
Text Example
Text Example
White with #D50583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50583; }
p { color: rgb(213,5,131); }
H1.HeaderClassName
{
color: #D50583;
}
.AnyTagClassName
{
color: #D50583;
}
</style>
background-color css
<style>
a { background-color: #D50583; }
a { background-color: rgb(213,5,131); }
div.DivClassName
{
background-color: #D50583;
}
.BgClassName
{
background-color: #D50583;
}
</style>
border-color css
<style>
span { border-color: #D50583; }
span { border-color: rgb(213,5,131); }
td.TdClassName
{
border-color: #D50583;
}
.TagClassName
{
border-color: #D50583;
}
</style>