Shades of Medium Violet Red #D51B7B
Tints of Medium Violet Red #D51B7B
RGB
CMYK
RGB Variations
Color information
#D51B7B (or 0xD51B7B) is known color: Medium Violet Red. HEX triplet: D5, 1B and 7B. RGB value is (213,27,123). Sum of RGB (Red+Green+Blue) = 213+27+123=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51B7B is #2AE484. Grayscale: #5D5D5D. Windows color (decimal): -2811013 or 8068053. OLE color: 8068053.
HSL color Cylindrical-coordinate representation of color #D51B7B: hue angle of 329.03º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51B7B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 123 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.16 |
| HSL | 329.03º | 0.78% | 0.47% | - |
| HSV(B) | 329.03º | 0.87% | 0.84% | - |
| XYZ | 31.41 | 16.36 | 20.24 | - |
| YUV | 93.56 | 144.62 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 123 | 0 | 0.87 | 0.42 | 0.16 | 329.03 | 0.78 | 0.47 |
| Hex | D5 | 1B | 7B | 0 | 57 | 2A | 10 | 149 | 4E | 2F |
| Octal | 325 | 33 | 173 | 0 | 127 | 52 | 20 | 511 | 116 | 57 |
| Binary | 11010101 | 11011 | 1111011 | 0 | 1010111 | 101010 | 10000 | 101001001 | 1001110 | 101111 |
Color Harmonies of #D51B7B
Complementary color
Monochromatic Colors of #D51B7B
Black with #D51B7B
Text Example
Text Example
White with #D51B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51B7B; }
p { color: rgb(213,27,123); }
H1.HeaderClassName
{
color: #D51B7B;
}
.AnyTagClassName
{
color: #D51B7B;
}
</style>
background-color css
<style>
a { background-color: #D51B7B; }
a { background-color: rgb(213,27,123); }
div.DivClassName
{
background-color: #D51B7B;
}
.BgClassName
{
background-color: #D51B7B;
}
</style>
border-color css
<style>
span { border-color: #D51B7B; }
span { border-color: rgb(213,27,123); }
td.TdClassName
{
border-color: #D51B7B;
}
.TagClassName
{
border-color: #D51B7B;
}
</style>