Shades of Medium Violet Red #DB1A7B
Tints of Medium Violet Red #DB1A7B
RGB
CMYK
RGB Variations
Color information
#DB1A7B (or 0xDB1A7B) is known color: Medium Violet Red. HEX triplet: DB, 1A and 7B. RGB value is (219,26,123). Sum of RGB (Red+Green+Blue) = 219+26+123=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1A7B is #24E584. Grayscale: #5E5E5E. Windows color (decimal): -2418053 or 8067803. OLE color: 8067803.
HSL color Cylindrical-coordinate representation of color #DB1A7B: hue angle of 329.84º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A7B is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 123 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.14 |
| HSL | 329.84º | 0.79% | 0.48% | - |
| HSV(B) | 329.84º | 0.88% | 0.86% | - |
| XYZ | 33.16 | 17.23 | 20.32 | - |
| YUV | 94.77 | 143.94 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 123 | 0 | 0.88 | 0.44 | 0.14 | 329.84 | 0.79 | 0.48 |
| Hex | DB | 1A | 7B | 0 | 58 | 2C | E | 14A | 4F | 30 |
| Octal | 333 | 32 | 173 | 0 | 130 | 54 | 16 | 512 | 117 | 60 |
| Binary | 11011011 | 11010 | 1111011 | 0 | 1011000 | 101100 | 1110 | 101001010 | 1001111 | 110000 |
Color Harmonies of #DB1A7B
Complementary color
Monochromatic Colors of #DB1A7B
Black with #DB1A7B
Text Example
Text Example
White with #DB1A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A7B; }
p { color: rgb(219,26,123); }
H1.HeaderClassName
{
color: #DB1A7B;
}
.AnyTagClassName
{
color: #DB1A7B;
}
</style>
background-color css
<style>
a { background-color: #DB1A7B; }
a { background-color: rgb(219,26,123); }
div.DivClassName
{
background-color: #DB1A7B;
}
.BgClassName
{
background-color: #DB1A7B;
}
</style>
border-color css
<style>
span { border-color: #DB1A7B; }
span { border-color: rgb(219,26,123); }
td.TdClassName
{
border-color: #DB1A7B;
}
.TagClassName
{
border-color: #DB1A7B;
}
</style>