Shades of Medium Violet Red #D5139B
Tints of Medium Violet Red #D5139B
RGB
CMYK
RGB Variations
Color information
#D5139B (or 0xD5139B) is known color: Medium Violet Red. HEX triplet: D5, 13 and 9B. RGB value is (213,19,155). Sum of RGB (Red+Green+Blue) = 213+19+155=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5139B is #2AEC64. Grayscale: #5C5C5C. Windows color (decimal): -2813029 or 10163157. OLE color: 10163157.
HSL color Cylindrical-coordinate representation of color #D5139B: hue angle of 317.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5139B is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 155 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.16 |
| HSL | 317.94º | 0.84% | 0.45% | - |
| HSV(B) | 317.94º | 0.91% | 0.84% | - |
| XYZ | 33.59 | 16.98 | 32.52 | - |
| YUV | 92.51 | 163.27 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 155 | 0 | 0.91 | 0.27 | 0.16 | 317.94 | 0.84 | 0.45 |
| Hex | D5 | 13 | 9B | 0 | 5B | 1B | 10 | 13E | 54 | 2D |
| Octal | 325 | 23 | 233 | 0 | 133 | 33 | 20 | 476 | 124 | 55 |
| Binary | 11010101 | 10011 | 10011011 | 0 | 1011011 | 11011 | 10000 | 100111110 | 1010100 | 101101 |
Color Harmonies of #D5139B
Complementary color
Monochromatic Colors of #D5139B
Black with #D5139B
Text Example
Text Example
White with #D5139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5139B; }
p { color: rgb(213,19,155); }
H1.HeaderClassName
{
color: #D5139B;
}
.AnyTagClassName
{
color: #D5139B;
}
</style>
background-color css
<style>
a { background-color: #D5139B; }
a { background-color: rgb(213,19,155); }
div.DivClassName
{
background-color: #D5139B;
}
.BgClassName
{
background-color: #D5139B;
}
</style>
border-color css
<style>
span { border-color: #D5139B; }
span { border-color: rgb(213,19,155); }
td.TdClassName
{
border-color: #D5139B;
}
.TagClassName
{
border-color: #D5139B;
}
</style>