Shades of Medium Violet Red #D40F77
Tints of Medium Violet Red #D40F77
RGB
CMYK
RGB Variations
Color information
#D40F77 (or 0xD40F77) is known color: Medium Violet Red. HEX triplet: D4, 0F and 77. RGB value is (212,15,119). Sum of RGB (Red+Green+Blue) = 212+15+119=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40F77 is #2BF088. Grayscale: #555555. Windows color (decimal): -2879625 or 7802836. OLE color: 7802836.
HSL color Cylindrical-coordinate representation of color #D40F77: hue angle of 328.32º 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 #D40F77 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 119 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.17 |
| HSL | 328.32º | 0.87% | 0.45% | - |
| HSV(B) | 328.32º | 0.93% | 0.83% | - |
| XYZ | 30.65 | 15.67 | 18.86 | - |
| YUV | 85.76 | 146.77 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 119 | 0 | 0.93 | 0.44 | 0.17 | 328.32 | 0.87 | 0.45 |
| Hex | D4 | F | 77 | 0 | 5D | 2C | 11 | 148 | 57 | 2D |
| Octal | 324 | 17 | 167 | 0 | 135 | 54 | 21 | 510 | 127 | 55 |
| Binary | 11010100 | 1111 | 1110111 | 0 | 1011101 | 101100 | 10001 | 101001000 | 1010111 | 101101 |
Color Harmonies of #D40F77
Complementary color
Monochromatic Colors of #D40F77
Black with #D40F77
Text Example
Text Example
White with #D40F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40F77; }
p { color: rgb(212,15,119); }
H1.HeaderClassName
{
color: #D40F77;
}
.AnyTagClassName
{
color: #D40F77;
}
</style>
background-color css
<style>
a { background-color: #D40F77; }
a { background-color: rgb(212,15,119); }
div.DivClassName
{
background-color: #D40F77;
}
.BgClassName
{
background-color: #D40F77;
}
</style>
border-color css
<style>
span { border-color: #D40F77; }
span { border-color: rgb(212,15,119); }
td.TdClassName
{
border-color: #D40F77;
}
.TagClassName
{
border-color: #D40F77;
}
</style>