Shades of Medium Violet Red #DB048A
Tints of Medium Violet Red #DB048A
RGB
CMYK
RGB Variations
Color information
#DB048A (or 0xDB048A) is known color: Medium Violet Red. HEX triplet: DB, 04 and 8A. RGB value is (219,4,138). Sum of RGB (Red+Green+Blue) = 219+4+138=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB048A is #24FB75. Grayscale: #535353. Windows color (decimal): -2423670 or 9045211. OLE color: 9045211.
HSL color Cylindrical-coordinate representation of color #DB048A: hue angle of 322.6º 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 #DB048A is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.14 |
| HSL | 322.6º | 0.96% | 0.44% | - |
| HSV(B) | 322.6º | 0.98% | 0.86% | - |
| XYZ | 33.84 | 16.98 | 25.54 | - |
| YUV | 83.56 | 158.73 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 138 | 0 | 0.98 | 0.37 | 0.14 | 322.6 | 0.96 | 0.44 |
| Hex | DB | 4 | 8A | 0 | 62 | 25 | E | 143 | 60 | 2C |
| Octal | 333 | 4 | 212 | 0 | 142 | 45 | 16 | 503 | 140 | 54 |
| Binary | 11011011 | 100 | 10001010 | 0 | 1100010 | 100101 | 1110 | 101000011 | 1100000 | 101100 |
Color Harmonies of #DB048A
Complementary color
Monochromatic Colors of #DB048A
Black with #DB048A
Text Example
Text Example
White with #DB048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB048A; }
p { color: rgb(219,4,138); }
H1.HeaderClassName
{
color: #DB048A;
}
.AnyTagClassName
{
color: #DB048A;
}
</style>
background-color css
<style>
a { background-color: #DB048A; }
a { background-color: rgb(219,4,138); }
div.DivClassName
{
background-color: #DB048A;
}
.BgClassName
{
background-color: #DB048A;
}
</style>
border-color css
<style>
span { border-color: #DB048A; }
span { border-color: rgb(219,4,138); }
td.TdClassName
{
border-color: #DB048A;
}
.TagClassName
{
border-color: #DB048A;
}
</style>