Shades of Medium Violet Red #DB047B
Tints of Medium Violet Red #DB047B
RGB
CMYK
RGB Variations
Color information
#DB047B (or 0xDB047B) is known color: Medium Violet Red. HEX triplet: DB, 04 and 7B. RGB value is (219,4,123). Sum of RGB (Red+Green+Blue) = 219+4+123=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB047B is #24FB84. Grayscale: #515151. Windows color (decimal): -2423685 or 8062171. OLE color: 8062171.
HSL color Cylindrical-coordinate representation of color #DB047B: hue angle of 326.79º 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 #DB047B is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.14 |
| HSL | 326.79º | 0.96% | 0.44% | - |
| HSV(B) | 326.79º | 0.98% | 0.86% | - |
| XYZ | 32.83 | 16.58 | 20.21 | - |
| YUV | 81.85 | 151.23 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 123 | 0 | 0.98 | 0.44 | 0.14 | 326.79 | 0.96 | 0.44 |
| Hex | DB | 4 | 7B | 0 | 62 | 2C | E | 147 | 60 | 2C |
| Octal | 333 | 4 | 173 | 0 | 142 | 54 | 16 | 507 | 140 | 54 |
| Binary | 11011011 | 100 | 1111011 | 0 | 1100010 | 101100 | 1110 | 101000111 | 1100000 | 101100 |
Color Harmonies of #DB047B
Complementary color
Monochromatic Colors of #DB047B
Black with #DB047B
Text Example
Text Example
White with #DB047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB047B; }
p { color: rgb(219,4,123); }
H1.HeaderClassName
{
color: #DB047B;
}
.AnyTagClassName
{
color: #DB047B;
}
</style>
background-color css
<style>
a { background-color: #DB047B; }
a { background-color: rgb(219,4,123); }
div.DivClassName
{
background-color: #DB047B;
}
.BgClassName
{
background-color: #DB047B;
}
</style>
border-color css
<style>
span { border-color: #DB047B; }
span { border-color: rgb(219,4,123); }
td.TdClassName
{
border-color: #DB047B;
}
.TagClassName
{
border-color: #DB047B;
}
</style>