Shades of Medium Violet Red #D40F86
Tints of Medium Violet Red #D40F86
RGB
CMYK
RGB Variations
Color information
#D40F86 (or 0xD40F86) is known color: Medium Violet Red. HEX triplet: D4, 0F and 86. RGB value is (212,15,134). Sum of RGB (Red+Green+Blue) = 212+15+134=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40F86 is #2BF079. Grayscale: #575757. Windows color (decimal): -2879610 or 8785876. OLE color: 8785876.
HSL color Cylindrical-coordinate representation of color #D40F86: hue angle of 323.76º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40F86 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 134 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.17 |
| HSL | 323.76º | 0.87% | 0.45% | - |
| HSV(B) | 323.76º | 0.93% | 0.83% | - |
| XYZ | 31.63 | 16.06 | 23.99 | - |
| YUV | 87.47 | 154.27 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 134 | 0 | 0.93 | 0.37 | 0.17 | 323.76 | 0.87 | 0.45 |
| Hex | D4 | F | 86 | 0 | 5D | 25 | 11 | 144 | 57 | 2D |
| Octal | 324 | 17 | 206 | 0 | 135 | 45 | 21 | 504 | 127 | 55 |
| Binary | 11010100 | 1111 | 10000110 | 0 | 1011101 | 100101 | 10001 | 101000100 | 1010111 | 101101 |
Color Harmonies of #D40F86
Complementary color
Monochromatic Colors of #D40F86
Black with #D40F86
Text Example
Text Example
White with #D40F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40F86; }
p { color: rgb(212,15,134); }
H1.HeaderClassName
{
color: #D40F86;
}
.AnyTagClassName
{
color: #D40F86;
}
</style>
background-color css
<style>
a { background-color: #D40F86; }
a { background-color: rgb(212,15,134); }
div.DivClassName
{
background-color: #D40F86;
}
.BgClassName
{
background-color: #D40F86;
}
</style>
border-color css
<style>
span { border-color: #D40F86; }
span { border-color: rgb(212,15,134); }
td.TdClassName
{
border-color: #D40F86;
}
.TagClassName
{
border-color: #D40F86;
}
</style>