Shades of Medium Violet Red #D41999
Tints of Medium Violet Red #D41999
RGB
CMYK
RGB Variations
Color information
#D41999 (or 0xD41999) is known color: Medium Violet Red. HEX triplet: D4, 19 and 99. RGB value is (212,25,153). Sum of RGB (Red+Green+Blue) = 212+25+153=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D41999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41999 is #2BE666. Grayscale: #5F5F5F. Windows color (decimal): -2877031 or 10033620. OLE color: 10033620.
HSL color Cylindrical-coordinate representation of color #D41999: hue angle of 318.93º 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 #D41999 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 153 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.17 |
| HSL | 318.93º | 0.79% | 0.46% | - |
| HSV(B) | 318.93º | 0.88% | 0.83% | - |
| XYZ | 33.25 | 16.99 | 31.66 | - |
| YUV | 95.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 153 | 0 | 0.88 | 0.28 | 0.17 | 318.93 | 0.79 | 0.46 |
| Hex | D4 | 19 | 99 | 0 | 58 | 1C | 11 | 13F | 4F | 2E |
| Octal | 324 | 31 | 231 | 0 | 130 | 34 | 21 | 477 | 117 | 56 |
| Binary | 11010100 | 11001 | 10011001 | 0 | 1011000 | 11100 | 10001 | 100111111 | 1001111 | 101110 |
Color Harmonies of #D41999
Complementary color
Monochromatic Colors of #D41999
Black with #D41999
Text Example
Text Example
White with #D41999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41999; }
p { color: rgb(212,25,153); }
H1.HeaderClassName
{
color: #D41999;
}
.AnyTagClassName
{
color: #D41999;
}
</style>
background-color css
<style>
a { background-color: #D41999; }
a { background-color: rgb(212,25,153); }
div.DivClassName
{
background-color: #D41999;
}
.BgClassName
{
background-color: #D41999;
}
</style>
border-color css
<style>
span { border-color: #D41999; }
span { border-color: rgb(212,25,153); }
td.TdClassName
{
border-color: #D41999;
}
.TagClassName
{
border-color: #D41999;
}
</style>