Shades of Medium Violet Red #D50985
Tints of Medium Violet Red #D50985
RGB
CMYK
RGB Variations
Color information
#D50985 (or 0xD50985) is known color: Medium Violet Red. HEX triplet: D5, 09 and 85. RGB value is (213,9,133). Sum of RGB (Red+Green+Blue) = 213+9+133=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D50985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50985 is #2AF67A. Grayscale: #535353. Windows color (decimal): -2815611 or 8718805. OLE color: 8718805.
HSL color Cylindrical-coordinate representation of color #D50985: hue angle of 323.53º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50985 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 133 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.16 |
| HSL | 323.53º | 0.92% | 0.44% | - |
| HSV(B) | 323.53º | 0.96% | 0.84% | - |
| XYZ | 31.77 | 16.03 | 23.61 | - |
| YUV | 84.13 | 155.59 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 133 | 0 | 0.96 | 0.38 | 0.16 | 323.53 | 0.92 | 0.44 |
| Hex | D5 | 9 | 85 | 0 | 60 | 26 | 10 | 144 | 5C | 2C |
| Octal | 325 | 11 | 205 | 0 | 140 | 46 | 20 | 504 | 134 | 54 |
| Binary | 11010101 | 1001 | 10000101 | 0 | 1100000 | 100110 | 10000 | 101000100 | 1011100 | 101100 |
Color Harmonies of #D50985
Complementary color
Monochromatic Colors of #D50985
Black with #D50985
Text Example
Text Example
White with #D50985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50985; }
p { color: rgb(213,9,133); }
H1.HeaderClassName
{
color: #D50985;
}
.AnyTagClassName
{
color: #D50985;
}
</style>
background-color css
<style>
a { background-color: #D50985; }
a { background-color: rgb(213,9,133); }
div.DivClassName
{
background-color: #D50985;
}
.BgClassName
{
background-color: #D50985;
}
</style>
border-color css
<style>
span { border-color: #D50985; }
span { border-color: rgb(213,9,133); }
td.TdClassName
{
border-color: #D50985;
}
.TagClassName
{
border-color: #D50985;
}
</style>