Shades of Medium Violet Red #D41892
Tints of Medium Violet Red #D41892
RGB
CMYK
RGB Variations
Color information
#D41892 (or 0xD41892) is known color: Medium Violet Red. HEX triplet: D4, 18 and 92. RGB value is (212,24,146). Sum of RGB (Red+Green+Blue) = 212+24+146=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D41892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41892 is #2BE76D. Grayscale: #5D5D5D. Windows color (decimal): -2877294 or 9574612. OLE color: 9574612.
HSL color Cylindrical-coordinate representation of color #D41892: hue angle of 321.06º 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 #D41892 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 146 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.17 |
| HSL | 321.06º | 0.8% | 0.46% | - |
| HSV(B) | 321.06º | 0.89% | 0.83% | - |
| XYZ | 32.67 | 16.73 | 28.7 | - |
| YUV | 94.12 | 157.28 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 146 | 0 | 0.89 | 0.31 | 0.17 | 321.06 | 0.8 | 0.46 |
| Hex | D4 | 18 | 92 | 0 | 59 | 1F | 11 | 141 | 50 | 2E |
| Octal | 324 | 30 | 222 | 0 | 131 | 37 | 21 | 501 | 120 | 56 |
| Binary | 11010100 | 11000 | 10010010 | 0 | 1011001 | 11111 | 10001 | 101000001 | 1010000 | 101110 |
Color Harmonies of #D41892
Complementary color
Monochromatic Colors of #D41892
Black with #D41892
Text Example
Text Example
White with #D41892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41892; }
p { color: rgb(212,24,146); }
H1.HeaderClassName
{
color: #D41892;
}
.AnyTagClassName
{
color: #D41892;
}
</style>
background-color css
<style>
a { background-color: #D41892; }
a { background-color: rgb(212,24,146); }
div.DivClassName
{
background-color: #D41892;
}
.BgClassName
{
background-color: #D41892;
}
</style>
border-color css
<style>
span { border-color: #D41892; }
span { border-color: rgb(212,24,146); }
td.TdClassName
{
border-color: #D41892;
}
.TagClassName
{
border-color: #D41892;
}
</style>