Shades of Medium Violet Red #D50883
Tints of Medium Violet Red #D50883
RGB
CMYK
RGB Variations
Color information
#D50883 (or 0xD50883) is known color: Medium Violet Red. HEX triplet: D5, 08 and 83. RGB value is (213,8,131). Sum of RGB (Red+Green+Blue) = 213+8+131=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D50883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50883 is #2AF77C. Grayscale: #535353. Windows color (decimal): -2815869 or 8587477. OLE color: 8587477.
HSL color Cylindrical-coordinate representation of color #D50883: hue angle of 324º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50883 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 131 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.16 |
| HSL | 324º | 0.93% | 0.43% | - |
| HSV(B) | 324º | 0.96% | 0.84% | - |
| XYZ | 31.62 | 15.96 | 22.89 | - |
| YUV | 83.32 | 154.92 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 131 | 0 | 0.96 | 0.38 | 0.16 | 324 | 0.93 | 0.43 |
| Hex | D5 | 8 | 83 | 0 | 60 | 26 | 10 | 144 | 5D | 2B |
| Octal | 325 | 10 | 203 | 0 | 140 | 46 | 20 | 504 | 135 | 53 |
| Binary | 11010101 | 1000 | 10000011 | 0 | 1100000 | 100110 | 10000 | 101000100 | 1011101 | 101011 |
Color Harmonies of #D50883
Complementary color
Monochromatic Colors of #D50883
Black with #D50883
Text Example
Text Example
White with #D50883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50883; }
p { color: rgb(213,8,131); }
H1.HeaderClassName
{
color: #D50883;
}
.AnyTagClassName
{
color: #D50883;
}
</style>
background-color css
<style>
a { background-color: #D50883; }
a { background-color: rgb(213,8,131); }
div.DivClassName
{
background-color: #D50883;
}
.BgClassName
{
background-color: #D50883;
}
</style>
border-color css
<style>
span { border-color: #D50883; }
span { border-color: rgb(213,8,131); }
td.TdClassName
{
border-color: #D50883;
}
.TagClassName
{
border-color: #D50883;
}
</style>