Shades of Medium Violet Red #DB107E
Tints of Medium Violet Red #DB107E
RGB
CMYK
RGB Variations
Color information
#DB107E (or 0xDB107E) is known color: Medium Violet Red. HEX triplet: DB, 10 and 7E. RGB value is (219,16,126). Sum of RGB (Red+Green+Blue) = 219+16+126=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB107E is #24EF81. Grayscale: #595959. Windows color (decimal): -2420610 or 8261851. OLE color: 8261851.
HSL color Cylindrical-coordinate representation of color #DB107E: hue angle of 327.49º 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 #DB107E is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 126 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.14 |
| HSL | 327.49º | 0.86% | 0.46% | - |
| HSV(B) | 327.49º | 0.93% | 0.86% | - |
| XYZ | 33.16 | 16.94 | 21.26 | - |
| YUV | 89.24 | 148.75 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 126 | 0 | 0.93 | 0.42 | 0.14 | 327.49 | 0.86 | 0.46 |
| Hex | DB | 10 | 7E | 0 | 5D | 2A | E | 147 | 56 | 2E |
| Octal | 333 | 20 | 176 | 0 | 135 | 52 | 16 | 507 | 126 | 56 |
| Binary | 11011011 | 10000 | 1111110 | 0 | 1011101 | 101010 | 1110 | 101000111 | 1010110 | 101110 |
Color Harmonies of #DB107E
Complementary color
Monochromatic Colors of #DB107E
Black with #DB107E
Text Example
Text Example
White with #DB107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB107E; }
p { color: rgb(219,16,126); }
H1.HeaderClassName
{
color: #DB107E;
}
.AnyTagClassName
{
color: #DB107E;
}
</style>
background-color css
<style>
a { background-color: #DB107E; }
a { background-color: rgb(219,16,126); }
div.DivClassName
{
background-color: #DB107E;
}
.BgClassName
{
background-color: #DB107E;
}
</style>
border-color css
<style>
span { border-color: #DB107E; }
span { border-color: rgb(219,16,126); }
td.TdClassName
{
border-color: #DB107E;
}
.TagClassName
{
border-color: #DB107E;
}
</style>