Shades of Medium Violet Red #D50B9F
Tints of Medium Violet Red #D50B9F
RGB
CMYK
RGB Variations
Color information
#D50B9F (or 0xD50B9F) is known color: Medium Violet Red. HEX triplet: D5, 0B and 9F. RGB value is (213,11,159). Sum of RGB (Red+Green+Blue) = 213+11+159=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50B9F is #2AF460. Grayscale: #575757. Windows color (decimal): -2815073 or 10423253. OLE color: 10423253.
HSL color Cylindrical-coordinate representation of color #D50B9F: hue angle of 316.04º 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 #D50B9F is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 159 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.16 |
| HSL | 316.04º | 0.9% | 0.44% | - |
| HSV(B) | 316.04º | 0.95% | 0.84% | - |
| XYZ | 33.82 | 16.89 | 34.28 | - |
| YUV | 88.27 | 167.92 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 159 | 0 | 0.95 | 0.25 | 0.16 | 316.04 | 0.9 | 0.44 |
| Hex | D5 | B | 9F | 0 | 5F | 19 | 10 | 13C | 5A | 2C |
| Octal | 325 | 13 | 237 | 0 | 137 | 31 | 20 | 474 | 132 | 54 |
| Binary | 11010101 | 1011 | 10011111 | 0 | 1011111 | 11001 | 10000 | 100111100 | 1011010 | 101100 |
Color Harmonies of #D50B9F
Complementary color
Monochromatic Colors of #D50B9F
Black with #D50B9F
Text Example
Text Example
White with #D50B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B9F; }
p { color: rgb(213,11,159); }
H1.HeaderClassName
{
color: #D50B9F;
}
.AnyTagClassName
{
color: #D50B9F;
}
</style>
background-color css
<style>
a { background-color: #D50B9F; }
a { background-color: rgb(213,11,159); }
div.DivClassName
{
background-color: #D50B9F;
}
.BgClassName
{
background-color: #D50B9F;
}
</style>
border-color css
<style>
span { border-color: #D50B9F; }
span { border-color: rgb(213,11,159); }
td.TdClassName
{
border-color: #D50B9F;
}
.TagClassName
{
border-color: #D50B9F;
}
</style>