Shades of Medium Violet Red #D41784
Tints of Medium Violet Red #D41784
RGB
CMYK
RGB Variations
Color information
#D41784 (or 0xD41784) is known color: Medium Violet Red. HEX triplet: D4, 17 and 84. RGB value is (212,23,132). Sum of RGB (Red+Green+Blue) = 212+23+132=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D41784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41784 is #2BE87B. Grayscale: #5B5B5B. Windows color (decimal): -2877564 or 8656852. OLE color: 8656852.
HSL color Cylindrical-coordinate representation of color #D41784: hue angle of 325.4º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41784 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 132 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.17 |
| HSL | 325.4º | 0.8% | 0.46% | - |
| HSV(B) | 325.4º | 0.89% | 0.83% | - |
| XYZ | 31.62 | 16.28 | 23.3 | - |
| YUV | 91.94 | 150.62 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 132 | 0 | 0.89 | 0.38 | 0.17 | 325.4 | 0.8 | 0.46 |
| Hex | D4 | 17 | 84 | 0 | 59 | 26 | 11 | 145 | 50 | 2E |
| Octal | 324 | 27 | 204 | 0 | 131 | 46 | 21 | 505 | 120 | 56 |
| Binary | 11010100 | 10111 | 10000100 | 0 | 1011001 | 100110 | 10001 | 101000101 | 1010000 | 101110 |
Color Harmonies of #D41784
Complementary color
Monochromatic Colors of #D41784
Black with #D41784
Text Example
Text Example
White with #D41784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41784; }
p { color: rgb(212,23,132); }
H1.HeaderClassName
{
color: #D41784;
}
.AnyTagClassName
{
color: #D41784;
}
</style>
background-color css
<style>
a { background-color: #D41784; }
a { background-color: rgb(212,23,132); }
div.DivClassName
{
background-color: #D41784;
}
.BgClassName
{
background-color: #D41784;
}
</style>
border-color css
<style>
span { border-color: #D41784; }
span { border-color: rgb(212,23,132); }
td.TdClassName
{
border-color: #D41784;
}
.TagClassName
{
border-color: #D41784;
}
</style>