Shades of Medium Violet Red #D41BAB
Tints of Medium Violet Red #D41BAB
RGB
CMYK
RGB Variations
Color information
#D41BAB (or 0xD41BAB) is known color: Medium Violet Red. HEX triplet: D4, 1B and AB. RGB value is (212,27,171). Sum of RGB (Red+Green+Blue) = 212+27+171=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D41BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41BAB is #2BE454. Grayscale: #626262. Windows color (decimal): -2876501 or 11213780. OLE color: 11213780.
HSL color Cylindrical-coordinate representation of color #D41BAB: hue angle of 313.3º 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 #D41BAB is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 171 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.17 |
| HSL | 313.3º | 0.77% | 0.47% | - |
| HSV(B) | 313.3º | 0.87% | 0.83% | - |
| XYZ | 34.89 | 17.72 | 40.11 | - |
| YUV | 98.73 | 168.79 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 171 | 0 | 0.87 | 0.19 | 0.17 | 313.3 | 0.77 | 0.47 |
| Hex | D4 | 1B | AB | 0 | 57 | 13 | 11 | 139 | 4D | 2F |
| Octal | 324 | 33 | 253 | 0 | 127 | 23 | 21 | 471 | 115 | 57 |
| Binary | 11010100 | 11011 | 10101011 | 0 | 1010111 | 10011 | 10001 | 100111001 | 1001101 | 101111 |
Color Harmonies of #D41BAB
Complementary color
Monochromatic Colors of #D41BAB
Black with #D41BAB
Text Example
Text Example
White with #D41BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BAB; }
p { color: rgb(212,27,171); }
H1.HeaderClassName
{
color: #D41BAB;
}
.AnyTagClassName
{
color: #D41BAB;
}
</style>
background-color css
<style>
a { background-color: #D41BAB; }
a { background-color: rgb(212,27,171); }
div.DivClassName
{
background-color: #D41BAB;
}
.BgClassName
{
background-color: #D41BAB;
}
</style>
border-color css
<style>
span { border-color: #D41BAB; }
span { border-color: rgb(212,27,171); }
td.TdClassName
{
border-color: #D41BAB;
}
.TagClassName
{
border-color: #D41BAB;
}
</style>