Shades of Medium Violet Red #D71B7F
Tints of Medium Violet Red #D71B7F
RGB
CMYK
RGB Variations
Color information
#D71B7F (or 0xD71B7F) is known color: Medium Violet Red. HEX triplet: D7, 1B and 7F. RGB value is (215,27,127). Sum of RGB (Red+Green+Blue) = 215+27+127=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B7F is #28E480. Grayscale: #5E5E5E. Windows color (decimal): -2679937 or 8330199. OLE color: 8330199.
HSL color Cylindrical-coordinate representation of color #D71B7F: hue angle of 328.09º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71B7F is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 127 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.16 |
| HSL | 328.09º | 0.78% | 0.47% | - |
| HSV(B) | 328.09º | 0.87% | 0.84% | - |
| XYZ | 32.25 | 16.76 | 21.61 | - |
| YUV | 94.61 | 146.28 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 127 | 0 | 0.87 | 0.41 | 0.16 | 328.09 | 0.78 | 0.47 |
| Hex | D7 | 1B | 7F | 0 | 57 | 29 | 10 | 148 | 4E | 2F |
| Octal | 327 | 33 | 177 | 0 | 127 | 51 | 20 | 510 | 116 | 57 |
| Binary | 11010111 | 11011 | 1111111 | 0 | 1010111 | 101001 | 10000 | 101001000 | 1001110 | 101111 |
Color Harmonies of #D71B7F
Complementary color
Monochromatic Colors of #D71B7F
Black with #D71B7F
Text Example
Text Example
White with #D71B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71B7F; }
p { color: rgb(215,27,127); }
H1.HeaderClassName
{
color: #D71B7F;
}
.AnyTagClassName
{
color: #D71B7F;
}
</style>
background-color css
<style>
a { background-color: #D71B7F; }
a { background-color: rgb(215,27,127); }
div.DivClassName
{
background-color: #D71B7F;
}
.BgClassName
{
background-color: #D71B7F;
}
</style>
border-color css
<style>
span { border-color: #D71B7F; }
span { border-color: rgb(215,27,127); }
td.TdClassName
{
border-color: #D71B7F;
}
.TagClassName
{
border-color: #D71B7F;
}
</style>