Shades of Medium Violet Red #D40079
Tints of Medium Violet Red #D40079
RGB
CMYK
RGB Variations
Color information
#D40079 (or 0xD40079) is known color: Medium Violet Red. HEX triplet: D4, 00 and 79. RGB value is (212,0,121). Sum of RGB (Red+Green+Blue) = 212+0+121=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D40079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40079 is #2BFF86. Grayscale: #4C4C4C. Windows color (decimal): -2883463 or 7930068. OLE color: 7930068.
HSL color Cylindrical-coordinate representation of color #D40079: hue angle of 325.75º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40079 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.43 | 0.17 |
| HSL | 325.75º | 1% | 0.42% | - |
| HSV(B) | 325.75º | 1% | 0.83% | - |
| XYZ | 30.6 | 15.38 | 19.44 | - |
| YUV | 77.18 | 152.74 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 121 | 0 | 1 | 0.43 | 0.17 | 325.75 | 1 | 0.42 |
| Hex | D4 | 0 | 79 | 0 | 64 | 2B | 11 | 146 | 64 | 2A |
| Octal | 324 | 0 | 171 | 0 | 144 | 53 | 21 | 506 | 144 | 52 |
| Binary | 11010100 | 0 | 1111001 | 0 | 1100100 | 101011 | 10001 | 101000110 | 1100100 | 101010 |
Color Harmonies of #D40079
Complementary color
Monochromatic Colors of #D40079
Black with #D40079
Text Example
Text Example
White with #D40079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40079; }
p { color: rgb(212,0,121); }
H1.HeaderClassName
{
color: #D40079;
}
.AnyTagClassName
{
color: #D40079;
}
</style>
background-color css
<style>
a { background-color: #D40079; }
a { background-color: rgb(212,0,121); }
div.DivClassName
{
background-color: #D40079;
}
.BgClassName
{
background-color: #D40079;
}
</style>
border-color css
<style>
span { border-color: #D40079; }
span { border-color: rgb(212,0,121); }
td.TdClassName
{
border-color: #D40079;
}
.TagClassName
{
border-color: #D40079;
}
</style>