Shades of Medium Violet Red #D7189B
Tints of Medium Violet Red #D7189B
RGB
CMYK
RGB Variations
Color information
#D7189B (or 0xD7189B) is known color: Medium Violet Red. HEX triplet: D7, 18 and 9B. RGB value is (215,24,155). Sum of RGB (Red+Green+Blue) = 215+24+155=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7189B is #28E764. Grayscale: #5F5F5F. Windows color (decimal): -2680677 or 10164439. OLE color: 10164439.
HSL color Cylindrical-coordinate representation of color #D7189B: hue angle of 318.85º 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 #D7189B is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 155 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.16 |
| HSL | 318.85º | 0.8% | 0.47% | - |
| HSV(B) | 318.85º | 0.89% | 0.84% | - |
| XYZ | 34.27 | 17.47 | 32.58 | - |
| YUV | 96.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 155 | 0 | 0.89 | 0.28 | 0.16 | 318.85 | 0.8 | 0.47 |
| Hex | D7 | 18 | 9B | 0 | 59 | 1C | 10 | 13F | 50 | 2F |
| Octal | 327 | 30 | 233 | 0 | 131 | 34 | 20 | 477 | 120 | 57 |
| Binary | 11010111 | 11000 | 10011011 | 0 | 1011001 | 11100 | 10000 | 100111111 | 1010000 | 101111 |
Color Harmonies of #D7189B
Complementary color
Monochromatic Colors of #D7189B
Black with #D7189B
Text Example
Text Example
White with #D7189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7189B; }
p { color: rgb(215,24,155); }
H1.HeaderClassName
{
color: #D7189B;
}
.AnyTagClassName
{
color: #D7189B;
}
</style>
background-color css
<style>
a { background-color: #D7189B; }
a { background-color: rgb(215,24,155); }
div.DivClassName
{
background-color: #D7189B;
}
.BgClassName
{
background-color: #D7189B;
}
</style>
border-color css
<style>
span { border-color: #D7189B; }
span { border-color: rgb(215,24,155); }
td.TdClassName
{
border-color: #D7189B;
}
.TagClassName
{
border-color: #D7189B;
}
</style>