Shades of Medium Violet Red #D31B7A
Tints of Medium Violet Red #D31B7A
RGB
CMYK
RGB Variations
Color information
#D31B7A (or 0xD31B7A) is known color: Medium Violet Red. HEX triplet: D3, 1B and 7A. RGB value is (211,27,122). Sum of RGB (Red+Green+Blue) = 211+27+122=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D31B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31B7A is #2CE485. Grayscale: #5C5C5C. Windows color (decimal): -2942086 or 8002515. OLE color: 8002515.
HSL color Cylindrical-coordinate representation of color #D31B7A: hue angle of 329.02º 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 #D31B7A is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 27 | 122 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.17 |
| HSL | 329.02º | 0.77% | 0.47% | - |
| HSV(B) | 329.02º | 0.87% | 0.83% | - |
| XYZ | 30.77 | 16.04 | 19.89 | - |
| YUV | 92.85 | 144.46 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 122 | 0 | 0.87 | 0.42 | 0.17 | 329.02 | 0.77 | 0.47 |
| Hex | D3 | 1B | 7A | 0 | 57 | 2A | 11 | 149 | 4D | 2F |
| Octal | 323 | 33 | 172 | 0 | 127 | 52 | 21 | 511 | 115 | 57 |
| Binary | 11010011 | 11011 | 1111010 | 0 | 1010111 | 101010 | 10001 | 101001001 | 1001101 | 101111 |
Color Harmonies of #D31B7A
Complementary color
Monochromatic Colors of #D31B7A
Black with #D31B7A
Text Example
Text Example
White with #D31B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31B7A; }
p { color: rgb(211,27,122); }
H1.HeaderClassName
{
color: #D31B7A;
}
.AnyTagClassName
{
color: #D31B7A;
}
</style>
background-color css
<style>
a { background-color: #D31B7A; }
a { background-color: rgb(211,27,122); }
div.DivClassName
{
background-color: #D31B7A;
}
.BgClassName
{
background-color: #D31B7A;
}
</style>
border-color css
<style>
span { border-color: #D31B7A; }
span { border-color: rgb(211,27,122); }
td.TdClassName
{
border-color: #D31B7A;
}
.TagClassName
{
border-color: #D31B7A;
}
</style>