Shades of Medium Violet Red #D71485
Tints of Medium Violet Red #D71485
RGB
CMYK
RGB Variations
Color information
#D71485 (or 0xD71485) is known color: Medium Violet Red. HEX triplet: D7, 14 and 85. RGB value is (215,20,133). Sum of RGB (Red+Green+Blue) = 215+20+133=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D71485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71485 is #28EB7A. Grayscale: #5A5A5A. Windows color (decimal): -2681723 or 8721623. OLE color: 8721623.
HSL color Cylindrical-coordinate representation of color #D71485: hue angle of 325.23º degrees, saturation: 0.83, 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 #D71485 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 133 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.16 |
| HSL | 325.23º | 0.83% | 0.46% | - |
| HSV(B) | 325.23º | 0.91% | 0.84% | - |
| XYZ | 32.51 | 16.64 | 23.69 | - |
| YUV | 91.19 | 151.6 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 133 | 0 | 0.91 | 0.38 | 0.16 | 325.23 | 0.83 | 0.46 |
| Hex | D7 | 14 | 85 | 0 | 5B | 26 | 10 | 145 | 53 | 2E |
| Octal | 327 | 24 | 205 | 0 | 133 | 46 | 20 | 505 | 123 | 56 |
| Binary | 11010111 | 10100 | 10000101 | 0 | 1011011 | 100110 | 10000 | 101000101 | 1010011 | 101110 |
Color Harmonies of #D71485
Complementary color
Monochromatic Colors of #D71485
Black with #D71485
Text Example
Text Example
White with #D71485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71485; }
p { color: rgb(215,20,133); }
H1.HeaderClassName
{
color: #D71485;
}
.AnyTagClassName
{
color: #D71485;
}
</style>
background-color css
<style>
a { background-color: #D71485; }
a { background-color: rgb(215,20,133); }
div.DivClassName
{
background-color: #D71485;
}
.BgClassName
{
background-color: #D71485;
}
</style>
border-color css
<style>
span { border-color: #D71485; }
span { border-color: rgb(215,20,133); }
td.TdClassName
{
border-color: #D71485;
}
.TagClassName
{
border-color: #D71485;
}
</style>