Shades of Medium Violet Red #DB048E
Tints of Medium Violet Red #DB048E
RGB
CMYK
RGB Variations
Color information
#DB048E (or 0xDB048E) is known color: Medium Violet Red. HEX triplet: DB, 04 and 8E. RGB value is (219,4,142). Sum of RGB (Red+Green+Blue) = 219+4+142=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB048E is #24FB71. Grayscale: #535353. Windows color (decimal): -2423666 or 9307355. OLE color: 9307355.
HSL color Cylindrical-coordinate representation of color #DB048E: hue angle of 321.49º 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 #DB048E is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.14 |
| HSL | 321.49º | 0.96% | 0.44% | - |
| HSV(B) | 321.49º | 0.98% | 0.86% | - |
| XYZ | 34.14 | 17.1 | 27.09 | - |
| YUV | 84.02 | 160.73 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 142 | 0 | 0.98 | 0.35 | 0.14 | 321.49 | 0.96 | 0.44 |
| Hex | DB | 4 | 8E | 0 | 62 | 23 | E | 141 | 60 | 2C |
| Octal | 333 | 4 | 216 | 0 | 142 | 43 | 16 | 501 | 140 | 54 |
| Binary | 11011011 | 100 | 10001110 | 0 | 1100010 | 100011 | 1110 | 101000001 | 1100000 | 101100 |
Color Harmonies of #DB048E
Complementary color
Monochromatic Colors of #DB048E
Black with #DB048E
Text Example
Text Example
White with #DB048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB048E; }
p { color: rgb(219,4,142); }
H1.HeaderClassName
{
color: #DB048E;
}
.AnyTagClassName
{
color: #DB048E;
}
</style>
background-color css
<style>
a { background-color: #DB048E; }
a { background-color: rgb(219,4,142); }
div.DivClassName
{
background-color: #DB048E;
}
.BgClassName
{
background-color: #DB048E;
}
</style>
border-color css
<style>
span { border-color: #DB048E; }
span { border-color: rgb(219,4,142); }
td.TdClassName
{
border-color: #DB048E;
}
.TagClassName
{
border-color: #DB048E;
}
</style>