Shades of Medium Violet Red #D50B85
Tints of Medium Violet Red #D50B85
RGB
CMYK
RGB Variations
Color information
#D50B85 (or 0xD50B85) is known color: Medium Violet Red. HEX triplet: D5, 0B and 85. RGB value is (213,11,133). Sum of RGB (Red+Green+Blue) = 213+11+133=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50B85 is #2AF47A. Grayscale: #555555. Windows color (decimal): -2815099 or 8719317. OLE color: 8719317.
HSL color Cylindrical-coordinate representation of color #D50B85: hue angle of 323.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50B85 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 133 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.16 |
| HSL | 323.76º | 0.9% | 0.44% | - |
| HSV(B) | 323.76º | 0.95% | 0.84% | - |
| XYZ | 31.79 | 16.08 | 23.62 | - |
| YUV | 85.31 | 154.92 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 133 | 0 | 0.95 | 0.38 | 0.16 | 323.76 | 0.9 | 0.44 |
| Hex | D5 | B | 85 | 0 | 5F | 26 | 10 | 144 | 5A | 2C |
| Octal | 325 | 13 | 205 | 0 | 137 | 46 | 20 | 504 | 132 | 54 |
| Binary | 11010101 | 1011 | 10000101 | 0 | 1011111 | 100110 | 10000 | 101000100 | 1011010 | 101100 |
Color Harmonies of #D50B85
Complementary color
Monochromatic Colors of #D50B85
Black with #D50B85
Text Example
Text Example
White with #D50B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B85; }
p { color: rgb(213,11,133); }
H1.HeaderClassName
{
color: #D50B85;
}
.AnyTagClassName
{
color: #D50B85;
}
</style>
background-color css
<style>
a { background-color: #D50B85; }
a { background-color: rgb(213,11,133); }
div.DivClassName
{
background-color: #D50B85;
}
.BgClassName
{
background-color: #D50B85;
}
</style>
border-color css
<style>
span { border-color: #D50B85; }
span { border-color: rgb(213,11,133); }
td.TdClassName
{
border-color: #D50B85;
}
.TagClassName
{
border-color: #D50B85;
}
</style>