Shades of Medium Violet Red #D3098D
Tints of Medium Violet Red #D3098D
RGB
CMYK
RGB Variations
Color information
#D3098D (or 0xD3098D) is known color: Medium Violet Red. HEX triplet: D3, 09 and 8D. RGB value is (211,9,141). Sum of RGB (Red+Green+Blue) = 211+9+141=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D3098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3098D is #2CF672. Grayscale: #545454. Windows color (decimal): -2946675 or 9243091. OLE color: 9243091.
HSL color Cylindrical-coordinate representation of color #D3098D: hue angle of 320.79º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3098D is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.17 |
| HSL | 320.79º | 0.92% | 0.43% | - |
| HSV(B) | 320.79º | 0.96% | 0.83% | - |
| XYZ | 31.77 | 15.97 | 26.61 | - |
| YUV | 84.45 | 159.92 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 141 | 0 | 0.96 | 0.33 | 0.17 | 320.79 | 0.92 | 0.43 |
| Hex | D3 | 9 | 8D | 0 | 60 | 21 | 11 | 141 | 5C | 2B |
| Octal | 323 | 11 | 215 | 0 | 140 | 41 | 21 | 501 | 134 | 53 |
| Binary | 11010011 | 1001 | 10001101 | 0 | 1100000 | 100001 | 10001 | 101000001 | 1011100 | 101011 |
Color Harmonies of #D3098D
Complementary color
Monochromatic Colors of #D3098D
Black with #D3098D
Text Example
Text Example
White with #D3098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3098D; }
p { color: rgb(211,9,141); }
H1.HeaderClassName
{
color: #D3098D;
}
.AnyTagClassName
{
color: #D3098D;
}
</style>
background-color css
<style>
a { background-color: #D3098D; }
a { background-color: rgb(211,9,141); }
div.DivClassName
{
background-color: #D3098D;
}
.BgClassName
{
background-color: #D3098D;
}
</style>
border-color css
<style>
span { border-color: #D3098D; }
span { border-color: rgb(211,9,141); }
td.TdClassName
{
border-color: #D3098D;
}
.TagClassName
{
border-color: #D3098D;
}
</style>