Shades of Medium Violet Red #D31B7B
Tints of Medium Violet Red #D31B7B
RGB
CMYK
RGB Variations
Color information
#D31B7B (or 0xD31B7B) is known color: Medium Violet Red. HEX triplet: D3, 1B and 7B. RGB value is (211,27,123). Sum of RGB (Red+Green+Blue) = 211+27+123=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D31B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31B7B is #2CE484. Grayscale: #5C5C5C. Windows color (decimal): -2942085 or 8068051. OLE color: 8068051.
HSL color Cylindrical-coordinate representation of color #D31B7B: hue angle of 328.7º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31B7B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 27 | 123 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.17 |
| HSL | 328.7º | 0.77% | 0.47% | - |
| HSV(B) | 328.7º | 0.87% | 0.83% | - |
| XYZ | 30.83 | 16.06 | 20.21 | - |
| YUV | 92.96 | 144.96 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 123 | 0 | 0.87 | 0.42 | 0.17 | 328.7 | 0.77 | 0.47 |
| Hex | D3 | 1B | 7B | 0 | 57 | 2A | 11 | 149 | 4D | 2F |
| Octal | 323 | 33 | 173 | 0 | 127 | 52 | 21 | 511 | 115 | 57 |
| Binary | 11010011 | 11011 | 1111011 | 0 | 1010111 | 101010 | 10001 | 101001001 | 1001101 | 101111 |
Color Harmonies of #D31B7B
Complementary color
Monochromatic Colors of #D31B7B
Black with #D31B7B
Text Example
Text Example
White with #D31B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31B7B; }
p { color: rgb(211,27,123); }
H1.HeaderClassName
{
color: #D31B7B;
}
.AnyTagClassName
{
color: #D31B7B;
}
</style>
background-color css
<style>
a { background-color: #D31B7B; }
a { background-color: rgb(211,27,123); }
div.DivClassName
{
background-color: #D31B7B;
}
.BgClassName
{
background-color: #D31B7B;
}
</style>
border-color css
<style>
span { border-color: #D31B7B; }
span { border-color: rgb(211,27,123); }
td.TdClassName
{
border-color: #D31B7B;
}
.TagClassName
{
border-color: #D31B7B;
}
</style>