Shades of Medium Violet Red #D41690
Tints of Medium Violet Red #D41690
RGB
CMYK
RGB Variations
Color information
#D41690 (or 0xD41690) is known color: Medium Violet Red. HEX triplet: D4, 16 and 90. RGB value is (212,22,144). Sum of RGB (Red+Green+Blue) = 212+22+144=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D41690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41690 is #2BE96F. Grayscale: #5C5C5C. Windows color (decimal): -2877808 or 9443028. OLE color: 9443028.
HSL color Cylindrical-coordinate representation of color #D41690: hue angle of 321.47º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41690 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 144 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.17 |
| HSL | 321.47º | 0.81% | 0.46% | - |
| HSV(B) | 321.47º | 0.9% | 0.83% | - |
| XYZ | 32.47 | 16.58 | 27.88 | - |
| YUV | 92.72 | 156.95 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 144 | 0 | 0.90 | 0.32 | 0.17 | 321.47 | 0.81 | 0.46 |
| Hex | D4 | 16 | 90 | 0 | 5A | 20 | 11 | 141 | 51 | 2E |
| Octal | 324 | 26 | 220 | 0 | 132 | 40 | 21 | 501 | 121 | 56 |
| Binary | 11010100 | 10110 | 10010000 | 0 | 1011010 | 100000 | 10001 | 101000001 | 1010001 | 101110 |
Color Harmonies of #D41690
Complementary color
Monochromatic Colors of #D41690
Black with #D41690
Text Example
Text Example
White with #D41690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41690; }
p { color: rgb(212,22,144); }
H1.HeaderClassName
{
color: #D41690;
}
.AnyTagClassName
{
color: #D41690;
}
</style>
background-color css
<style>
a { background-color: #D41690; }
a { background-color: rgb(212,22,144); }
div.DivClassName
{
background-color: #D41690;
}
.BgClassName
{
background-color: #D41690;
}
</style>
border-color css
<style>
span { border-color: #D41690; }
span { border-color: rgb(212,22,144); }
td.TdClassName
{
border-color: #D41690;
}
.TagClassName
{
border-color: #D41690;
}
</style>