Shades of Medium Violet Red #D40B9F
Tints of Medium Violet Red #D40B9F
RGB
CMYK
RGB Variations
Color information
#D40B9F (or 0xD40B9F) is known color: Medium Violet Red. HEX triplet: D4, 0B and 9F. RGB value is (212,11,159). Sum of RGB (Red+Green+Blue) = 212+11+159=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40B9F is #2BF460. Grayscale: #575757. Windows color (decimal): -2880609 or 10423252. OLE color: 10423252.
HSL color Cylindrical-coordinate representation of color #D40B9F: hue angle of 315.82º 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 #D40B9F is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 159 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.17 |
| HSL | 315.82º | 0.9% | 0.44% | - |
| HSV(B) | 315.82º | 0.95% | 0.83% | - |
| XYZ | 33.53 | 16.74 | 34.26 | - |
| YUV | 87.97 | 168.09 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 159 | 0 | 0.95 | 0.25 | 0.17 | 315.82 | 0.9 | 0.44 |
| Hex | D4 | B | 9F | 0 | 5F | 19 | 11 | 13C | 5A | 2C |
| Octal | 324 | 13 | 237 | 0 | 137 | 31 | 21 | 474 | 132 | 54 |
| Binary | 11010100 | 1011 | 10011111 | 0 | 1011111 | 11001 | 10001 | 100111100 | 1011010 | 101100 |
Color Harmonies of #D40B9F
Complementary color
Monochromatic Colors of #D40B9F
Black with #D40B9F
Text Example
Text Example
White with #D40B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B9F; }
p { color: rgb(212,11,159); }
H1.HeaderClassName
{
color: #D40B9F;
}
.AnyTagClassName
{
color: #D40B9F;
}
</style>
background-color css
<style>
a { background-color: #D40B9F; }
a { background-color: rgb(212,11,159); }
div.DivClassName
{
background-color: #D40B9F;
}
.BgClassName
{
background-color: #D40B9F;
}
</style>
border-color css
<style>
span { border-color: #D40B9F; }
span { border-color: rgb(212,11,159); }
td.TdClassName
{
border-color: #D40B9F;
}
.TagClassName
{
border-color: #D40B9F;
}
</style>