Shades of Medium Violet Red #DB057D
Tints of Medium Violet Red #DB057D
RGB
CMYK
RGB Variations
Color information
#DB057D (or 0xDB057D) is known color: Medium Violet Red. HEX triplet: DB, 05 and 7D. RGB value is (219,5,125). Sum of RGB (Red+Green+Blue) = 219+5+125=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB057D is #24FA82. Grayscale: #525252. Windows color (decimal): -2423427 or 8193499. OLE color: 8193499.
HSL color Cylindrical-coordinate representation of color #DB057D: hue angle of 326.36º 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 #DB057D is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.14 |
| HSL | 326.36º | 0.96% | 0.44% | - |
| HSV(B) | 326.36º | 0.98% | 0.86% | - |
| XYZ | 32.97 | 16.65 | 20.88 | - |
| YUV | 82.67 | 151.9 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 125 | 0 | 0.98 | 0.43 | 0.14 | 326.36 | 0.96 | 0.44 |
| Hex | DB | 5 | 7D | 0 | 62 | 2B | E | 146 | 60 | 2C |
| Octal | 333 | 5 | 175 | 0 | 142 | 53 | 16 | 506 | 140 | 54 |
| Binary | 11011011 | 101 | 1111101 | 0 | 1100010 | 101011 | 1110 | 101000110 | 1100000 | 101100 |
Color Harmonies of #DB057D
Complementary color
Monochromatic Colors of #DB057D
Black with #DB057D
Text Example
Text Example
White with #DB057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB057D; }
p { color: rgb(219,5,125); }
H1.HeaderClassName
{
color: #DB057D;
}
.AnyTagClassName
{
color: #DB057D;
}
</style>
background-color css
<style>
a { background-color: #DB057D; }
a { background-color: rgb(219,5,125); }
div.DivClassName
{
background-color: #DB057D;
}
.BgClassName
{
background-color: #DB057D;
}
</style>
border-color css
<style>
span { border-color: #DB057D; }
span { border-color: rgb(219,5,125); }
td.TdClassName
{
border-color: #DB057D;
}
.TagClassName
{
border-color: #DB057D;
}
</style>