Shades of Medium Violet Red #D71BA8
Tints of Medium Violet Red #D71BA8
RGB
CMYK
RGB Variations
Color information
#D71BA8 (or 0xD71BA8) is known color: Medium Violet Red. HEX triplet: D7, 1B and A8. RGB value is (215,27,168). Sum of RGB (Red+Green+Blue) = 215+27+168=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71BA8 is #28E457. Grayscale: #626262. Windows color (decimal): -2679896 or 11017175. OLE color: 11017175.
HSL color Cylindrical-coordinate representation of color #D71BA8: hue angle of 315º 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 #D71BA8 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 168 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.16 |
| HSL | 315º | 0.78% | 0.47% | - |
| HSV(B) | 315º | 0.87% | 0.84% | - |
| XYZ | 35.48 | 18.06 | 38.66 | - |
| YUV | 99.29 | 166.78 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 168 | 0 | 0.87 | 0.22 | 0.16 | 315 | 0.78 | 0.47 |
| Hex | D7 | 1B | A8 | 0 | 57 | 16 | 10 | 13B | 4E | 2F |
| Octal | 327 | 33 | 250 | 0 | 127 | 26 | 20 | 473 | 116 | 57 |
| Binary | 11010111 | 11011 | 10101000 | 0 | 1010111 | 10110 | 10000 | 100111011 | 1001110 | 101111 |
Color Harmonies of #D71BA8
Complementary color
Monochromatic Colors of #D71BA8
Black with #D71BA8
Text Example
Text Example
White with #D71BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BA8; }
p { color: rgb(215,27,168); }
H1.HeaderClassName
{
color: #D71BA8;
}
.AnyTagClassName
{
color: #D71BA8;
}
</style>
background-color css
<style>
a { background-color: #D71BA8; }
a { background-color: rgb(215,27,168); }
div.DivClassName
{
background-color: #D71BA8;
}
.BgClassName
{
background-color: #D71BA8;
}
</style>
border-color css
<style>
span { border-color: #D71BA8; }
span { border-color: rgb(215,27,168); }
td.TdClassName
{
border-color: #D71BA8;
}
.TagClassName
{
border-color: #D71BA8;
}
</style>