Shades of Medium Violet Red #D71684
Tints of Medium Violet Red #D71684
RGB
CMYK
RGB Variations
Color information
#D71684 (or 0xD71684) is known color: Medium Violet Red. HEX triplet: D7, 16 and 84. RGB value is (215,22,132). Sum of RGB (Red+Green+Blue) = 215+22+132=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D71684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71684 is #28E97B. Grayscale: #5C5C5C. Windows color (decimal): -2681212 or 8656599. OLE color: 8656599.
HSL color Cylindrical-coordinate representation of color #D71684: hue angle of 325.8º 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 #D71684 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 132 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.16 |
| HSL | 325.8º | 0.81% | 0.46% | - |
| HSV(B) | 325.8º | 0.9% | 0.84% | - |
| XYZ | 32.48 | 16.69 | 23.34 | - |
| YUV | 92.25 | 150.44 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 132 | 0 | 0.90 | 0.39 | 0.16 | 325.8 | 0.81 | 0.46 |
| Hex | D7 | 16 | 84 | 0 | 5A | 27 | 10 | 146 | 51 | 2E |
| Octal | 327 | 26 | 204 | 0 | 132 | 47 | 20 | 506 | 121 | 56 |
| Binary | 11010111 | 10110 | 10000100 | 0 | 1011010 | 100111 | 10000 | 101000110 | 1010001 | 101110 |
Color Harmonies of #D71684
Complementary color
Monochromatic Colors of #D71684
Black with #D71684
Text Example
Text Example
White with #D71684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71684; }
p { color: rgb(215,22,132); }
H1.HeaderClassName
{
color: #D71684;
}
.AnyTagClassName
{
color: #D71684;
}
</style>
background-color css
<style>
a { background-color: #D71684; }
a { background-color: rgb(215,22,132); }
div.DivClassName
{
background-color: #D71684;
}
.BgClassName
{
background-color: #D71684;
}
</style>
border-color css
<style>
span { border-color: #D71684; }
span { border-color: rgb(215,22,132); }
td.TdClassName
{
border-color: #D71684;
}
.TagClassName
{
border-color: #D71684;
}
</style>