Shades of Medium Violet Red #D40F76
Tints of Medium Violet Red #D40F76
RGB
CMYK
RGB Variations
Color information
#D40F76 (or 0xD40F76) is known color: Medium Violet Red. HEX triplet: D4, 0F and 76. RGB value is (212,15,118). Sum of RGB (Red+Green+Blue) = 212+15+118=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40F76 is #2BF089. Grayscale: #555555. Windows color (decimal): -2879626 or 7737300. OLE color: 7737300.
HSL color Cylindrical-coordinate representation of color #D40F76: hue angle of 328.63º 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 #D40F76 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 118 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.17 |
| HSL | 328.63º | 0.87% | 0.45% | - |
| HSV(B) | 328.63º | 0.93% | 0.83% | - |
| XYZ | 30.59 | 15.65 | 18.55 | - |
| YUV | 85.65 | 146.27 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 118 | 0 | 0.93 | 0.44 | 0.17 | 328.63 | 0.87 | 0.45 |
| Hex | D4 | F | 76 | 0 | 5D | 2C | 11 | 149 | 57 | 2D |
| Octal | 324 | 17 | 166 | 0 | 135 | 54 | 21 | 511 | 127 | 55 |
| Binary | 11010100 | 1111 | 1110110 | 0 | 1011101 | 101100 | 10001 | 101001001 | 1010111 | 101101 |
Color Harmonies of #D40F76
Complementary color
Monochromatic Colors of #D40F76
Black with #D40F76
Text Example
Text Example
White with #D40F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40F76; }
p { color: rgb(212,15,118); }
H1.HeaderClassName
{
color: #D40F76;
}
.AnyTagClassName
{
color: #D40F76;
}
</style>
background-color css
<style>
a { background-color: #D40F76; }
a { background-color: rgb(212,15,118); }
div.DivClassName
{
background-color: #D40F76;
}
.BgClassName
{
background-color: #D40F76;
}
</style>
border-color css
<style>
span { border-color: #D40F76; }
span { border-color: rgb(212,15,118); }
td.TdClassName
{
border-color: #D40F76;
}
.TagClassName
{
border-color: #D40F76;
}
</style>