Shades of Medium Violet Red #D1138B
Tints of Medium Violet Red #D1138B
RGB
CMYK
RGB Variations
Color information
#D1138B (or 0xD1138B) is known color: Medium Violet Red. HEX triplet: D1, 13 and 8B. RGB value is (209,19,139). Sum of RGB (Red+Green+Blue) = 209+19+139=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1138B is #2EEC74. Grayscale: #595959. Windows color (decimal): -3075189 or 9114577. OLE color: 9114577.
HSL color Cylindrical-coordinate representation of color #D1138B: hue angle of 322.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1138B is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 139 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.18 |
| HSL | 322.11º | 0.83% | 0.45% | - |
| HSV(B) | 322.11º | 0.91% | 0.82% | - |
| XYZ | 31.19 | 15.89 | 25.85 | - |
| YUV | 89.49 | 155.95 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 139 | 0 | 0.91 | 0.33 | 0.18 | 322.11 | 0.83 | 0.45 |
| Hex | D1 | 13 | 8B | 0 | 5B | 21 | 12 | 142 | 53 | 2D |
| Octal | 321 | 23 | 213 | 0 | 133 | 41 | 22 | 502 | 123 | 55 |
| Binary | 11010001 | 10011 | 10001011 | 0 | 1011011 | 100001 | 10010 | 101000010 | 1010011 | 101101 |
Color Harmonies of #D1138B
Complementary color
Monochromatic Colors of #D1138B
Black with #D1138B
Text Example
Text Example
White with #D1138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1138B; }
p { color: rgb(209,19,139); }
H1.HeaderClassName
{
color: #D1138B;
}
.AnyTagClassName
{
color: #D1138B;
}
</style>
background-color css
<style>
a { background-color: #D1138B; }
a { background-color: rgb(209,19,139); }
div.DivClassName
{
background-color: #D1138B;
}
.BgClassName
{
background-color: #D1138B;
}
</style>
border-color css
<style>
span { border-color: #D1138B; }
span { border-color: rgb(209,19,139); }
td.TdClassName
{
border-color: #D1138B;
}
.TagClassName
{
border-color: #D1138B;
}
</style>