Shades of Medium Violet Red #D40778
Tints of Medium Violet Red #D40778
RGB
CMYK
RGB Variations
Color information
#D40778 (or 0xD40778) is known color: Medium Violet Red. HEX triplet: D4, 07 and 78. RGB value is (212,7,120). Sum of RGB (Red+Green+Blue) = 212+7+120=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D40778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40778 is #2BF887. Grayscale: #505050. Windows color (decimal): -2881672 or 7866324. OLE color: 7866324.
HSL color Cylindrical-coordinate representation of color #D40778: hue angle of 326.93º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40778 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 120 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.17 |
| HSL | 326.93º | 0.94% | 0.43% | - |
| HSV(B) | 326.93º | 0.97% | 0.83% | - |
| XYZ | 30.62 | 15.51 | 19.15 | - |
| YUV | 81.18 | 149.92 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 120 | 0 | 0.97 | 0.43 | 0.17 | 326.93 | 0.94 | 0.43 |
| Hex | D4 | 7 | 78 | 0 | 61 | 2B | 11 | 147 | 5E | 2B |
| Octal | 324 | 7 | 170 | 0 | 141 | 53 | 21 | 507 | 136 | 53 |
| Binary | 11010100 | 111 | 1111000 | 0 | 1100001 | 101011 | 10001 | 101000111 | 1011110 | 101011 |
Color Harmonies of #D40778
Complementary color
Monochromatic Colors of #D40778
Black with #D40778
Text Example
Text Example
White with #D40778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40778; }
p { color: rgb(212,7,120); }
H1.HeaderClassName
{
color: #D40778;
}
.AnyTagClassName
{
color: #D40778;
}
</style>
background-color css
<style>
a { background-color: #D40778; }
a { background-color: rgb(212,7,120); }
div.DivClassName
{
background-color: #D40778;
}
.BgClassName
{
background-color: #D40778;
}
</style>
border-color css
<style>
span { border-color: #D40778; }
span { border-color: rgb(212,7,120); }
td.TdClassName
{
border-color: #D40778;
}
.TagClassName
{
border-color: #D40778;
}
</style>