Shades of Medium Violet Red #D71685
Tints of Medium Violet Red #D71685
RGB
CMYK
RGB Variations
Color information
#D71685 (or 0xD71685) is known color: Medium Violet Red. HEX triplet: D7, 16 and 85. RGB value is (215,22,133). Sum of RGB (Red+Green+Blue) = 215+22+133=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D71685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71685 is #28E97A. Grayscale: #5C5C5C. Windows color (decimal): -2681211 or 8722135. OLE color: 8722135.
HSL color Cylindrical-coordinate representation of color #D71685: hue angle of 325.49º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71685 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 133 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.16 |
| HSL | 325.49º | 0.81% | 0.46% | - |
| HSV(B) | 325.49º | 0.9% | 0.84% | - |
| XYZ | 32.54 | 16.71 | 23.7 | - |
| YUV | 92.36 | 150.94 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 133 | 0 | 0.90 | 0.38 | 0.16 | 325.49 | 0.81 | 0.46 |
| Hex | D7 | 16 | 85 | 0 | 5A | 26 | 10 | 145 | 51 | 2E |
| Octal | 327 | 26 | 205 | 0 | 132 | 46 | 20 | 505 | 121 | 56 |
| Binary | 11010111 | 10110 | 10000101 | 0 | 1011010 | 100110 | 10000 | 101000101 | 1010001 | 101110 |
Color Harmonies of #D71685
Complementary color
Monochromatic Colors of #D71685
Black with #D71685
Text Example
Text Example
White with #D71685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71685; }
p { color: rgb(215,22,133); }
H1.HeaderClassName
{
color: #D71685;
}
.AnyTagClassName
{
color: #D71685;
}
</style>
background-color css
<style>
a { background-color: #D71685; }
a { background-color: rgb(215,22,133); }
div.DivClassName
{
background-color: #D71685;
}
.BgClassName
{
background-color: #D71685;
}
</style>
border-color css
<style>
span { border-color: #D71685; }
span { border-color: rgb(215,22,133); }
td.TdClassName
{
border-color: #D71685;
}
.TagClassName
{
border-color: #D71685;
}
</style>