Shades of Medium Violet Red #D41687
Tints of Medium Violet Red #D41687
RGB
CMYK
RGB Variations
Color information
#D41687 (or 0xD41687) is known color: Medium Violet Red. HEX triplet: D4, 16 and 87. RGB value is (212,22,135). Sum of RGB (Red+Green+Blue) = 212+22+135=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D41687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41687 is #2BE978. Grayscale: #5B5B5B. Windows color (decimal): -2877817 or 8853204. OLE color: 8853204.
HSL color Cylindrical-coordinate representation of color #D41687: hue angle of 324.32º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41687 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 135 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.17 |
| HSL | 324.32º | 0.81% | 0.46% | - |
| HSV(B) | 324.32º | 0.9% | 0.83% | - |
| XYZ | 31.81 | 16.32 | 24.4 | - |
| YUV | 91.69 | 152.45 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 135 | 0 | 0.90 | 0.36 | 0.17 | 324.32 | 0.81 | 0.46 |
| Hex | D4 | 16 | 87 | 0 | 5A | 24 | 11 | 144 | 51 | 2E |
| Octal | 324 | 26 | 207 | 0 | 132 | 44 | 21 | 504 | 121 | 56 |
| Binary | 11010100 | 10110 | 10000111 | 0 | 1011010 | 100100 | 10001 | 101000100 | 1010001 | 101110 |
Color Harmonies of #D41687
Complementary color
Monochromatic Colors of #D41687
Black with #D41687
Text Example
Text Example
White with #D41687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41687; }
p { color: rgb(212,22,135); }
H1.HeaderClassName
{
color: #D41687;
}
.AnyTagClassName
{
color: #D41687;
}
</style>
background-color css
<style>
a { background-color: #D41687; }
a { background-color: rgb(212,22,135); }
div.DivClassName
{
background-color: #D41687;
}
.BgClassName
{
background-color: #D41687;
}
</style>
border-color css
<style>
span { border-color: #D41687; }
span { border-color: rgb(212,22,135); }
td.TdClassName
{
border-color: #D41687;
}
.TagClassName
{
border-color: #D41687;
}
</style>