Shades of Medium Violet Red #D41787
Tints of Medium Violet Red #D41787
RGB
CMYK
RGB Variations
Color information
#D41787 (or 0xD41787) is known color: Medium Violet Red. HEX triplet: D4, 17 and 87. RGB value is (212,23,135). Sum of RGB (Red+Green+Blue) = 212+23+135=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D41787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41787 is #2BE878. Grayscale: #5C5C5C. Windows color (decimal): -2877561 or 8853460. OLE color: 8853460.
HSL color Cylindrical-coordinate representation of color #D41787: hue angle of 324.44º 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 #D41787 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 135 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.17 |
| HSL | 324.44º | 0.8% | 0.46% | - |
| HSV(B) | 324.44º | 0.89% | 0.83% | - |
| XYZ | 31.83 | 16.36 | 24.4 | - |
| YUV | 92.28 | 152.12 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 135 | 0 | 0.89 | 0.36 | 0.17 | 324.44 | 0.8 | 0.46 |
| Hex | D4 | 17 | 87 | 0 | 59 | 24 | 11 | 144 | 50 | 2E |
| Octal | 324 | 27 | 207 | 0 | 131 | 44 | 21 | 504 | 120 | 56 |
| Binary | 11010100 | 10111 | 10000111 | 0 | 1011001 | 100100 | 10001 | 101000100 | 1010000 | 101110 |
Color Harmonies of #D41787
Complementary color
Monochromatic Colors of #D41787
Black with #D41787
Text Example
Text Example
White with #D41787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41787; }
p { color: rgb(212,23,135); }
H1.HeaderClassName
{
color: #D41787;
}
.AnyTagClassName
{
color: #D41787;
}
</style>
background-color css
<style>
a { background-color: #D41787; }
a { background-color: rgb(212,23,135); }
div.DivClassName
{
background-color: #D41787;
}
.BgClassName
{
background-color: #D41787;
}
</style>
border-color css
<style>
span { border-color: #D41787; }
span { border-color: rgb(212,23,135); }
td.TdClassName
{
border-color: #D41787;
}
.TagClassName
{
border-color: #D41787;
}
</style>