Shades of Medium Violet Red #D5189A
Tints of Medium Violet Red #D5189A
RGB
CMYK
RGB Variations
Color information
#D5189A (or 0xD5189A) is known color: Medium Violet Red. HEX triplet: D5, 18 and 9A. RGB value is (213,24,154). Sum of RGB (Red+Green+Blue) = 213+24+154=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5189A is #2AE765. Grayscale: #5F5F5F. Windows color (decimal): -2811750 or 10098901. OLE color: 10098901.
HSL color Cylindrical-coordinate representation of color #D5189A: hue angle of 318.73º 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 #D5189A is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 154 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.16 |
| HSL | 318.73º | 0.8% | 0.46% | - |
| HSV(B) | 318.73º | 0.89% | 0.84% | - |
| XYZ | 33.6 | 17.13 | 32.11 | - |
| YUV | 95.33 | 161.12 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 154 | 0 | 0.89 | 0.28 | 0.16 | 318.73 | 0.8 | 0.46 |
| Hex | D5 | 18 | 9A | 0 | 59 | 1C | 10 | 13F | 50 | 2E |
| Octal | 325 | 30 | 232 | 0 | 131 | 34 | 20 | 477 | 120 | 56 |
| Binary | 11010101 | 11000 | 10011010 | 0 | 1011001 | 11100 | 10000 | 100111111 | 1010000 | 101110 |
Color Harmonies of #D5189A
Complementary color
Monochromatic Colors of #D5189A
Black with #D5189A
Text Example
Text Example
White with #D5189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5189A; }
p { color: rgb(213,24,154); }
H1.HeaderClassName
{
color: #D5189A;
}
.AnyTagClassName
{
color: #D5189A;
}
</style>
background-color css
<style>
a { background-color: #D5189A; }
a { background-color: rgb(213,24,154); }
div.DivClassName
{
background-color: #D5189A;
}
.BgClassName
{
background-color: #D5189A;
}
</style>
border-color css
<style>
span { border-color: #D5189A; }
span { border-color: rgb(213,24,154); }
td.TdClassName
{
border-color: #D5189A;
}
.TagClassName
{
border-color: #D5189A;
}
</style>