Shades of Medium Violet Red #D41D9C
Tints of Medium Violet Red #D41D9C
RGB
CMYK
RGB Variations
Color information
#D41D9C (or 0xD41D9C) is known color: Medium Violet Red. HEX triplet: D4, 1D and 9C. RGB value is (212,29,156). Sum of RGB (Red+Green+Blue) = 212+29+156=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41D9C is #2BE263. Grayscale: #616161. Windows color (decimal): -2876004 or 10231252. OLE color: 10231252.
HSL color Cylindrical-coordinate representation of color #D41D9C: hue angle of 318.36º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41D9C is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 156 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.17 |
| HSL | 318.36º | 0.76% | 0.47% | - |
| HSV(B) | 318.36º | 0.86% | 0.83% | - |
| XYZ | 33.59 | 17.28 | 33.02 | - |
| YUV | 98.2 | 160.63 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 156 | 0 | 0.86 | 0.26 | 0.17 | 318.36 | 0.76 | 0.47 |
| Hex | D4 | 1D | 9C | 0 | 56 | 1A | 11 | 13E | 4C | 2F |
| Octal | 324 | 35 | 234 | 0 | 126 | 32 | 21 | 476 | 114 | 57 |
| Binary | 11010100 | 11101 | 10011100 | 0 | 1010110 | 11010 | 10001 | 100111110 | 1001100 | 101111 |
Color Harmonies of #D41D9C
Complementary color
Monochromatic Colors of #D41D9C
Black with #D41D9C
Text Example
Text Example
White with #D41D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D9C; }
p { color: rgb(212,29,156); }
H1.HeaderClassName
{
color: #D41D9C;
}
.AnyTagClassName
{
color: #D41D9C;
}
</style>
background-color css
<style>
a { background-color: #D41D9C; }
a { background-color: rgb(212,29,156); }
div.DivClassName
{
background-color: #D41D9C;
}
.BgClassName
{
background-color: #D41D9C;
}
</style>
border-color css
<style>
span { border-color: #D41D9C; }
span { border-color: rgb(212,29,156); }
td.TdClassName
{
border-color: #D41D9C;
}
.TagClassName
{
border-color: #D41D9C;
}
</style>