Shades of Medium Violet Red #D5159B
Tints of Medium Violet Red #D5159B
RGB
CMYK
RGB Variations
Color information
#D5159B (or 0xD5159B) is known color: Medium Violet Red. HEX triplet: D5, 15 and 9B. RGB value is (213,21,155). Sum of RGB (Red+Green+Blue) = 213+21+155=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5159B is #2AEA64. Grayscale: #5D5D5D. Windows color (decimal): -2812517 or 10163669. OLE color: 10163669.
HSL color Cylindrical-coordinate representation of color #D5159B: hue angle of 318.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5159B is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 155 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.16 |
| HSL | 318.13º | 0.82% | 0.46% | - |
| HSV(B) | 318.13º | 0.9% | 0.84% | - |
| XYZ | 33.63 | 17.05 | 32.53 | - |
| YUV | 93.68 | 162.61 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 155 | 0 | 0.90 | 0.27 | 0.16 | 318.13 | 0.82 | 0.46 |
| Hex | D5 | 15 | 9B | 0 | 5A | 1B | 10 | 13E | 52 | 2E |
| Octal | 325 | 25 | 233 | 0 | 132 | 33 | 20 | 476 | 122 | 56 |
| Binary | 11010101 | 10101 | 10011011 | 0 | 1011010 | 11011 | 10000 | 100111110 | 1010010 | 101110 |
Color Harmonies of #D5159B
Complementary color
Monochromatic Colors of #D5159B
Black with #D5159B
Text Example
Text Example
White with #D5159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5159B; }
p { color: rgb(213,21,155); }
H1.HeaderClassName
{
color: #D5159B;
}
.AnyTagClassName
{
color: #D5159B;
}
</style>
background-color css
<style>
a { background-color: #D5159B; }
a { background-color: rgb(213,21,155); }
div.DivClassName
{
background-color: #D5159B;
}
.BgClassName
{
background-color: #D5159B;
}
</style>
border-color css
<style>
span { border-color: #D5159B; }
span { border-color: rgb(213,21,155); }
td.TdClassName
{
border-color: #D5159B;
}
.TagClassName
{
border-color: #D5159B;
}
</style>