Shades of Medium Violet Red #D50C89
Tints of Medium Violet Red #D50C89
RGB
CMYK
RGB Variations
Color information
#D50C89 (or 0xD50C89) is known color: Medium Violet Red. HEX triplet: D5, 0C and 89. RGB value is (213,12,137). Sum of RGB (Red+Green+Blue) = 213+12+137=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50C89 is #2AF376. Grayscale: #565656. Windows color (decimal): -2814839 or 8981717. OLE color: 8981717.
HSL color Cylindrical-coordinate representation of color #D50C89: hue angle of 322.69º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C89 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 137 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.16 |
| HSL | 322.69º | 0.89% | 0.44% | - |
| HSV(B) | 322.69º | 0.94% | 0.84% | - |
| XYZ | 32.09 | 16.22 | 25.11 | - |
| YUV | 86.35 | 156.59 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 137 | 0 | 0.94 | 0.36 | 0.16 | 322.69 | 0.89 | 0.44 |
| Hex | D5 | C | 89 | 0 | 5E | 24 | 10 | 143 | 59 | 2C |
| Octal | 325 | 14 | 211 | 0 | 136 | 44 | 20 | 503 | 131 | 54 |
| Binary | 11010101 | 1100 | 10001001 | 0 | 1011110 | 100100 | 10000 | 101000011 | 1011001 | 101100 |
Color Harmonies of #D50C89
Complementary color
Monochromatic Colors of #D50C89
Black with #D50C89
Text Example
Text Example
White with #D50C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C89; }
p { color: rgb(213,12,137); }
H1.HeaderClassName
{
color: #D50C89;
}
.AnyTagClassName
{
color: #D50C89;
}
</style>
background-color css
<style>
a { background-color: #D50C89; }
a { background-color: rgb(213,12,137); }
div.DivClassName
{
background-color: #D50C89;
}
.BgClassName
{
background-color: #D50C89;
}
</style>
border-color css
<style>
span { border-color: #D50C89; }
span { border-color: rgb(213,12,137); }
td.TdClassName
{
border-color: #D50C89;
}
.TagClassName
{
border-color: #D50C89;
}
</style>