Shades of Medium Violet Red #D40D9C
Tints of Medium Violet Red #D40D9C
RGB
CMYK
RGB Variations
Color information
#D40D9C (or 0xD40D9C) is known color: Medium Violet Red. HEX triplet: D4, 0D and 9C. RGB value is (212,13,156). Sum of RGB (Red+Green+Blue) = 212+13+156=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40D9C is #2BF263. Grayscale: #585858. Windows color (decimal): -2880100 or 10227156. OLE color: 10227156.
HSL color Cylindrical-coordinate representation of color #D40D9C: hue angle of 316.88º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40D9C is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 13 | 156 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.17 |
| HSL | 316.88º | 0.88% | 0.44% | - |
| HSV(B) | 316.88º | 0.94% | 0.83% | - |
| XYZ | 33.3 | 16.69 | 32.92 | - |
| YUV | 88.8 | 165.93 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 156 | 0 | 0.94 | 0.26 | 0.17 | 316.88 | 0.88 | 0.44 |
| Hex | D4 | D | 9C | 0 | 5E | 1A | 11 | 13D | 58 | 2C |
| Octal | 324 | 15 | 234 | 0 | 136 | 32 | 21 | 475 | 130 | 54 |
| Binary | 11010100 | 1101 | 10011100 | 0 | 1011110 | 11010 | 10001 | 100111101 | 1011000 | 101100 |
Color Harmonies of #D40D9C
Complementary color
Monochromatic Colors of #D40D9C
Black with #D40D9C
Text Example
Text Example
White with #D40D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40D9C; }
p { color: rgb(212,13,156); }
H1.HeaderClassName
{
color: #D40D9C;
}
.AnyTagClassName
{
color: #D40D9C;
}
</style>
background-color css
<style>
a { background-color: #D40D9C; }
a { background-color: rgb(212,13,156); }
div.DivClassName
{
background-color: #D40D9C;
}
.BgClassName
{
background-color: #D40D9C;
}
</style>
border-color css
<style>
span { border-color: #D40D9C; }
span { border-color: rgb(212,13,156); }
td.TdClassName
{
border-color: #D40D9C;
}
.TagClassName
{
border-color: #D40D9C;
}
</style>