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