Shades of Medium Violet Red #D1158B
Tints of Medium Violet Red #D1158B
RGB
CMYK
RGB Variations
Color information
#D1158B (or 0xD1158B) is known color: Medium Violet Red. HEX triplet: D1, 15 and 8B. RGB value is (209,21,139). Sum of RGB (Red+Green+Blue) = 209+21+139=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1158B is #2EEA74. Grayscale: #5A5A5A. Windows color (decimal): -3074677 or 9115089. OLE color: 9115089.
HSL color Cylindrical-coordinate representation of color #D1158B: hue angle of 322.34º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1158B is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 139 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.18 |
| HSL | 322.34º | 0.82% | 0.45% | - |
| HSV(B) | 322.34º | 0.9% | 0.82% | - |
| XYZ | 31.22 | 15.96 | 25.86 | - |
| YUV | 90.66 | 155.28 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 139 | 0 | 0.90 | 0.33 | 0.18 | 322.34 | 0.82 | 0.45 |
| Hex | D1 | 15 | 8B | 0 | 5A | 21 | 12 | 142 | 52 | 2D |
| Octal | 321 | 25 | 213 | 0 | 132 | 41 | 22 | 502 | 122 | 55 |
| Binary | 11010001 | 10101 | 10001011 | 0 | 1011010 | 100001 | 10010 | 101000010 | 1010010 | 101101 |
Color Harmonies of #D1158B
Complementary color
Monochromatic Colors of #D1158B
Black with #D1158B
Text Example
Text Example
White with #D1158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1158B; }
p { color: rgb(209,21,139); }
H1.HeaderClassName
{
color: #D1158B;
}
.AnyTagClassName
{
color: #D1158B;
}
</style>
background-color css
<style>
a { background-color: #D1158B; }
a { background-color: rgb(209,21,139); }
div.DivClassName
{
background-color: #D1158B;
}
.BgClassName
{
background-color: #D1158B;
}
</style>
border-color css
<style>
span { border-color: #D1158B; }
span { border-color: rgb(209,21,139); }
td.TdClassName
{
border-color: #D1158B;
}
.TagClassName
{
border-color: #D1158B;
}
</style>