Shades of Medium Violet Red #D8189B
Tints of Medium Violet Red #D8189B
RGB
CMYK
RGB Variations
Color information
#D8189B (or 0xD8189B) is known color: Medium Violet Red. HEX triplet: D8, 18 and 9B. RGB value is (216,24,155). Sum of RGB (Red+Green+Blue) = 216+24+155=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8189B is #27E764. Grayscale: #606060. Windows color (decimal): -2615141 or 10164440. OLE color: 10164440.
HSL color Cylindrical-coordinate representation of color #D8189B: hue angle of 319.06º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8189B is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 155 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.15 |
| HSL | 319.06º | 0.8% | 0.47% | - |
| HSV(B) | 319.06º | 0.89% | 0.85% | - |
| XYZ | 34.56 | 17.62 | 32.59 | - |
| YUV | 96.34 | 161.11 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 155 | 0 | 0.89 | 0.28 | 0.15 | 319.06 | 0.8 | 0.47 |
| Hex | D8 | 18 | 9B | 0 | 59 | 1C | F | 13F | 50 | 2F |
| Octal | 330 | 30 | 233 | 0 | 131 | 34 | 17 | 477 | 120 | 57 |
| Binary | 11011000 | 11000 | 10011011 | 0 | 1011001 | 11100 | 1111 | 100111111 | 1010000 | 101111 |
Color Harmonies of #D8189B
Complementary color
Monochromatic Colors of #D8189B
Black with #D8189B
Text Example
Text Example
White with #D8189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8189B; }
p { color: rgb(216,24,155); }
H1.HeaderClassName
{
color: #D8189B;
}
.AnyTagClassName
{
color: #D8189B;
}
</style>
background-color css
<style>
a { background-color: #D8189B; }
a { background-color: rgb(216,24,155); }
div.DivClassName
{
background-color: #D8189B;
}
.BgClassName
{
background-color: #D8189B;
}
</style>
border-color css
<style>
span { border-color: #D8189B; }
span { border-color: rgb(216,24,155); }
td.TdClassName
{
border-color: #D8189B;
}
.TagClassName
{
border-color: #D8189B;
}
</style>