Shades of Medium Violet Red #D7169D
Tints of Medium Violet Red #D7169D
RGB
CMYK
RGB Variations
Color information
#D7169D (or 0xD7169D) is known color: Medium Violet Red. HEX triplet: D7, 16 and 9D. RGB value is (215,22,157). Sum of RGB (Red+Green+Blue) = 215+22+157=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7169D is #28E962. Grayscale: #5E5E5E. Windows color (decimal): -2681187 or 10294999. OLE color: 10294999.
HSL color Cylindrical-coordinate representation of color #D7169D: hue angle of 318.03º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7169D is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 157 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.16 |
| HSL | 318.03º | 0.81% | 0.46% | - |
| HSV(B) | 318.03º | 0.9% | 0.84% | - |
| XYZ | 34.4 | 17.46 | 33.45 | - |
| YUV | 95.1 | 162.94 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 157 | 0 | 0.90 | 0.27 | 0.16 | 318.03 | 0.81 | 0.46 |
| Hex | D7 | 16 | 9D | 0 | 5A | 1B | 10 | 13E | 51 | 2E |
| Octal | 327 | 26 | 235 | 0 | 132 | 33 | 20 | 476 | 121 | 56 |
| Binary | 11010111 | 10110 | 10011101 | 0 | 1011010 | 11011 | 10000 | 100111110 | 1010001 | 101110 |
Color Harmonies of #D7169D
Complementary color
Monochromatic Colors of #D7169D
Black with #D7169D
Text Example
Text Example
White with #D7169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7169D; }
p { color: rgb(215,22,157); }
H1.HeaderClassName
{
color: #D7169D;
}
.AnyTagClassName
{
color: #D7169D;
}
</style>
background-color css
<style>
a { background-color: #D7169D; }
a { background-color: rgb(215,22,157); }
div.DivClassName
{
background-color: #D7169D;
}
.BgClassName
{
background-color: #D7169D;
}
</style>
border-color css
<style>
span { border-color: #D7169D; }
span { border-color: rgb(215,22,157); }
td.TdClassName
{
border-color: #D7169D;
}
.TagClassName
{
border-color: #D7169D;
}
</style>