Shades of Medium Violet Red #D71683
Tints of Medium Violet Red #D71683
RGB
CMYK
RGB Variations
Color information
#D71683 (or 0xD71683) is known color: Medium Violet Red. HEX triplet: D7, 16 and 83. RGB value is (215,22,131). Sum of RGB (Red+Green+Blue) = 215+22+131=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D71683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71683 is #28E97C. Grayscale: #5B5B5B. Windows color (decimal): -2681213 or 8591063. OLE color: 8591063.
HSL color Cylindrical-coordinate representation of color #D71683: hue angle of 326.11º 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 #D71683 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 131 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.16 |
| HSL | 326.11º | 0.81% | 0.46% | - |
| HSV(B) | 326.11º | 0.9% | 0.84% | - |
| XYZ | 32.41 | 16.66 | 22.98 | - |
| YUV | 92.13 | 149.94 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 131 | 0 | 0.90 | 0.39 | 0.16 | 326.11 | 0.81 | 0.46 |
| Hex | D7 | 16 | 83 | 0 | 5A | 27 | 10 | 146 | 51 | 2E |
| Octal | 327 | 26 | 203 | 0 | 132 | 47 | 20 | 506 | 121 | 56 |
| Binary | 11010111 | 10110 | 10000011 | 0 | 1011010 | 100111 | 10000 | 101000110 | 1010001 | 101110 |
Color Harmonies of #D71683
Complementary color
Monochromatic Colors of #D71683
Black with #D71683
Text Example
Text Example
White with #D71683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71683; }
p { color: rgb(215,22,131); }
H1.HeaderClassName
{
color: #D71683;
}
.AnyTagClassName
{
color: #D71683;
}
</style>
background-color css
<style>
a { background-color: #D71683; }
a { background-color: rgb(215,22,131); }
div.DivClassName
{
background-color: #D71683;
}
.BgClassName
{
background-color: #D71683;
}
</style>
border-color css
<style>
span { border-color: #D71683; }
span { border-color: rgb(215,22,131); }
td.TdClassName
{
border-color: #D71683;
}
.TagClassName
{
border-color: #D71683;
}
</style>