Shades of Medium Violet Red #DB057A
Tints of Medium Violet Red #DB057A
RGB
CMYK
RGB Variations
Color information
#DB057A (or 0xDB057A) is known color: Medium Violet Red. HEX triplet: DB, 05 and 7A. RGB value is (219,5,122). Sum of RGB (Red+Green+Blue) = 219+5+122=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB057A is #24FA85. Grayscale: #525252. Windows color (decimal): -2423430 or 7996891. OLE color: 7996891.
HSL color Cylindrical-coordinate representation of color #DB057A: hue angle of 327.2º 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 #DB057A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 122 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.14 |
| HSL | 327.2º | 0.96% | 0.44% | - |
| HSV(B) | 327.2º | 0.98% | 0.86% | - |
| XYZ | 32.78 | 16.57 | 19.88 | - |
| YUV | 82.32 | 150.4 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 122 | 0 | 0.98 | 0.44 | 0.14 | 327.2 | 0.96 | 0.44 |
| Hex | DB | 5 | 7A | 0 | 62 | 2C | E | 147 | 60 | 2C |
| Octal | 333 | 5 | 172 | 0 | 142 | 54 | 16 | 507 | 140 | 54 |
| Binary | 11011011 | 101 | 1111010 | 0 | 1100010 | 101100 | 1110 | 101000111 | 1100000 | 101100 |
Color Harmonies of #DB057A
Complementary color
Monochromatic Colors of #DB057A
Black with #DB057A
Text Example
Text Example
White with #DB057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB057A; }
p { color: rgb(219,5,122); }
H1.HeaderClassName
{
color: #DB057A;
}
.AnyTagClassName
{
color: #DB057A;
}
</style>
background-color css
<style>
a { background-color: #DB057A; }
a { background-color: rgb(219,5,122); }
div.DivClassName
{
background-color: #DB057A;
}
.BgClassName
{
background-color: #DB057A;
}
</style>
border-color css
<style>
span { border-color: #DB057A; }
span { border-color: rgb(219,5,122); }
td.TdClassName
{
border-color: #DB057A;
}
.TagClassName
{
border-color: #DB057A;
}
</style>