Shades of Medium Violet Red #DB057E
Tints of Medium Violet Red #DB057E
RGB
CMYK
RGB Variations
Color information
#DB057E (or 0xDB057E) is known color: Medium Violet Red. HEX triplet: DB, 05 and 7E. RGB value is (219,5,126). Sum of RGB (Red+Green+Blue) = 219+5+126=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB057E is #24FA81. Grayscale: #525252. Windows color (decimal): -2423426 or 8259035. OLE color: 8259035.
HSL color Cylindrical-coordinate representation of color #DB057E: hue angle of 326.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB057E is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 126 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.14 |
| HSL | 326.07º | 0.96% | 0.44% | - |
| HSV(B) | 326.07º | 0.98% | 0.86% | - |
| XYZ | 33.03 | 16.67 | 21.22 | - |
| YUV | 82.78 | 152.4 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 126 | 0 | 0.98 | 0.42 | 0.14 | 326.07 | 0.96 | 0.44 |
| Hex | DB | 5 | 7E | 0 | 62 | 2A | E | 146 | 60 | 2C |
| Octal | 333 | 5 | 176 | 0 | 142 | 52 | 16 | 506 | 140 | 54 |
| Binary | 11011011 | 101 | 1111110 | 0 | 1100010 | 101010 | 1110 | 101000110 | 1100000 | 101100 |
Color Harmonies of #DB057E
Complementary color
Monochromatic Colors of #DB057E
Black with #DB057E
Text Example
Text Example
White with #DB057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB057E; }
p { color: rgb(219,5,126); }
H1.HeaderClassName
{
color: #DB057E;
}
.AnyTagClassName
{
color: #DB057E;
}
</style>
background-color css
<style>
a { background-color: #DB057E; }
a { background-color: rgb(219,5,126); }
div.DivClassName
{
background-color: #DB057E;
}
.BgClassName
{
background-color: #DB057E;
}
</style>
border-color css
<style>
span { border-color: #DB057E; }
span { border-color: rgb(219,5,126); }
td.TdClassName
{
border-color: #DB057E;
}
.TagClassName
{
border-color: #DB057E;
}
</style>