Shades of Medium Violet Red #D40B9D
Tints of Medium Violet Red #D40B9D
RGB
CMYK
RGB Variations
Color information
#D40B9D (or 0xD40B9D) is known color: Medium Violet Red. HEX triplet: D4, 0B and 9D. RGB value is (212,11,157). Sum of RGB (Red+Green+Blue) = 212+11+157=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40B9D is #2BF462. Grayscale: #575757. Windows color (decimal): -2880611 or 10292180. OLE color: 10292180.
HSL color Cylindrical-coordinate representation of color #D40B9D: hue angle of 316.42º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40B9D is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 157 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.17 |
| HSL | 316.42º | 0.9% | 0.44% | - |
| HSV(B) | 316.42º | 0.95% | 0.83% | - |
| XYZ | 33.36 | 16.67 | 33.36 | - |
| YUV | 87.74 | 167.09 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 157 | 0 | 0.95 | 0.26 | 0.17 | 316.42 | 0.9 | 0.44 |
| Hex | D4 | B | 9D | 0 | 5F | 1A | 11 | 13C | 5A | 2C |
| Octal | 324 | 13 | 235 | 0 | 137 | 32 | 21 | 474 | 132 | 54 |
| Binary | 11010100 | 1011 | 10011101 | 0 | 1011111 | 11010 | 10001 | 100111100 | 1011010 | 101100 |
Color Harmonies of #D40B9D
Complementary color
Monochromatic Colors of #D40B9D
Black with #D40B9D
Text Example
Text Example
White with #D40B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B9D; }
p { color: rgb(212,11,157); }
H1.HeaderClassName
{
color: #D40B9D;
}
.AnyTagClassName
{
color: #D40B9D;
}
</style>
background-color css
<style>
a { background-color: #D40B9D; }
a { background-color: rgb(212,11,157); }
div.DivClassName
{
background-color: #D40B9D;
}
.BgClassName
{
background-color: #D40B9D;
}
</style>
border-color css
<style>
span { border-color: #D40B9D; }
span { border-color: rgb(212,11,157); }
td.TdClassName
{
border-color: #D40B9D;
}
.TagClassName
{
border-color: #D40B9D;
}
</style>