Shades of Medium Violet Red #D41390
Tints of Medium Violet Red #D41390
RGB
CMYK
RGB Variations
Color information
#D41390 (or 0xD41390) is known color: Medium Violet Red. HEX triplet: D4, 13 and 90. RGB value is (212,19,144). Sum of RGB (Red+Green+Blue) = 212+19+144=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D41390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41390 is #2BEC6F. Grayscale: #5A5A5A. Windows color (decimal): -2878576 or 9442260. OLE color: 9442260.
HSL color Cylindrical-coordinate representation of color #D41390: hue angle of 321.14º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41390 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 144 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.17 |
| HSL | 321.14º | 0.84% | 0.45% | - |
| HSV(B) | 321.14º | 0.91% | 0.83% | - |
| XYZ | 32.42 | 16.48 | 27.86 | - |
| YUV | 90.96 | 157.94 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 144 | 0 | 0.91 | 0.32 | 0.17 | 321.14 | 0.84 | 0.45 |
| Hex | D4 | 13 | 90 | 0 | 5B | 20 | 11 | 141 | 54 | 2D |
| Octal | 324 | 23 | 220 | 0 | 133 | 40 | 21 | 501 | 124 | 55 |
| Binary | 11010100 | 10011 | 10010000 | 0 | 1011011 | 100000 | 10001 | 101000001 | 1010100 | 101101 |
Color Harmonies of #D41390
Complementary color
Monochromatic Colors of #D41390
Black with #D41390
Text Example
Text Example
White with #D41390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41390; }
p { color: rgb(212,19,144); }
H1.HeaderClassName
{
color: #D41390;
}
.AnyTagClassName
{
color: #D41390;
}
</style>
background-color css
<style>
a { background-color: #D41390; }
a { background-color: rgb(212,19,144); }
div.DivClassName
{
background-color: #D41390;
}
.BgClassName
{
background-color: #D41390;
}
</style>
border-color css
<style>
span { border-color: #D41390; }
span { border-color: rgb(212,19,144); }
td.TdClassName
{
border-color: #D41390;
}
.TagClassName
{
border-color: #D41390;
}
</style>