Shades of Medium Violet Red #D5189C
Tints of Medium Violet Red #D5189C
RGB
CMYK
RGB Variations
Color information
#D5189C (or 0xD5189C) is known color: Medium Violet Red. HEX triplet: D5, 18 and 9C. RGB value is (213,24,156). Sum of RGB (Red+Green+Blue) = 213+24+156=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5189C is #2AE763. Grayscale: #5F5F5F. Windows color (decimal): -2811748 or 10229973. OLE color: 10229973.
HSL color Cylindrical-coordinate representation of color #D5189C: hue angle of 318.1º 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 #D5189C is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 156 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.16 |
| HSL | 318.1º | 0.8% | 0.46% | - |
| HSV(B) | 318.1º | 0.89% | 0.84% | - |
| XYZ | 33.77 | 17.2 | 32.99 | - |
| YUV | 95.56 | 162.12 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 156 | 0 | 0.89 | 0.27 | 0.16 | 318.1 | 0.8 | 0.46 |
| Hex | D5 | 18 | 9C | 0 | 59 | 1B | 10 | 13E | 50 | 2E |
| Octal | 325 | 30 | 234 | 0 | 131 | 33 | 20 | 476 | 120 | 56 |
| Binary | 11010101 | 11000 | 10011100 | 0 | 1011001 | 11011 | 10000 | 100111110 | 1010000 | 101110 |
Color Harmonies of #D5189C
Complementary color
Monochromatic Colors of #D5189C
Black with #D5189C
Text Example
Text Example
White with #D5189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5189C; }
p { color: rgb(213,24,156); }
H1.HeaderClassName
{
color: #D5189C;
}
.AnyTagClassName
{
color: #D5189C;
}
</style>
background-color css
<style>
a { background-color: #D5189C; }
a { background-color: rgb(213,24,156); }
div.DivClassName
{
background-color: #D5189C;
}
.BgClassName
{
background-color: #D5189C;
}
</style>
border-color css
<style>
span { border-color: #D5189C; }
span { border-color: rgb(213,24,156); }
td.TdClassName
{
border-color: #D5189C;
}
.TagClassName
{
border-color: #D5189C;
}
</style>