Shades of Medium Violet Red #D1098D
Tints of Medium Violet Red #D1098D
RGB
CMYK
RGB Variations
Color information
#D1098D (or 0xD1098D) is known color: Medium Violet Red. HEX triplet: D1, 09 and 8D. RGB value is (209,9,141). Sum of RGB (Red+Green+Blue) = 209+9+141=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D1098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1098D is #2EF672. Grayscale: #535353. Windows color (decimal): -3077747 or 9243089. OLE color: 9243089.
HSL color Cylindrical-coordinate representation of color #D1098D: hue angle of 320.4º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1098D is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.18 |
| HSL | 320.4º | 0.92% | 0.43% | - |
| HSV(B) | 320.4º | 0.96% | 0.82% | - |
| XYZ | 31.2 | 15.67 | 26.58 | - |
| YUV | 83.85 | 160.26 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 141 | 0 | 0.96 | 0.33 | 0.18 | 320.4 | 0.92 | 0.43 |
| Hex | D1 | 9 | 8D | 0 | 60 | 21 | 12 | 140 | 5C | 2B |
| Octal | 321 | 11 | 215 | 0 | 140 | 41 | 22 | 500 | 134 | 53 |
| Binary | 11010001 | 1001 | 10001101 | 0 | 1100000 | 100001 | 10010 | 101000000 | 1011100 | 101011 |
Color Harmonies of #D1098D
Complementary color
Monochromatic Colors of #D1098D
Black with #D1098D
Text Example
Text Example
White with #D1098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1098D; }
p { color: rgb(209,9,141); }
H1.HeaderClassName
{
color: #D1098D;
}
.AnyTagClassName
{
color: #D1098D;
}
</style>
background-color css
<style>
a { background-color: #D1098D; }
a { background-color: rgb(209,9,141); }
div.DivClassName
{
background-color: #D1098D;
}
.BgClassName
{
background-color: #D1098D;
}
</style>
border-color css
<style>
span { border-color: #D1098D; }
span { border-color: rgb(209,9,141); }
td.TdClassName
{
border-color: #D1098D;
}
.TagClassName
{
border-color: #D1098D;
}
</style>