Shades of Medium Violet Red #D7099B
Tints of Medium Violet Red #D7099B
RGB
CMYK
RGB Variations
Color information
#D7099B (or 0xD7099B) is known color: Medium Violet Red. HEX triplet: D7, 09 and 9B. RGB value is (215,9,155). Sum of RGB (Red+Green+Blue) = 215+9+155=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D7099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7099B is #28F664. Grayscale: #565656. Windows color (decimal): -2684517 or 10160599. OLE color: 10160599.
HSL color Cylindrical-coordinate representation of color #D7099B: hue angle of 317.48º 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 #D7099B is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.16 |
| HSL | 317.48º | 0.92% | 0.44% | - |
| HSV(B) | 317.48º | 0.96% | 0.84% | - |
| XYZ | 34.04 | 17.01 | 32.5 | - |
| YUV | 87.24 | 166.25 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 155 | 0 | 0.96 | 0.28 | 0.16 | 317.48 | 0.92 | 0.44 |
| Hex | D7 | 9 | 9B | 0 | 60 | 1C | 10 | 13D | 5C | 2C |
| Octal | 327 | 11 | 233 | 0 | 140 | 34 | 20 | 475 | 134 | 54 |
| Binary | 11010111 | 1001 | 10011011 | 0 | 1100000 | 11100 | 10000 | 100111101 | 1011100 | 101100 |
Color Harmonies of #D7099B
Complementary color
Monochromatic Colors of #D7099B
Black with #D7099B
Text Example
Text Example
White with #D7099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7099B; }
p { color: rgb(215,9,155); }
H1.HeaderClassName
{
color: #D7099B;
}
.AnyTagClassName
{
color: #D7099B;
}
</style>
background-color css
<style>
a { background-color: #D7099B; }
a { background-color: rgb(215,9,155); }
div.DivClassName
{
background-color: #D7099B;
}
.BgClassName
{
background-color: #D7099B;
}
</style>
border-color css
<style>
span { border-color: #D7099B; }
span { border-color: rgb(215,9,155); }
td.TdClassName
{
border-color: #D7099B;
}
.TagClassName
{
border-color: #D7099B;
}
</style>