Shades of Medium Violet Red #DB107B
Tints of Medium Violet Red #DB107B
RGB
CMYK
RGB Variations
Color information
#DB107B (or 0xDB107B) is known color: Medium Violet Red. HEX triplet: DB, 10 and 7B. RGB value is (219,16,123). Sum of RGB (Red+Green+Blue) = 219+16+123=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB107B is #24EF84. Grayscale: #585858. Windows color (decimal): -2420613 or 8065243. OLE color: 8065243.
HSL color Cylindrical-coordinate representation of color #DB107B: hue angle of 328.37º 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 #DB107B is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 123 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.14 |
| HSL | 328.37º | 0.86% | 0.46% | - |
| HSV(B) | 328.37º | 0.93% | 0.86% | - |
| XYZ | 32.97 | 16.86 | 20.26 | - |
| YUV | 88.9 | 147.25 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 123 | 0 | 0.93 | 0.44 | 0.14 | 328.37 | 0.86 | 0.46 |
| Hex | DB | 10 | 7B | 0 | 5D | 2C | E | 148 | 56 | 2E |
| Octal | 333 | 20 | 173 | 0 | 135 | 54 | 16 | 510 | 126 | 56 |
| Binary | 11011011 | 10000 | 1111011 | 0 | 1011101 | 101100 | 1110 | 101001000 | 1010110 | 101110 |
Color Harmonies of #DB107B
Complementary color
Monochromatic Colors of #DB107B
Black with #DB107B
Text Example
Text Example
White with #DB107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB107B; }
p { color: rgb(219,16,123); }
H1.HeaderClassName
{
color: #DB107B;
}
.AnyTagClassName
{
color: #DB107B;
}
</style>
background-color css
<style>
a { background-color: #DB107B; }
a { background-color: rgb(219,16,123); }
div.DivClassName
{
background-color: #DB107B;
}
.BgClassName
{
background-color: #DB107B;
}
</style>
border-color css
<style>
span { border-color: #DB107B; }
span { border-color: rgb(219,16,123); }
td.TdClassName
{
border-color: #DB107B;
}
.TagClassName
{
border-color: #DB107B;
}
</style>