Shades of Medium Violet Red #D40379
Tints of Medium Violet Red #D40379
RGB
CMYK
RGB Variations
Color information
#D40379 (or 0xD40379) is known color: Medium Violet Red. HEX triplet: D4, 03 and 79. RGB value is (212,3,121). Sum of RGB (Red+Green+Blue) = 212+3+121=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D40379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40379 is #2BFC86. Grayscale: #4E4E4E. Windows color (decimal): -2882695 or 7930836. OLE color: 7930836.
HSL color Cylindrical-coordinate representation of color #D40379: hue angle of 326.12º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40379 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 121 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.17 |
| HSL | 326.12º | 0.97% | 0.42% | - |
| HSV(B) | 326.12º | 0.99% | 0.83% | - |
| XYZ | 30.64 | 15.44 | 19.46 | - |
| YUV | 78.94 | 151.74 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 121 | 0 | 0.99 | 0.43 | 0.17 | 326.12 | 0.97 | 0.42 |
| Hex | D4 | 3 | 79 | 0 | 63 | 2B | 11 | 146 | 61 | 2A |
| Octal | 324 | 3 | 171 | 0 | 143 | 53 | 21 | 506 | 141 | 52 |
| Binary | 11010100 | 11 | 1111001 | 0 | 1100011 | 101011 | 10001 | 101000110 | 1100001 | 101010 |
Color Harmonies of #D40379
Complementary color
Monochromatic Colors of #D40379
Black with #D40379
Text Example
Text Example
White with #D40379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40379; }
p { color: rgb(212,3,121); }
H1.HeaderClassName
{
color: #D40379;
}
.AnyTagClassName
{
color: #D40379;
}
</style>
background-color css
<style>
a { background-color: #D40379; }
a { background-color: rgb(212,3,121); }
div.DivClassName
{
background-color: #D40379;
}
.BgClassName
{
background-color: #D40379;
}
</style>
border-color css
<style>
span { border-color: #D40379; }
span { border-color: rgb(212,3,121); }
td.TdClassName
{
border-color: #D40379;
}
.TagClassName
{
border-color: #D40379;
}
</style>