Shades of Medium Violet Red #D40D9B
Tints of Medium Violet Red #D40D9B
RGB
CMYK
RGB Variations
Color information
#D40D9B (or 0xD40D9B) is known color: Medium Violet Red. HEX triplet: D4, 0D and 9B. RGB value is (212,13,155). Sum of RGB (Red+Green+Blue) = 212+13+155=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40D9B is #2BF264. Grayscale: #585858. Windows color (decimal): -2880101 or 10161620. OLE color: 10161620.
HSL color Cylindrical-coordinate representation of color #D40D9B: hue angle of 317.19º 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 #D40D9B is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 13 | 155 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.17 |
| HSL | 317.19º | 0.88% | 0.44% | - |
| HSV(B) | 317.19º | 0.94% | 0.83% | - |
| XYZ | 33.21 | 16.65 | 32.47 | - |
| YUV | 88.69 | 165.43 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 155 | 0 | 0.94 | 0.27 | 0.17 | 317.19 | 0.88 | 0.44 |
| Hex | D4 | D | 9B | 0 | 5E | 1B | 11 | 13D | 58 | 2C |
| Octal | 324 | 15 | 233 | 0 | 136 | 33 | 21 | 475 | 130 | 54 |
| Binary | 11010100 | 1101 | 10011011 | 0 | 1011110 | 11011 | 10001 | 100111101 | 1011000 | 101100 |
Color Harmonies of #D40D9B
Complementary color
Monochromatic Colors of #D40D9B
Black with #D40D9B
Text Example
Text Example
White with #D40D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40D9B; }
p { color: rgb(212,13,155); }
H1.HeaderClassName
{
color: #D40D9B;
}
.AnyTagClassName
{
color: #D40D9B;
}
</style>
background-color css
<style>
a { background-color: #D40D9B; }
a { background-color: rgb(212,13,155); }
div.DivClassName
{
background-color: #D40D9B;
}
.BgClassName
{
background-color: #D40D9B;
}
</style>
border-color css
<style>
span { border-color: #D40D9B; }
span { border-color: rgb(212,13,155); }
td.TdClassName
{
border-color: #D40D9B;
}
.TagClassName
{
border-color: #D40D9B;
}
</style>