Shades of Medium Violet Red #DB047D
Tints of Medium Violet Red #DB047D
RGB
CMYK
RGB Variations
Color information
#DB047D (or 0xDB047D) is known color: Medium Violet Red. HEX triplet: DB, 04 and 7D. RGB value is (219,4,125). Sum of RGB (Red+Green+Blue) = 219+4+125=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB047D is #24FB82. Grayscale: #515151. Windows color (decimal): -2423683 or 8193243. OLE color: 8193243.
HSL color Cylindrical-coordinate representation of color #DB047D: hue angle of 326.23º 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 #DB047D is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.14 |
| HSL | 326.23º | 0.96% | 0.44% | - |
| HSV(B) | 326.23º | 0.98% | 0.86% | - |
| XYZ | 32.96 | 16.63 | 20.87 | - |
| YUV | 82.08 | 152.23 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 125 | 0 | 0.98 | 0.43 | 0.14 | 326.23 | 0.96 | 0.44 |
| Hex | DB | 4 | 7D | 0 | 62 | 2B | E | 146 | 60 | 2C |
| Octal | 333 | 4 | 175 | 0 | 142 | 53 | 16 | 506 | 140 | 54 |
| Binary | 11011011 | 100 | 1111101 | 0 | 1100010 | 101011 | 1110 | 101000110 | 1100000 | 101100 |
Color Harmonies of #DB047D
Complementary color
Monochromatic Colors of #DB047D
Black with #DB047D
Text Example
Text Example
White with #DB047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB047D; }
p { color: rgb(219,4,125); }
H1.HeaderClassName
{
color: #DB047D;
}
.AnyTagClassName
{
color: #DB047D;
}
</style>
background-color css
<style>
a { background-color: #DB047D; }
a { background-color: rgb(219,4,125); }
div.DivClassName
{
background-color: #DB047D;
}
.BgClassName
{
background-color: #DB047D;
}
</style>
border-color css
<style>
span { border-color: #DB047D; }
span { border-color: rgb(219,4,125); }
td.TdClassName
{
border-color: #DB047D;
}
.TagClassName
{
border-color: #DB047D;
}
</style>