Shades of Medium Violet Red #D50B7F
Tints of Medium Violet Red #D50B7F
RGB
CMYK
RGB Variations
Color information
#D50B7F (or 0xD50B7F) is known color: Medium Violet Red. HEX triplet: D5, 0B and 7F. RGB value is (213,11,127). Sum of RGB (Red+Green+Blue) = 213+11+127=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50B7F is #2AF480. Grayscale: #545454. Windows color (decimal): -2815105 or 8326101. OLE color: 8326101.
HSL color Cylindrical-coordinate representation of color #D50B7F: hue angle of 325.54º 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 #D50B7F is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 127 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.16 |
| HSL | 325.54º | 0.9% | 0.44% | - |
| HSV(B) | 325.54º | 0.95% | 0.84% | - |
| XYZ | 31.39 | 15.92 | 21.5 | - |
| YUV | 84.62 | 151.92 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 127 | 0 | 0.95 | 0.40 | 0.16 | 325.54 | 0.9 | 0.44 |
| Hex | D5 | B | 7F | 0 | 5F | 28 | 10 | 146 | 5A | 2C |
| Octal | 325 | 13 | 177 | 0 | 137 | 50 | 20 | 506 | 132 | 54 |
| Binary | 11010101 | 1011 | 1111111 | 0 | 1011111 | 101000 | 10000 | 101000110 | 1011010 | 101100 |
Color Harmonies of #D50B7F
Complementary color
Monochromatic Colors of #D50B7F
Black with #D50B7F
Text Example
Text Example
White with #D50B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B7F; }
p { color: rgb(213,11,127); }
H1.HeaderClassName
{
color: #D50B7F;
}
.AnyTagClassName
{
color: #D50B7F;
}
</style>
background-color css
<style>
a { background-color: #D50B7F; }
a { background-color: rgb(213,11,127); }
div.DivClassName
{
background-color: #D50B7F;
}
.BgClassName
{
background-color: #D50B7F;
}
</style>
border-color css
<style>
span { border-color: #D50B7F; }
span { border-color: rgb(213,11,127); }
td.TdClassName
{
border-color: #D50B7F;
}
.TagClassName
{
border-color: #D50B7F;
}
</style>