Shades of Medium Violet Red #D5189D
Tints of Medium Violet Red #D5189D
RGB
CMYK
RGB Variations
Color information
#D5189D (or 0xD5189D) is known color: Medium Violet Red. HEX triplet: D5, 18 and 9D. RGB value is (213,24,157). Sum of RGB (Red+Green+Blue) = 213+24+157=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5189D is #2AE762. Grayscale: #5F5F5F. Windows color (decimal): -2811747 or 10295509. OLE color: 10295509.
HSL color Cylindrical-coordinate representation of color #D5189D: hue angle of 317.78º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5189D is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 157 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.16 |
| HSL | 317.78º | 0.8% | 0.46% | - |
| HSV(B) | 317.78º | 0.89% | 0.84% | - |
| XYZ | 33.85 | 17.23 | 33.44 | - |
| YUV | 95.67 | 162.62 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 157 | 0 | 0.89 | 0.26 | 0.16 | 317.78 | 0.8 | 0.46 |
| Hex | D5 | 18 | 9D | 0 | 59 | 1A | 10 | 13E | 50 | 2E |
| Octal | 325 | 30 | 235 | 0 | 131 | 32 | 20 | 476 | 120 | 56 |
| Binary | 11010101 | 11000 | 10011101 | 0 | 1011001 | 11010 | 10000 | 100111110 | 1010000 | 101110 |
Color Harmonies of #D5189D
Complementary color
Monochromatic Colors of #D5189D
Black with #D5189D
Text Example
Text Example
White with #D5189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5189D; }
p { color: rgb(213,24,157); }
H1.HeaderClassName
{
color: #D5189D;
}
.AnyTagClassName
{
color: #D5189D;
}
</style>
background-color css
<style>
a { background-color: #D5189D; }
a { background-color: rgb(213,24,157); }
div.DivClassName
{
background-color: #D5189D;
}
.BgClassName
{
background-color: #D5189D;
}
</style>
border-color css
<style>
span { border-color: #D5189D; }
span { border-color: rgb(213,24,157); }
td.TdClassName
{
border-color: #D5189D;
}
.TagClassName
{
border-color: #D5189D;
}
</style>