Shades of Medium Violet Red #D5158B
Tints of Medium Violet Red #D5158B
RGB
CMYK
RGB Variations
Color information
#D5158B (or 0xD5158B) is known color: Medium Violet Red. HEX triplet: D5, 15 and 8B. RGB value is (213,21,139). Sum of RGB (Red+Green+Blue) = 213+21+139=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5158B is #2AEA74. Grayscale: #5B5B5B. Windows color (decimal): -2812533 or 9115093. OLE color: 9115093.
HSL color Cylindrical-coordinate representation of color #D5158B: hue angle of 323.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 #D5158B is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 139 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.16 |
| HSL | 323.13º | 0.82% | 0.46% | - |
| HSV(B) | 323.13º | 0.9% | 0.84% | - |
| XYZ | 32.37 | 16.55 | 25.91 | - |
| YUV | 91.86 | 154.61 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 139 | 0 | 0.90 | 0.35 | 0.16 | 323.13 | 0.82 | 0.46 |
| Hex | D5 | 15 | 8B | 0 | 5A | 23 | 10 | 143 | 52 | 2E |
| Octal | 325 | 25 | 213 | 0 | 132 | 43 | 20 | 503 | 122 | 56 |
| Binary | 11010101 | 10101 | 10001011 | 0 | 1011010 | 100011 | 10000 | 101000011 | 1010010 | 101110 |
Color Harmonies of #D5158B
Complementary color
Monochromatic Colors of #D5158B
Black with #D5158B
Text Example
Text Example
White with #D5158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5158B; }
p { color: rgb(213,21,139); }
H1.HeaderClassName
{
color: #D5158B;
}
.AnyTagClassName
{
color: #D5158B;
}
</style>
background-color css
<style>
a { background-color: #D5158B; }
a { background-color: rgb(213,21,139); }
div.DivClassName
{
background-color: #D5158B;
}
.BgClassName
{
background-color: #D5158B;
}
</style>
border-color css
<style>
span { border-color: #D5158B; }
span { border-color: rgb(213,21,139); }
td.TdClassName
{
border-color: #D5158B;
}
.TagClassName
{
border-color: #D5158B;
}
</style>