Shades of Medium Violet Red #DB109A
Tints of Medium Violet Red #DB109A
RGB
CMYK
RGB Variations
Color information
#DB109A (or 0xDB109A) is known color: Medium Violet Red. HEX triplet: DB, 10 and 9A. RGB value is (219,16,154). Sum of RGB (Red+Green+Blue) = 219+16+154=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB109A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB109A is #24EF65. Grayscale: #5C5C5C. Windows color (decimal): -2420582 or 10096859. OLE color: 10096859.
HSL color Cylindrical-coordinate representation of color #DB109A: hue angle of 319.21º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB109A is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 154 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.14 |
| HSL | 319.21º | 0.86% | 0.46% | - |
| HSV(B) | 319.21º | 0.93% | 0.86% | - |
| XYZ | 35.23 | 17.76 | 32.14 | - |
| YUV | 92.43 | 162.75 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 154 | 0 | 0.93 | 0.30 | 0.14 | 319.21 | 0.86 | 0.46 |
| Hex | DB | 10 | 9A | 0 | 5D | 1E | E | 13F | 56 | 2E |
| Octal | 333 | 20 | 232 | 0 | 135 | 36 | 16 | 477 | 126 | 56 |
| Binary | 11011011 | 10000 | 10011010 | 0 | 1011101 | 11110 | 1110 | 100111111 | 1010110 | 101110 |
Color Harmonies of #DB109A
Complementary color
Monochromatic Colors of #DB109A
Black with #DB109A
Text Example
Text Example
White with #DB109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB109A; }
p { color: rgb(219,16,154); }
H1.HeaderClassName
{
color: #DB109A;
}
.AnyTagClassName
{
color: #DB109A;
}
</style>
background-color css
<style>
a { background-color: #DB109A; }
a { background-color: rgb(219,16,154); }
div.DivClassName
{
background-color: #DB109A;
}
.BgClassName
{
background-color: #DB109A;
}
</style>
border-color css
<style>
span { border-color: #DB109A; }
span { border-color: rgb(219,16,154); }
td.TdClassName
{
border-color: #DB109A;
}
.TagClassName
{
border-color: #DB109A;
}
</style>