Shades of Medium Violet Red #DB117D
Tints of Medium Violet Red #DB117D
RGB
CMYK
RGB Variations
Color information
#DB117D (or 0xDB117D) is known color: Medium Violet Red. HEX triplet: DB, 11 and 7D. RGB value is (219,17,125). Sum of RGB (Red+Green+Blue) = 219+17+125=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB117D is #24EE82. Grayscale: #595959. Windows color (decimal): -2420355 or 8196571. OLE color: 8196571.
HSL color Cylindrical-coordinate representation of color #DB117D: hue angle of 327.92º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB117D is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 125 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.14 |
| HSL | 327.92º | 0.86% | 0.46% | - |
| HSV(B) | 327.92º | 0.92% | 0.86% | - |
| XYZ | 33.12 | 16.94 | 20.93 | - |
| YUV | 89.71 | 147.92 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 125 | 0 | 0.92 | 0.43 | 0.14 | 327.92 | 0.86 | 0.46 |
| Hex | DB | 11 | 7D | 0 | 5C | 2B | E | 148 | 56 | 2E |
| Octal | 333 | 21 | 175 | 0 | 134 | 53 | 16 | 510 | 126 | 56 |
| Binary | 11011011 | 10001 | 1111101 | 0 | 1011100 | 101011 | 1110 | 101001000 | 1010110 | 101110 |
Color Harmonies of #DB117D
Complementary color
Monochromatic Colors of #DB117D
Black with #DB117D
Text Example
Text Example
White with #DB117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB117D; }
p { color: rgb(219,17,125); }
H1.HeaderClassName
{
color: #DB117D;
}
.AnyTagClassName
{
color: #DB117D;
}
</style>
background-color css
<style>
a { background-color: #DB117D; }
a { background-color: rgb(219,17,125); }
div.DivClassName
{
background-color: #DB117D;
}
.BgClassName
{
background-color: #DB117D;
}
</style>
border-color css
<style>
span { border-color: #DB117D; }
span { border-color: rgb(219,17,125); }
td.TdClassName
{
border-color: #DB117D;
}
.TagClassName
{
border-color: #DB117D;
}
</style>