Shades of Medium Violet Red #D40C84
Tints of Medium Violet Red #D40C84
RGB
CMYK
RGB Variations
Color information
#D40C84 (or 0xD40C84) is known color: Medium Violet Red. HEX triplet: D4, 0C and 84. RGB value is (212,12,132). Sum of RGB (Red+Green+Blue) = 212+12+132=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40C84 is #2BF37B. Grayscale: #555555. Windows color (decimal): -2880380 or 8654036. OLE color: 8654036.
HSL color Cylindrical-coordinate representation of color #D40C84: hue angle of 324º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40C84 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 132 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.17 |
| HSL | 324º | 0.89% | 0.44% | - |
| HSV(B) | 324º | 0.94% | 0.83% | - |
| XYZ | 31.45 | 15.93 | 23.25 | - |
| YUV | 85.48 | 154.26 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 132 | 0 | 0.94 | 0.38 | 0.17 | 324 | 0.89 | 0.44 |
| Hex | D4 | C | 84 | 0 | 5E | 26 | 11 | 144 | 59 | 2C |
| Octal | 324 | 14 | 204 | 0 | 136 | 46 | 21 | 504 | 131 | 54 |
| Binary | 11010100 | 1100 | 10000100 | 0 | 1011110 | 100110 | 10001 | 101000100 | 1011001 | 101100 |
Color Harmonies of #D40C84
Complementary color
Monochromatic Colors of #D40C84
Black with #D40C84
Text Example
Text Example
White with #D40C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C84; }
p { color: rgb(212,12,132); }
H1.HeaderClassName
{
color: #D40C84;
}
.AnyTagClassName
{
color: #D40C84;
}
</style>
background-color css
<style>
a { background-color: #D40C84; }
a { background-color: rgb(212,12,132); }
div.DivClassName
{
background-color: #D40C84;
}
.BgClassName
{
background-color: #D40C84;
}
</style>
border-color css
<style>
span { border-color: #D40C84; }
span { border-color: rgb(212,12,132); }
td.TdClassName
{
border-color: #D40C84;
}
.TagClassName
{
border-color: #D40C84;
}
</style>