Shades of Medium Violet Red #DB117A
Tints of Medium Violet Red #DB117A
RGB
CMYK
RGB Variations
Color information
#DB117A (or 0xDB117A) is known color: Medium Violet Red. HEX triplet: DB, 11 and 7A. RGB value is (219,17,122). Sum of RGB (Red+Green+Blue) = 219+17+122=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB117A is #24EE85. Grayscale: #595959. Windows color (decimal): -2420358 or 7999963. OLE color: 7999963.
HSL color Cylindrical-coordinate representation of color #DB117A: hue angle of 328.81º 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 #DB117A is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 122 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.14 |
| HSL | 328.81º | 0.86% | 0.46% | - |
| HSV(B) | 328.81º | 0.92% | 0.86% | - |
| XYZ | 32.93 | 16.87 | 19.93 | - |
| YUV | 89.37 | 146.42 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 122 | 0 | 0.92 | 0.44 | 0.14 | 328.81 | 0.86 | 0.46 |
| Hex | DB | 11 | 7A | 0 | 5C | 2C | E | 149 | 56 | 2E |
| Octal | 333 | 21 | 172 | 0 | 134 | 54 | 16 | 511 | 126 | 56 |
| Binary | 11011011 | 10001 | 1111010 | 0 | 1011100 | 101100 | 1110 | 101001001 | 1010110 | 101110 |
Color Harmonies of #DB117A
Complementary color
Monochromatic Colors of #DB117A
Black with #DB117A
Text Example
Text Example
White with #DB117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB117A; }
p { color: rgb(219,17,122); }
H1.HeaderClassName
{
color: #DB117A;
}
.AnyTagClassName
{
color: #DB117A;
}
</style>
background-color css
<style>
a { background-color: #DB117A; }
a { background-color: rgb(219,17,122); }
div.DivClassName
{
background-color: #DB117A;
}
.BgClassName
{
background-color: #DB117A;
}
</style>
border-color css
<style>
span { border-color: #DB117A; }
span { border-color: rgb(219,17,122); }
td.TdClassName
{
border-color: #DB117A;
}
.TagClassName
{
border-color: #DB117A;
}
</style>