Shades of Medium Violet Red #DB117B
Tints of Medium Violet Red #DB117B
RGB
CMYK
RGB Variations
Color information
#DB117B (or 0xDB117B) is known color: Medium Violet Red. HEX triplet: DB, 11 and 7B. RGB value is (219,17,123). Sum of RGB (Red+Green+Blue) = 219+17+123=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB117B is #24EE84. Grayscale: #595959. Windows color (decimal): -2420357 or 8065499. OLE color: 8065499.
HSL color Cylindrical-coordinate representation of color #DB117B: hue angle of 328.51º 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 #DB117B is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 123 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.14 |
| HSL | 328.51º | 0.86% | 0.46% | - |
| HSV(B) | 328.51º | 0.92% | 0.86% | - |
| XYZ | 32.99 | 16.89 | 20.26 | - |
| YUV | 89.48 | 146.92 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 123 | 0 | 0.92 | 0.44 | 0.14 | 328.51 | 0.86 | 0.46 |
| Hex | DB | 11 | 7B | 0 | 5C | 2C | E | 149 | 56 | 2E |
| Octal | 333 | 21 | 173 | 0 | 134 | 54 | 16 | 511 | 126 | 56 |
| Binary | 11011011 | 10001 | 1111011 | 0 | 1011100 | 101100 | 1110 | 101001001 | 1010110 | 101110 |
Color Harmonies of #DB117B
Complementary color
Monochromatic Colors of #DB117B
Black with #DB117B
Text Example
Text Example
White with #DB117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB117B; }
p { color: rgb(219,17,123); }
H1.HeaderClassName
{
color: #DB117B;
}
.AnyTagClassName
{
color: #DB117B;
}
</style>
background-color css
<style>
a { background-color: #DB117B; }
a { background-color: rgb(219,17,123); }
div.DivClassName
{
background-color: #DB117B;
}
.BgClassName
{
background-color: #DB117B;
}
</style>
border-color css
<style>
span { border-color: #DB117B; }
span { border-color: rgb(219,17,123); }
td.TdClassName
{
border-color: #DB117B;
}
.TagClassName
{
border-color: #DB117B;
}
</style>