Shades of Medium Violet Red #D7097D
Tints of Medium Violet Red #D7097D
RGB
CMYK
RGB Variations
Color information
#D7097D (or 0xD7097D) is known color: Medium Violet Red. HEX triplet: D7, 09 and 7D. RGB value is (215,9,125). Sum of RGB (Red+Green+Blue) = 215+9+125=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D7097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7097D is #28F682. Grayscale: #535353. Windows color (decimal): -2684547 or 8194519. OLE color: 8194519.
HSL color Cylindrical-coordinate representation of color #D7097D: hue angle of 326.21º 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 #D7097D is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.16 |
| HSL | 326.21º | 0.92% | 0.44% | - |
| HSV(B) | 326.21º | 0.96% | 0.84% | - |
| XYZ | 31.82 | 16.12 | 20.84 | - |
| YUV | 83.82 | 151.25 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 125 | 0 | 0.96 | 0.42 | 0.16 | 326.21 | 0.92 | 0.44 |
| Hex | D7 | 9 | 7D | 0 | 60 | 2A | 10 | 146 | 5C | 2C |
| Octal | 327 | 11 | 175 | 0 | 140 | 52 | 20 | 506 | 134 | 54 |
| Binary | 11010111 | 1001 | 1111101 | 0 | 1100000 | 101010 | 10000 | 101000110 | 1011100 | 101100 |
Color Harmonies of #D7097D
Complementary color
Monochromatic Colors of #D7097D
Black with #D7097D
Text Example
Text Example
White with #D7097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7097D; }
p { color: rgb(215,9,125); }
H1.HeaderClassName
{
color: #D7097D;
}
.AnyTagClassName
{
color: #D7097D;
}
</style>
background-color css
<style>
a { background-color: #D7097D; }
a { background-color: rgb(215,9,125); }
div.DivClassName
{
background-color: #D7097D;
}
.BgClassName
{
background-color: #D7097D;
}
</style>
border-color css
<style>
span { border-color: #D7097D; }
span { border-color: rgb(215,9,125); }
td.TdClassName
{
border-color: #D7097D;
}
.TagClassName
{
border-color: #D7097D;
}
</style>