Shades of Medium Violet Red #D2098E
Tints of Medium Violet Red #D2098E
RGB
CMYK
RGB Variations
Color information
#D2098E (or 0xD2098E) is known color: Medium Violet Red. HEX triplet: D2, 09 and 8E. RGB value is (210,9,142). Sum of RGB (Red+Green+Blue) = 210+9+142=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D2098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2098E is #2DF671. Grayscale: #535353. Windows color (decimal): -3012210 or 9308626. OLE color: 9308626.
HSL color Cylindrical-coordinate representation of color #D2098E: hue angle of 320.3º 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 #D2098E is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 142 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.18 |
| HSL | 320.3º | 0.92% | 0.43% | - |
| HSV(B) | 320.3º | 0.96% | 0.82% | - |
| XYZ | 31.56 | 15.85 | 26.99 | - |
| YUV | 84.26 | 160.59 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 142 | 0 | 0.96 | 0.32 | 0.18 | 320.3 | 0.92 | 0.43 |
| Hex | D2 | 9 | 8E | 0 | 60 | 20 | 12 | 140 | 5C | 2B |
| Octal | 322 | 11 | 216 | 0 | 140 | 40 | 22 | 500 | 134 | 53 |
| Binary | 11010010 | 1001 | 10001110 | 0 | 1100000 | 100000 | 10010 | 101000000 | 1011100 | 101011 |
Color Harmonies of #D2098E
Complementary color
Monochromatic Colors of #D2098E
Black with #D2098E
Text Example
Text Example
White with #D2098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2098E; }
p { color: rgb(210,9,142); }
H1.HeaderClassName
{
color: #D2098E;
}
.AnyTagClassName
{
color: #D2098E;
}
</style>
background-color css
<style>
a { background-color: #D2098E; }
a { background-color: rgb(210,9,142); }
div.DivClassName
{
background-color: #D2098E;
}
.BgClassName
{
background-color: #D2098E;
}
</style>
border-color css
<style>
span { border-color: #D2098E; }
span { border-color: rgb(210,9,142); }
td.TdClassName
{
border-color: #D2098E;
}
.TagClassName
{
border-color: #D2098E;
}
</style>