Shades of Medium Violet Red #D7178B
Tints of Medium Violet Red #D7178B
RGB
CMYK
RGB Variations
Color information
#D7178B (or 0xD7178B) is known color: Medium Violet Red. HEX triplet: D7, 17 and 8B. RGB value is (215,23,139). Sum of RGB (Red+Green+Blue) = 215+23+139=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7178B is #28E874. Grayscale: #5D5D5D. Windows color (decimal): -2680949 or 9115607. OLE color: 9115607.
HSL color Cylindrical-coordinate representation of color #D7178B: hue angle of 323.75º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7178B is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 139 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.16 |
| HSL | 323.75º | 0.81% | 0.47% | - |
| HSV(B) | 323.75º | 0.89% | 0.84% | - |
| XYZ | 32.99 | 16.92 | 25.95 | - |
| YUV | 93.63 | 153.61 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 139 | 0 | 0.89 | 0.35 | 0.16 | 323.75 | 0.81 | 0.47 |
| Hex | D7 | 17 | 8B | 0 | 59 | 23 | 10 | 144 | 51 | 2F |
| Octal | 327 | 27 | 213 | 0 | 131 | 43 | 20 | 504 | 121 | 57 |
| Binary | 11010111 | 10111 | 10001011 | 0 | 1011001 | 100011 | 10000 | 101000100 | 1010001 | 101111 |
Color Harmonies of #D7178B
Complementary color
Monochromatic Colors of #D7178B
Black with #D7178B
Text Example
Text Example
White with #D7178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7178B; }
p { color: rgb(215,23,139); }
H1.HeaderClassName
{
color: #D7178B;
}
.AnyTagClassName
{
color: #D7178B;
}
</style>
background-color css
<style>
a { background-color: #D7178B; }
a { background-color: rgb(215,23,139); }
div.DivClassName
{
background-color: #D7178B;
}
.BgClassName
{
background-color: #D7178B;
}
</style>
border-color css
<style>
span { border-color: #D7178B; }
span { border-color: rgb(215,23,139); }
td.TdClassName
{
border-color: #D7178B;
}
.TagClassName
{
border-color: #D7178B;
}
</style>