Shades of Medium Violet Red #D50189
Tints of Medium Violet Red #D50189
RGB
CMYK
RGB Variations
Color information
#D50189 (or 0xD50189) is known color: Medium Violet Red. HEX triplet: D5, 01 and 89. RGB value is (213,1,137). Sum of RGB (Red+Green+Blue) = 213+1+137=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D50189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50189 is #2AFE76. Grayscale: #4F4F4F. Windows color (decimal): -2817655 or 8978901. OLE color: 8978901.
HSL color Cylindrical-coordinate representation of color #D50189: hue angle of 321.51º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50189 is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.16 |
| HSL | 321.51º | 0.99% | 0.42% | - |
| HSV(B) | 321.51º | 1% | 0.84% | - |
| XYZ | 31.97 | 15.97 | 25.07 | - |
| YUV | 79.89 | 160.24 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 137 | 0 | 1.00 | 0.36 | 0.16 | 321.51 | 0.99 | 0.42 |
| Hex | D5 | 1 | 89 | 0 | 64 | 24 | 10 | 142 | 63 | 2A |
| Octal | 325 | 1 | 211 | 0 | 144 | 44 | 20 | 502 | 143 | 52 |
| Binary | 11010101 | 1 | 10001001 | 0 | 1100100 | 100100 | 10000 | 101000010 | 1100011 | 101010 |
Color Harmonies of #D50189
Complementary color
Monochromatic Colors of #D50189
Black with #D50189
Text Example
Text Example
White with #D50189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50189; }
p { color: rgb(213,1,137); }
H1.HeaderClassName
{
color: #D50189;
}
.AnyTagClassName
{
color: #D50189;
}
</style>
background-color css
<style>
a { background-color: #D50189; }
a { background-color: rgb(213,1,137); }
div.DivClassName
{
background-color: #D50189;
}
.BgClassName
{
background-color: #D50189;
}
</style>
border-color css
<style>
span { border-color: #D50189; }
span { border-color: rgb(213,1,137); }
td.TdClassName
{
border-color: #D50189;
}
.TagClassName
{
border-color: #D50189;
}
</style>