Shades of Medium Violet Red #DB108B
Tints of Medium Violet Red #DB108B
RGB
CMYK
RGB Variations
Color information
#DB108B (or 0xDB108B) is known color: Medium Violet Red. HEX triplet: DB, 10 and 8B. RGB value is (219,16,139). Sum of RGB (Red+Green+Blue) = 219+16+139=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB108B is #24EF74. Grayscale: #5A5A5A. Windows color (decimal): -2420597 or 9113819. OLE color: 9113819.
HSL color Cylindrical-coordinate representation of color #DB108B: hue angle of 323.65º 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 #DB108B is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 139 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.14 |
| HSL | 323.65º | 0.86% | 0.46% | - |
| HSV(B) | 323.65º | 0.93% | 0.86% | - |
| XYZ | 34.06 | 17.29 | 25.97 | - |
| YUV | 90.72 | 155.25 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 139 | 0 | 0.93 | 0.37 | 0.14 | 323.65 | 0.86 | 0.46 |
| Hex | DB | 10 | 8B | 0 | 5D | 25 | E | 144 | 56 | 2E |
| Octal | 333 | 20 | 213 | 0 | 135 | 45 | 16 | 504 | 126 | 56 |
| Binary | 11011011 | 10000 | 10001011 | 0 | 1011101 | 100101 | 1110 | 101000100 | 1010110 | 101110 |
Color Harmonies of #DB108B
Complementary color
Monochromatic Colors of #DB108B
Black with #DB108B
Text Example
Text Example
White with #DB108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB108B; }
p { color: rgb(219,16,139); }
H1.HeaderClassName
{
color: #DB108B;
}
.AnyTagClassName
{
color: #DB108B;
}
</style>
background-color css
<style>
a { background-color: #DB108B; }
a { background-color: rgb(219,16,139); }
div.DivClassName
{
background-color: #DB108B;
}
.BgClassName
{
background-color: #DB108B;
}
</style>
border-color css
<style>
span { border-color: #DB108B; }
span { border-color: rgb(219,16,139); }
td.TdClassName
{
border-color: #DB108B;
}
.TagClassName
{
border-color: #DB108B;
}
</style>