Shades of Medium Violet Red #D7189A
Tints of Medium Violet Red #D7189A
RGB
CMYK
RGB Variations
Color information
#D7189A (or 0xD7189A) is known color: Medium Violet Red. HEX triplet: D7, 18 and 9A. RGB value is (215,24,154). Sum of RGB (Red+Green+Blue) = 215+24+154=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7189A is #28E765. Grayscale: #5F5F5F. Windows color (decimal): -2680678 or 10098903. OLE color: 10098903.
HSL color Cylindrical-coordinate representation of color #D7189A: hue angle of 319.16º 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 #D7189A is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 154 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.16 |
| HSL | 319.16º | 0.8% | 0.47% | - |
| HSV(B) | 319.16º | 0.89% | 0.84% | - |
| XYZ | 34.18 | 17.43 | 32.14 | - |
| YUV | 95.93 | 160.78 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 154 | 0 | 0.89 | 0.28 | 0.16 | 319.16 | 0.8 | 0.47 |
| Hex | D7 | 18 | 9A | 0 | 59 | 1C | 10 | 13F | 50 | 2F |
| Octal | 327 | 30 | 232 | 0 | 131 | 34 | 20 | 477 | 120 | 57 |
| Binary | 11010111 | 11000 | 10011010 | 0 | 1011001 | 11100 | 10000 | 100111111 | 1010000 | 101111 |
Color Harmonies of #D7189A
Complementary color
Monochromatic Colors of #D7189A
Black with #D7189A
Text Example
Text Example
White with #D7189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7189A; }
p { color: rgb(215,24,154); }
H1.HeaderClassName
{
color: #D7189A;
}
.AnyTagClassName
{
color: #D7189A;
}
</style>
background-color css
<style>
a { background-color: #D7189A; }
a { background-color: rgb(215,24,154); }
div.DivClassName
{
background-color: #D7189A;
}
.BgClassName
{
background-color: #D7189A;
}
</style>
border-color css
<style>
span { border-color: #D7189A; }
span { border-color: rgb(215,24,154); }
td.TdClassName
{
border-color: #D7189A;
}
.TagClassName
{
border-color: #D7189A;
}
</style>