Shades of Medium Violet Red #D41399
Tints of Medium Violet Red #D41399
RGB
CMYK
RGB Variations
Color information
#D41399 (or 0xD41399) is known color: Medium Violet Red. HEX triplet: D4, 13 and 99. RGB value is (212,19,153). Sum of RGB (Red+Green+Blue) = 212+19+153=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D41399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41399 is #2BEC66. Grayscale: #5B5B5B. Windows color (decimal): -2878567 or 10032084. OLE color: 10032084.
HSL color Cylindrical-coordinate representation of color #D41399: hue angle of 318.34º 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 #D41399 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 153 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.17 |
| HSL | 318.34º | 0.84% | 0.45% | - |
| HSV(B) | 318.34º | 0.91% | 0.83% | - |
| XYZ | 33.13 | 16.76 | 31.63 | - |
| YUV | 91.98 | 162.44 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 153 | 0 | 0.91 | 0.28 | 0.17 | 318.34 | 0.84 | 0.45 |
| Hex | D4 | 13 | 99 | 0 | 5B | 1C | 11 | 13E | 54 | 2D |
| Octal | 324 | 23 | 231 | 0 | 133 | 34 | 21 | 476 | 124 | 55 |
| Binary | 11010100 | 10011 | 10011001 | 0 | 1011011 | 11100 | 10001 | 100111110 | 1010100 | 101101 |
Color Harmonies of #D41399
Complementary color
Monochromatic Colors of #D41399
Black with #D41399
Text Example
Text Example
White with #D41399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41399; }
p { color: rgb(212,19,153); }
H1.HeaderClassName
{
color: #D41399;
}
.AnyTagClassName
{
color: #D41399;
}
</style>
background-color css
<style>
a { background-color: #D41399; }
a { background-color: rgb(212,19,153); }
div.DivClassName
{
background-color: #D41399;
}
.BgClassName
{
background-color: #D41399;
}
</style>
border-color css
<style>
span { border-color: #D41399; }
span { border-color: rgb(212,19,153); }
td.TdClassName
{
border-color: #D41399;
}
.TagClassName
{
border-color: #D41399;
}
</style>