Shades of Medium Violet Red #D50B76
Tints of Medium Violet Red #D50B76
RGB
CMYK
RGB Variations
Color information
#D50B76 (or 0xD50B76) is known color: Medium Violet Red. HEX triplet: D5, 0B and 76. RGB value is (213,11,118). Sum of RGB (Red+Green+Blue) = 213+11+118=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50B76 is #2AF489. Grayscale: #535353. Windows color (decimal): -2815114 or 7736277. OLE color: 7736277.
HSL color Cylindrical-coordinate representation of color #D50B76: hue angle of 328.22º 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 #D50B76 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 118 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.16 |
| HSL | 328.22º | 0.9% | 0.44% | - |
| HSV(B) | 328.22º | 0.95% | 0.84% | - |
| XYZ | 30.83 | 15.69 | 18.54 | - |
| YUV | 83.6 | 147.42 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 118 | 0 | 0.95 | 0.45 | 0.16 | 328.22 | 0.9 | 0.44 |
| Hex | D5 | B | 76 | 0 | 5F | 2D | 10 | 148 | 5A | 2C |
| Octal | 325 | 13 | 166 | 0 | 137 | 55 | 20 | 510 | 132 | 54 |
| Binary | 11010101 | 1011 | 1110110 | 0 | 1011111 | 101101 | 10000 | 101001000 | 1011010 | 101100 |
Color Harmonies of #D50B76
Complementary color
Monochromatic Colors of #D50B76
Black with #D50B76
Text Example
Text Example
White with #D50B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B76; }
p { color: rgb(213,11,118); }
H1.HeaderClassName
{
color: #D50B76;
}
.AnyTagClassName
{
color: #D50B76;
}
</style>
background-color css
<style>
a { background-color: #D50B76; }
a { background-color: rgb(213,11,118); }
div.DivClassName
{
background-color: #D50B76;
}
.BgClassName
{
background-color: #D50B76;
}
</style>
border-color css
<style>
span { border-color: #D50B76; }
span { border-color: rgb(213,11,118); }
td.TdClassName
{
border-color: #D50B76;
}
.TagClassName
{
border-color: #D50B76;
}
</style>