Shades of Medium Violet Red #D71883
Tints of Medium Violet Red #D71883
RGB
CMYK
RGB Variations
Color information
#D71883 (or 0xD71883) is known color: Medium Violet Red. HEX triplet: D7, 18 and 83. RGB value is (215,24,131). Sum of RGB (Red+Green+Blue) = 215+24+131=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D71883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71883 is #28E77C. Grayscale: #5D5D5D. Windows color (decimal): -2680701 or 8591575. OLE color: 8591575.
HSL color Cylindrical-coordinate representation of color #D71883: hue angle of 326.39º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71883 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 131 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.16 |
| HSL | 326.39º | 0.8% | 0.47% | - |
| HSV(B) | 326.39º | 0.89% | 0.84% | - |
| XYZ | 32.45 | 16.74 | 22.99 | - |
| YUV | 93.31 | 149.28 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 131 | 0 | 0.89 | 0.39 | 0.16 | 326.39 | 0.8 | 0.47 |
| Hex | D7 | 18 | 83 | 0 | 59 | 27 | 10 | 146 | 50 | 2F |
| Octal | 327 | 30 | 203 | 0 | 131 | 47 | 20 | 506 | 120 | 57 |
| Binary | 11010111 | 11000 | 10000011 | 0 | 1011001 | 100111 | 10000 | 101000110 | 1010000 | 101111 |
Color Harmonies of #D71883
Complementary color
Monochromatic Colors of #D71883
Black with #D71883
Text Example
Text Example
White with #D71883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71883; }
p { color: rgb(215,24,131); }
H1.HeaderClassName
{
color: #D71883;
}
.AnyTagClassName
{
color: #D71883;
}
</style>
background-color css
<style>
a { background-color: #D71883; }
a { background-color: rgb(215,24,131); }
div.DivClassName
{
background-color: #D71883;
}
.BgClassName
{
background-color: #D71883;
}
</style>
border-color css
<style>
span { border-color: #D71883; }
span { border-color: rgb(215,24,131); }
td.TdClassName
{
border-color: #D71883;
}
.TagClassName
{
border-color: #D71883;
}
</style>