Shades of Medium Violet Red #D7098F
Tints of Medium Violet Red #D7098F
RGB
CMYK
RGB Variations
Color information
#D7098F (or 0xD7098F) is known color: Medium Violet Red. HEX triplet: D7, 09 and 8F. RGB value is (215,9,143). Sum of RGB (Red+Green+Blue) = 215+9+143=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D7098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7098F is #28F670. Grayscale: #555555. Windows color (decimal): -2684529 or 9374167. OLE color: 9374167.
HSL color Cylindrical-coordinate representation of color #D7098F: hue angle of 320.97º 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 #D7098F is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 143 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.16 |
| HSL | 320.97º | 0.92% | 0.44% | - |
| HSV(B) | 320.97º | 0.96% | 0.84% | - |
| XYZ | 33.08 | 16.63 | 27.45 | - |
| YUV | 85.87 | 160.25 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 143 | 0 | 0.96 | 0.33 | 0.16 | 320.97 | 0.92 | 0.44 |
| Hex | D7 | 9 | 8F | 0 | 60 | 21 | 10 | 141 | 5C | 2C |
| Octal | 327 | 11 | 217 | 0 | 140 | 41 | 20 | 501 | 134 | 54 |
| Binary | 11010111 | 1001 | 10001111 | 0 | 1100000 | 100001 | 10000 | 101000001 | 1011100 | 101100 |
Color Harmonies of #D7098F
Complementary color
Monochromatic Colors of #D7098F
Black with #D7098F
Text Example
Text Example
White with #D7098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7098F; }
p { color: rgb(215,9,143); }
H1.HeaderClassName
{
color: #D7098F;
}
.AnyTagClassName
{
color: #D7098F;
}
</style>
background-color css
<style>
a { background-color: #D7098F; }
a { background-color: rgb(215,9,143); }
div.DivClassName
{
background-color: #D7098F;
}
.BgClassName
{
background-color: #D7098F;
}
</style>
border-color css
<style>
span { border-color: #D7098F; }
span { border-color: rgb(215,9,143); }
td.TdClassName
{
border-color: #D7098F;
}
.TagClassName
{
border-color: #D7098F;
}
</style>