Shades of Medium Violet Red #D50B95
Tints of Medium Violet Red #D50B95
RGB
CMYK
RGB Variations
Color information
#D50B95 (or 0xD50B95) is known color: Medium Violet Red. HEX triplet: D5, 0B and 95. RGB value is (213,11,149). Sum of RGB (Red+Green+Blue) = 213+11+149=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50B95 is #2AF46A. Grayscale: #565656. Windows color (decimal): -2815083 or 9767893. OLE color: 9767893.
HSL color Cylindrical-coordinate representation of color #D50B95: hue angle of 319.01º 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 #D50B95 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 149 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.16 |
| HSL | 319.01º | 0.9% | 0.44% | - |
| HSV(B) | 319.01º | 0.95% | 0.84% | - |
| XYZ | 32.99 | 16.56 | 29.89 | - |
| YUV | 87.13 | 162.92 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 149 | 0 | 0.95 | 0.30 | 0.16 | 319.01 | 0.9 | 0.44 |
| Hex | D5 | B | 95 | 0 | 5F | 1E | 10 | 13F | 5A | 2C |
| Octal | 325 | 13 | 225 | 0 | 137 | 36 | 20 | 477 | 132 | 54 |
| Binary | 11010101 | 1011 | 10010101 | 0 | 1011111 | 11110 | 10000 | 100111111 | 1011010 | 101100 |
Color Harmonies of #D50B95
Complementary color
Monochromatic Colors of #D50B95
Black with #D50B95
Text Example
Text Example
White with #D50B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B95; }
p { color: rgb(213,11,149); }
H1.HeaderClassName
{
color: #D50B95;
}
.AnyTagClassName
{
color: #D50B95;
}
</style>
background-color css
<style>
a { background-color: #D50B95; }
a { background-color: rgb(213,11,149); }
div.DivClassName
{
background-color: #D50B95;
}
.BgClassName
{
background-color: #D50B95;
}
</style>
border-color css
<style>
span { border-color: #D50B95; }
span { border-color: rgb(213,11,149); }
td.TdClassName
{
border-color: #D50B95;
}
.TagClassName
{
border-color: #D50B95;
}
</style>