Shades of Medium Violet Red #D41387
Tints of Medium Violet Red #D41387
RGB
CMYK
RGB Variations
Color information
#D41387 (or 0xD41387) is known color: Medium Violet Red. HEX triplet: D4, 13 and 87. RGB value is (212,19,135). Sum of RGB (Red+Green+Blue) = 212+19+135=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D41387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41387 is #2BEC78. Grayscale: #595959. Windows color (decimal): -2878585 or 8852436. OLE color: 8852436.
HSL color Cylindrical-coordinate representation of color #D41387: hue angle of 323.94º 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 #D41387 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 135 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.17 |
| HSL | 323.94º | 0.84% | 0.45% | - |
| HSV(B) | 323.94º | 0.91% | 0.83% | - |
| XYZ | 31.76 | 16.21 | 24.38 | - |
| YUV | 89.93 | 153.44 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 135 | 0 | 0.91 | 0.36 | 0.17 | 323.94 | 0.84 | 0.45 |
| Hex | D4 | 13 | 87 | 0 | 5B | 24 | 11 | 144 | 54 | 2D |
| Octal | 324 | 23 | 207 | 0 | 133 | 44 | 21 | 504 | 124 | 55 |
| Binary | 11010100 | 10011 | 10000111 | 0 | 1011011 | 100100 | 10001 | 101000100 | 1010100 | 101101 |
Color Harmonies of #D41387
Complementary color
Monochromatic Colors of #D41387
Black with #D41387
Text Example
Text Example
White with #D41387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41387; }
p { color: rgb(212,19,135); }
H1.HeaderClassName
{
color: #D41387;
}
.AnyTagClassName
{
color: #D41387;
}
</style>
background-color css
<style>
a { background-color: #D41387; }
a { background-color: rgb(212,19,135); }
div.DivClassName
{
background-color: #D41387;
}
.BgClassName
{
background-color: #D41387;
}
</style>
border-color css
<style>
span { border-color: #D41387; }
span { border-color: rgb(212,19,135); }
td.TdClassName
{
border-color: #D41387;
}
.TagClassName
{
border-color: #D41387;
}
</style>