Shades of Medium Violet Red #D40F95
Tints of Medium Violet Red #D40F95
RGB
CMYK
RGB Variations
Color information
#D40F95 (or 0xD40F95) is known color: Medium Violet Red. HEX triplet: D4, 0F and 95. RGB value is (212,15,149). Sum of RGB (Red+Green+Blue) = 212+15+149=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40F95 is #2BF06A. Grayscale: #585858. Windows color (decimal): -2879595 or 9768916. OLE color: 9768916.
HSL color Cylindrical-coordinate representation of color #D40F95: hue angle of 319.19º 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 #D40F95 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 149 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.17 |
| HSL | 319.19º | 0.87% | 0.45% | - |
| HSV(B) | 319.19º | 0.93% | 0.83% | - |
| XYZ | 32.75 | 16.51 | 29.89 | - |
| YUV | 89.18 | 161.77 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 149 | 0 | 0.93 | 0.30 | 0.17 | 319.19 | 0.87 | 0.45 |
| Hex | D4 | F | 95 | 0 | 5D | 1E | 11 | 13F | 57 | 2D |
| Octal | 324 | 17 | 225 | 0 | 135 | 36 | 21 | 477 | 127 | 55 |
| Binary | 11010100 | 1111 | 10010101 | 0 | 1011101 | 11110 | 10001 | 100111111 | 1010111 | 101101 |
Color Harmonies of #D40F95
Complementary color
Monochromatic Colors of #D40F95
Black with #D40F95
Text Example
Text Example
White with #D40F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40F95; }
p { color: rgb(212,15,149); }
H1.HeaderClassName
{
color: #D40F95;
}
.AnyTagClassName
{
color: #D40F95;
}
</style>
background-color css
<style>
a { background-color: #D40F95; }
a { background-color: rgb(212,15,149); }
div.DivClassName
{
background-color: #D40F95;
}
.BgClassName
{
background-color: #D40F95;
}
</style>
border-color css
<style>
span { border-color: #D40F95; }
span { border-color: rgb(212,15,149); }
td.TdClassName
{
border-color: #D40F95;
}
.TagClassName
{
border-color: #D40F95;
}
</style>