Shades of Medium Violet Red #D41B9E
Tints of Medium Violet Red #D41B9E
RGB
CMYK
RGB Variations
Color information
#D41B9E (or 0xD41B9E) is known color: Medium Violet Red. HEX triplet: D4, 1B and 9E. RGB value is (212,27,158). Sum of RGB (Red+Green+Blue) = 212+27+158=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D41B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41B9E is #2BE461. Grayscale: #606060. Windows color (decimal): -2876514 or 10361812. OLE color: 10361812.
HSL color Cylindrical-coordinate representation of color #D41B9E: hue angle of 317.51º 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 #D41B9E is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 158 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.17 |
| HSL | 317.51º | 0.77% | 0.47% | - |
| HSV(B) | 317.51º | 0.87% | 0.83% | - |
| XYZ | 33.71 | 17.25 | 33.9 | - |
| YUV | 97.25 | 162.29 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 158 | 0 | 0.87 | 0.25 | 0.17 | 317.51 | 0.77 | 0.47 |
| Hex | D4 | 1B | 9E | 0 | 57 | 19 | 11 | 13E | 4D | 2F |
| Octal | 324 | 33 | 236 | 0 | 127 | 31 | 21 | 476 | 115 | 57 |
| Binary | 11010100 | 11011 | 10011110 | 0 | 1010111 | 11001 | 10001 | 100111110 | 1001101 | 101111 |
Color Harmonies of #D41B9E
Complementary color
Monochromatic Colors of #D41B9E
Black with #D41B9E
Text Example
Text Example
White with #D41B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41B9E; }
p { color: rgb(212,27,158); }
H1.HeaderClassName
{
color: #D41B9E;
}
.AnyTagClassName
{
color: #D41B9E;
}
</style>
background-color css
<style>
a { background-color: #D41B9E; }
a { background-color: rgb(212,27,158); }
div.DivClassName
{
background-color: #D41B9E;
}
.BgClassName
{
background-color: #D41B9E;
}
</style>
border-color css
<style>
span { border-color: #D41B9E; }
span { border-color: rgb(212,27,158); }
td.TdClassName
{
border-color: #D41B9E;
}
.TagClassName
{
border-color: #D41B9E;
}
</style>