Shades of Medium Violet Red #D51BAB
Tints of Medium Violet Red #D51BAB
RGB
CMYK
RGB Variations
Color information
#D51BAB (or 0xD51BAB) is known color: Medium Violet Red. HEX triplet: D5, 1B and AB. RGB value is (213,27,171). Sum of RGB (Red+Green+Blue) = 213+27+171=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51BAB is #2AE454. Grayscale: #626262. Windows color (decimal): -2810965 or 11213781. OLE color: 11213781.
HSL color Cylindrical-coordinate representation of color #D51BAB: hue angle of 313.55º 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 #D51BAB is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 171 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.16 |
| HSL | 313.55º | 0.78% | 0.47% | - |
| HSV(B) | 313.55º | 0.87% | 0.84% | - |
| XYZ | 35.18 | 17.87 | 40.12 | - |
| YUV | 99.03 | 168.62 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 171 | 0 | 0.87 | 0.20 | 0.16 | 313.55 | 0.78 | 0.47 |
| Hex | D5 | 1B | AB | 0 | 57 | 14 | 10 | 13A | 4E | 2F |
| Octal | 325 | 33 | 253 | 0 | 127 | 24 | 20 | 472 | 116 | 57 |
| Binary | 11010101 | 11011 | 10101011 | 0 | 1010111 | 10100 | 10000 | 100111010 | 1001110 | 101111 |
Color Harmonies of #D51BAB
Complementary color
Monochromatic Colors of #D51BAB
Black with #D51BAB
Text Example
Text Example
White with #D51BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BAB; }
p { color: rgb(213,27,171); }
H1.HeaderClassName
{
color: #D51BAB;
}
.AnyTagClassName
{
color: #D51BAB;
}
</style>
background-color css
<style>
a { background-color: #D51BAB; }
a { background-color: rgb(213,27,171); }
div.DivClassName
{
background-color: #D51BAB;
}
.BgClassName
{
background-color: #D51BAB;
}
</style>
border-color css
<style>
span { border-color: #D51BAB; }
span { border-color: rgb(213,27,171); }
td.TdClassName
{
border-color: #D51BAB;
}
.TagClassName
{
border-color: #D51BAB;
}
</style>