Shades of Medium Violet Red #DB107A
Tints of Medium Violet Red #DB107A
RGB
CMYK
RGB Variations
Color information
#DB107A (or 0xDB107A) is known color: Medium Violet Red. HEX triplet: DB, 10 and 7A. RGB value is (219,16,122). Sum of RGB (Red+Green+Blue) = 219+16+122=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB107A is #24EF85. Grayscale: #585858. Windows color (decimal): -2420614 or 7999707. OLE color: 7999707.
HSL color Cylindrical-coordinate representation of color #DB107A: hue angle of 328.67º 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 #DB107A is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 122 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.14 |
| HSL | 328.67º | 0.86% | 0.46% | - |
| HSV(B) | 328.67º | 0.93% | 0.86% | - |
| XYZ | 32.91 | 16.84 | 19.93 | - |
| YUV | 88.78 | 146.75 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 122 | 0 | 0.93 | 0.44 | 0.14 | 328.67 | 0.86 | 0.46 |
| Hex | DB | 10 | 7A | 0 | 5D | 2C | E | 149 | 56 | 2E |
| Octal | 333 | 20 | 172 | 0 | 135 | 54 | 16 | 511 | 126 | 56 |
| Binary | 11011011 | 10000 | 1111010 | 0 | 1011101 | 101100 | 1110 | 101001001 | 1010110 | 101110 |
Color Harmonies of #DB107A
Complementary color
Monochromatic Colors of #DB107A
Black with #DB107A
Text Example
Text Example
White with #DB107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB107A; }
p { color: rgb(219,16,122); }
H1.HeaderClassName
{
color: #DB107A;
}
.AnyTagClassName
{
color: #DB107A;
}
</style>
background-color css
<style>
a { background-color: #DB107A; }
a { background-color: rgb(219,16,122); }
div.DivClassName
{
background-color: #DB107A;
}
.BgClassName
{
background-color: #DB107A;
}
</style>
border-color css
<style>
span { border-color: #DB107A; }
span { border-color: rgb(219,16,122); }
td.TdClassName
{
border-color: #DB107A;
}
.TagClassName
{
border-color: #DB107A;
}
</style>