Shades of Medium Violet Red #D7098E
Tints of Medium Violet Red #D7098E
RGB
CMYK
RGB Variations
Color information
#D7098E (or 0xD7098E) is known color: Medium Violet Red. HEX triplet: D7, 09 and 8E. RGB value is (215,9,142). Sum of RGB (Red+Green+Blue) = 215+9+142=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D7098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7098E is #28F671. Grayscale: #555555. Windows color (decimal): -2684530 or 9308631. OLE color: 9308631.
HSL color Cylindrical-coordinate representation of color #D7098E: hue angle of 321.26º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7098E is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 142 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.16 |
| HSL | 321.26º | 0.92% | 0.44% | - |
| HSV(B) | 321.26º | 0.96% | 0.84% | - |
| XYZ | 33 | 16.6 | 27.05 | - |
| YUV | 85.76 | 159.75 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 142 | 0 | 0.96 | 0.34 | 0.16 | 321.26 | 0.92 | 0.44 |
| Hex | D7 | 9 | 8E | 0 | 60 | 22 | 10 | 141 | 5C | 2C |
| Octal | 327 | 11 | 216 | 0 | 140 | 42 | 20 | 501 | 134 | 54 |
| Binary | 11010111 | 1001 | 10001110 | 0 | 1100000 | 100010 | 10000 | 101000001 | 1011100 | 101100 |
Color Harmonies of #D7098E
Complementary color
Monochromatic Colors of #D7098E
Black with #D7098E
Text Example
Text Example
White with #D7098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7098E; }
p { color: rgb(215,9,142); }
H1.HeaderClassName
{
color: #D7098E;
}
.AnyTagClassName
{
color: #D7098E;
}
</style>
background-color css
<style>
a { background-color: #D7098E; }
a { background-color: rgb(215,9,142); }
div.DivClassName
{
background-color: #D7098E;
}
.BgClassName
{
background-color: #D7098E;
}
</style>
border-color css
<style>
span { border-color: #D7098E; }
span { border-color: rgb(215,9,142); }
td.TdClassName
{
border-color: #D7098E;
}
.TagClassName
{
border-color: #D7098E;
}
</style>