Shades of Medium Violet Red #D71383
Tints of Medium Violet Red #D71383
RGB
CMYK
RGB Variations
Color information
#D71383 (or 0xD71383) is known color: Medium Violet Red. HEX triplet: D7, 13 and 83. RGB value is (215,19,131). Sum of RGB (Red+Green+Blue) = 215+19+131=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D71383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71383 is #28EC7C. Grayscale: #5A5A5A. Windows color (decimal): -2681981 or 8590295. OLE color: 8590295.
HSL color Cylindrical-coordinate representation of color #D71383: hue angle of 325.71º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71383 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 131 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.16 |
| HSL | 325.71º | 0.84% | 0.46% | - |
| HSV(B) | 325.71º | 0.91% | 0.84% | - |
| XYZ | 32.35 | 16.55 | 22.96 | - |
| YUV | 90.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 131 | 0 | 0.91 | 0.39 | 0.16 | 325.71 | 0.84 | 0.46 |
| Hex | D7 | 13 | 83 | 0 | 5B | 27 | 10 | 146 | 54 | 2E |
| Octal | 327 | 23 | 203 | 0 | 133 | 47 | 20 | 506 | 124 | 56 |
| Binary | 11010111 | 10011 | 10000011 | 0 | 1011011 | 100111 | 10000 | 101000110 | 1010100 | 101110 |
Color Harmonies of #D71383
Complementary color
Monochromatic Colors of #D71383
Black with #D71383
Text Example
Text Example
White with #D71383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71383; }
p { color: rgb(215,19,131); }
H1.HeaderClassName
{
color: #D71383;
}
.AnyTagClassName
{
color: #D71383;
}
</style>
background-color css
<style>
a { background-color: #D71383; }
a { background-color: rgb(215,19,131); }
div.DivClassName
{
background-color: #D71383;
}
.BgClassName
{
background-color: #D71383;
}
</style>
border-color css
<style>
span { border-color: #D71383; }
span { border-color: rgb(215,19,131); }
td.TdClassName
{
border-color: #D71383;
}
.TagClassName
{
border-color: #D71383;
}
</style>