Shades of Medium Violet Red #D71B8C
Tints of Medium Violet Red #D71B8C
RGB
CMYK
RGB Variations
Color information
#D71B8C (or 0xD71B8C) is known color: Medium Violet Red. HEX triplet: D7, 1B and 8C. RGB value is (215,27,140). Sum of RGB (Red+Green+Blue) = 215+27+140=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71B8C is #28E473. Grayscale: #5F5F5F. Windows color (decimal): -2679924 or 9182167. OLE color: 9182167.
HSL color Cylindrical-coordinate representation of color #D71B8C: hue angle of 323.94º 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 #D71B8C is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 140 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.16 |
| HSL | 323.94º | 0.78% | 0.47% | - |
| HSV(B) | 323.94º | 0.87% | 0.84% | - |
| XYZ | 33.15 | 17.12 | 26.37 | - |
| YUV | 96.09 | 152.78 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 140 | 0 | 0.87 | 0.35 | 0.16 | 323.94 | 0.78 | 0.47 |
| Hex | D7 | 1B | 8C | 0 | 57 | 23 | 10 | 144 | 4E | 2F |
| Octal | 327 | 33 | 214 | 0 | 127 | 43 | 20 | 504 | 116 | 57 |
| Binary | 11010111 | 11011 | 10001100 | 0 | 1010111 | 100011 | 10000 | 101000100 | 1001110 | 101111 |
Color Harmonies of #D71B8C
Complementary color
Monochromatic Colors of #D71B8C
Black with #D71B8C
Text Example
Text Example
White with #D71B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71B8C; }
p { color: rgb(215,27,140); }
H1.HeaderClassName
{
color: #D71B8C;
}
.AnyTagClassName
{
color: #D71B8C;
}
</style>
background-color css
<style>
a { background-color: #D71B8C; }
a { background-color: rgb(215,27,140); }
div.DivClassName
{
background-color: #D71B8C;
}
.BgClassName
{
background-color: #D71B8C;
}
</style>
border-color css
<style>
span { border-color: #D71B8C; }
span { border-color: rgb(215,27,140); }
td.TdClassName
{
border-color: #D71B8C;
}
.TagClassName
{
border-color: #D71B8C;
}
</style>