Shades of Medium Violet Red #D40785
Tints of Medium Violet Red #D40785
RGB
CMYK
RGB Variations
Color information
#D40785 (or 0xD40785) is known color: Medium Violet Red. HEX triplet: D4, 07 and 85. RGB value is (212,7,133). Sum of RGB (Red+Green+Blue) = 212+7+133=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D40785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40785 is #2BF87A. Grayscale: #525252. Windows color (decimal): -2881659 or 8718292. OLE color: 8718292.
HSL color Cylindrical-coordinate representation of color #D40785: hue angle of 323.12º 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 #D40785 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 133 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.17 |
| HSL | 323.12º | 0.94% | 0.43% | - |
| HSV(B) | 323.12º | 0.97% | 0.83% | - |
| XYZ | 31.46 | 15.84 | 23.59 | - |
| YUV | 82.66 | 156.42 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 133 | 0 | 0.97 | 0.37 | 0.17 | 323.12 | 0.94 | 0.43 |
| Hex | D4 | 7 | 85 | 0 | 61 | 25 | 11 | 143 | 5E | 2B |
| Octal | 324 | 7 | 205 | 0 | 141 | 45 | 21 | 503 | 136 | 53 |
| Binary | 11010100 | 111 | 10000101 | 0 | 1100001 | 100101 | 10001 | 101000011 | 1011110 | 101011 |
Color Harmonies of #D40785
Complementary color
Monochromatic Colors of #D40785
Black with #D40785
Text Example
Text Example
White with #D40785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40785; }
p { color: rgb(212,7,133); }
H1.HeaderClassName
{
color: #D40785;
}
.AnyTagClassName
{
color: #D40785;
}
</style>
background-color css
<style>
a { background-color: #D40785; }
a { background-color: rgb(212,7,133); }
div.DivClassName
{
background-color: #D40785;
}
.BgClassName
{
background-color: #D40785;
}
</style>
border-color css
<style>
span { border-color: #D40785; }
span { border-color: rgb(212,7,133); }
td.TdClassName
{
border-color: #D40785;
}
.TagClassName
{
border-color: #D40785;
}
</style>