Shades of Medium Violet Red #D7188A
Tints of Medium Violet Red #D7188A
RGB
CMYK
RGB Variations
Color information
#D7188A (or 0xD7188A) is known color: Medium Violet Red. HEX triplet: D7, 18 and 8A. RGB value is (215,24,138). Sum of RGB (Red+Green+Blue) = 215+24+138=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7188A is #28E775. Grayscale: #5D5D5D. Windows color (decimal): -2680694 or 9050327. OLE color: 9050327.
HSL color Cylindrical-coordinate representation of color #D7188A: hue angle of 324.19º degrees, saturation: 0.8, 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 #D7188A is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 138 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.16 |
| HSL | 324.19º | 0.8% | 0.47% | - |
| HSV(B) | 324.19º | 0.89% | 0.84% | - |
| XYZ | 32.94 | 16.94 | 25.58 | - |
| YUV | 94.11 | 152.78 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 138 | 0 | 0.89 | 0.36 | 0.16 | 324.19 | 0.8 | 0.47 |
| Hex | D7 | 18 | 8A | 0 | 59 | 24 | 10 | 144 | 50 | 2F |
| Octal | 327 | 30 | 212 | 0 | 131 | 44 | 20 | 504 | 120 | 57 |
| Binary | 11010111 | 11000 | 10001010 | 0 | 1011001 | 100100 | 10000 | 101000100 | 1010000 | 101111 |
Color Harmonies of #D7188A
Complementary color
Monochromatic Colors of #D7188A
Black with #D7188A
Text Example
Text Example
White with #D7188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7188A; }
p { color: rgb(215,24,138); }
H1.HeaderClassName
{
color: #D7188A;
}
.AnyTagClassName
{
color: #D7188A;
}
</style>
background-color css
<style>
a { background-color: #D7188A; }
a { background-color: rgb(215,24,138); }
div.DivClassName
{
background-color: #D7188A;
}
.BgClassName
{
background-color: #D7188A;
}
</style>
border-color css
<style>
span { border-color: #D7188A; }
span { border-color: rgb(215,24,138); }
td.TdClassName
{
border-color: #D7188A;
}
.TagClassName
{
border-color: #D7188A;
}
</style>