Shades of Medium Violet Red #D41998
Tints of Medium Violet Red #D41998
RGB
CMYK
RGB Variations
Color information
#D41998 (or 0xD41998) is known color: Medium Violet Red. HEX triplet: D4, 19 and 98. RGB value is (212,25,152). Sum of RGB (Red+Green+Blue) = 212+25+152=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D41998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41998 is #2BE667. Grayscale: #5F5F5F. Windows color (decimal): -2877032 or 9968084. OLE color: 9968084.
HSL color Cylindrical-coordinate representation of color #D41998: hue angle of 319.25º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41998 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 152 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.17 |
| HSL | 319.25º | 0.79% | 0.46% | - |
| HSV(B) | 319.25º | 0.88% | 0.83% | - |
| XYZ | 33.17 | 16.96 | 31.23 | - |
| YUV | 95.39 | 159.95 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 152 | 0 | 0.88 | 0.28 | 0.17 | 319.25 | 0.79 | 0.46 |
| Hex | D4 | 19 | 98 | 0 | 58 | 1C | 11 | 13F | 4F | 2E |
| Octal | 324 | 31 | 230 | 0 | 130 | 34 | 21 | 477 | 117 | 56 |
| Binary | 11010100 | 11001 | 10011000 | 0 | 1011000 | 11100 | 10001 | 100111111 | 1001111 | 101110 |
Color Harmonies of #D41998
Complementary color
Monochromatic Colors of #D41998
Black with #D41998
Text Example
Text Example
White with #D41998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41998; }
p { color: rgb(212,25,152); }
H1.HeaderClassName
{
color: #D41998;
}
.AnyTagClassName
{
color: #D41998;
}
</style>
background-color css
<style>
a { background-color: #D41998; }
a { background-color: rgb(212,25,152); }
div.DivClassName
{
background-color: #D41998;
}
.BgClassName
{
background-color: #D41998;
}
</style>
border-color css
<style>
span { border-color: #D41998; }
span { border-color: rgb(212,25,152); }
td.TdClassName
{
border-color: #D41998;
}
.TagClassName
{
border-color: #D41998;
}
</style>