Shades of Medium Violet Red #D51489
Tints of Medium Violet Red #D51489
RGB
CMYK
RGB Variations
Color information
#D51489 (or 0xD51489) is known color: Medium Violet Red. HEX triplet: D5, 14 and 89. RGB value is (213,20,137). Sum of RGB (Red+Green+Blue) = 213+20+137=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D51489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51489 is #2AEB76. Grayscale: #5A5A5A. Windows color (decimal): -2812791 or 8983765. OLE color: 8983765.
HSL color Cylindrical-coordinate representation of color #D51489: hue angle of 323.63º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51489 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 137 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.16 |
| HSL | 323.63º | 0.83% | 0.46% | - |
| HSV(B) | 323.63º | 0.91% | 0.84% | - |
| XYZ | 32.21 | 16.45 | 25.15 | - |
| YUV | 91.05 | 153.94 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 137 | 0 | 0.91 | 0.36 | 0.16 | 323.63 | 0.83 | 0.46 |
| Hex | D5 | 14 | 89 | 0 | 5B | 24 | 10 | 144 | 53 | 2E |
| Octal | 325 | 24 | 211 | 0 | 133 | 44 | 20 | 504 | 123 | 56 |
| Binary | 11010101 | 10100 | 10001001 | 0 | 1011011 | 100100 | 10000 | 101000100 | 1010011 | 101110 |
Color Harmonies of #D51489
Complementary color
Monochromatic Colors of #D51489
Black with #D51489
Text Example
Text Example
White with #D51489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51489; }
p { color: rgb(213,20,137); }
H1.HeaderClassName
{
color: #D51489;
}
.AnyTagClassName
{
color: #D51489;
}
</style>
background-color css
<style>
a { background-color: #D51489; }
a { background-color: rgb(213,20,137); }
div.DivClassName
{
background-color: #D51489;
}
.BgClassName
{
background-color: #D51489;
}
</style>
border-color css
<style>
span { border-color: #D51489; }
span { border-color: rgb(213,20,137); }
td.TdClassName
{
border-color: #D51489;
}
.TagClassName
{
border-color: #D51489;
}
</style>