Shades of Medium Violet Red #D1158C
Tints of Medium Violet Red #D1158C
RGB
CMYK
RGB Variations
Color information
#D1158C (or 0xD1158C) is known color: Medium Violet Red. HEX triplet: D1, 15 and 8C. RGB value is (209,21,140). Sum of RGB (Red+Green+Blue) = 209+21+140=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1158C is #2EEA73. Grayscale: #5A5A5A. Windows color (decimal): -3074676 or 9180625. OLE color: 9180625.
HSL color Cylindrical-coordinate representation of color #D1158C: hue angle of 322.02º 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 #D1158C is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 140 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.18 |
| HSL | 322.02º | 0.82% | 0.45% | - |
| HSV(B) | 322.02º | 0.9% | 0.82% | - |
| XYZ | 31.3 | 15.99 | 26.25 | - |
| YUV | 90.78 | 155.78 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 140 | 0 | 0.90 | 0.33 | 0.18 | 322.02 | 0.82 | 0.45 |
| Hex | D1 | 15 | 8C | 0 | 5A | 21 | 12 | 142 | 52 | 2D |
| Octal | 321 | 25 | 214 | 0 | 132 | 41 | 22 | 502 | 122 | 55 |
| Binary | 11010001 | 10101 | 10001100 | 0 | 1011010 | 100001 | 10010 | 101000010 | 1010010 | 101101 |
Color Harmonies of #D1158C
Complementary color
Monochromatic Colors of #D1158C
Black with #D1158C
Text Example
Text Example
White with #D1158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1158C; }
p { color: rgb(209,21,140); }
H1.HeaderClassName
{
color: #D1158C;
}
.AnyTagClassName
{
color: #D1158C;
}
</style>
background-color css
<style>
a { background-color: #D1158C; }
a { background-color: rgb(209,21,140); }
div.DivClassName
{
background-color: #D1158C;
}
.BgClassName
{
background-color: #D1158C;
}
</style>
border-color css
<style>
span { border-color: #D1158C; }
span { border-color: rgb(209,21,140); }
td.TdClassName
{
border-color: #D1158C;
}
.TagClassName
{
border-color: #D1158C;
}
</style>