Shades of Medium Violet Red #DB048B
Tints of Medium Violet Red #DB048B
RGB
CMYK
RGB Variations
Color information
#DB048B (or 0xDB048B) is known color: Medium Violet Red. HEX triplet: DB, 04 and 8B. RGB value is (219,4,139). Sum of RGB (Red+Green+Blue) = 219+4+139=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB048B is #24FB74. Grayscale: #535353. Windows color (decimal): -2423669 or 9110747. OLE color: 9110747.
HSL color Cylindrical-coordinate representation of color #DB048B: hue angle of 322.33º 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 #DB048B is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.14 |
| HSL | 322.33º | 0.96% | 0.44% | - |
| HSV(B) | 322.33º | 0.98% | 0.86% | - |
| XYZ | 33.92 | 17.01 | 25.92 | - |
| YUV | 83.68 | 159.23 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 139 | 0 | 0.98 | 0.37 | 0.14 | 322.33 | 0.96 | 0.44 |
| Hex | DB | 4 | 8B | 0 | 62 | 25 | E | 142 | 60 | 2C |
| Octal | 333 | 4 | 213 | 0 | 142 | 45 | 16 | 502 | 140 | 54 |
| Binary | 11011011 | 100 | 10001011 | 0 | 1100010 | 100101 | 1110 | 101000010 | 1100000 | 101100 |
Color Harmonies of #DB048B
Complementary color
Monochromatic Colors of #DB048B
Black with #DB048B
Text Example
Text Example
White with #DB048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB048B; }
p { color: rgb(219,4,139); }
H1.HeaderClassName
{
color: #DB048B;
}
.AnyTagClassName
{
color: #DB048B;
}
</style>
background-color css
<style>
a { background-color: #DB048B; }
a { background-color: rgb(219,4,139); }
div.DivClassName
{
background-color: #DB048B;
}
.BgClassName
{
background-color: #DB048B;
}
</style>
border-color css
<style>
span { border-color: #DB048B; }
span { border-color: rgb(219,4,139); }
td.TdClassName
{
border-color: #DB048B;
}
.TagClassName
{
border-color: #DB048B;
}
</style>