Shades of Medium Violet Red #DB048D
Tints of Medium Violet Red #DB048D
RGB
CMYK
RGB Variations
Color information
#DB048D (or 0xDB048D) is known color: Medium Violet Red. HEX triplet: DB, 04 and 8D. RGB value is (219,4,141). Sum of RGB (Red+Green+Blue) = 219+4+141=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB048D is #24FB72. Grayscale: #535353. Windows color (decimal): -2423667 or 9241819. OLE color: 9241819.
HSL color Cylindrical-coordinate representation of color #DB048D: hue angle of 321.77º 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 #DB048D is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 4 | 141 | - |
CMYK | 0 | 0.98 | 0.36 | 0.14 |
HSL | 321.77º | 0.96% | 0.44% | - |
HSV(B) | 321.77º | 0.98% | 0.86% | - |
XYZ | 34.06 | 17.07 | 26.7 | - |
YUV | 83.9 | 160.23 | 224.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 4 | 141 | 0 | 0.98 | 0.36 | 0.14 | 321.77 | 0.96 | 0.44 |
Hex | DB | 4 | 8D | 0 | 62 | 24 | E | 142 | 60 | 2C |
Octal | 333 | 4 | 215 | 0 | 142 | 44 | 16 | 502 | 140 | 54 |
Binary | 11011011 | 100 | 10001101 | 0 | 1100010 | 100100 | 1110 | 101000010 | 1100000 | 101100 |
Color Harmonies of #DB048D
Complementary color
Monochromatic Colors of #DB048D
Black with #DB048D
Text Example
Text Example
White with #DB048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB048D; }
p { color: rgb(219,4,141); }
H1.HeaderClassName
{
color: #DB048D;
}
.AnyTagClassName
{
color: #DB048D;
}
</style>
background-color css
<style>
a { background-color: #DB048D; }
a { background-color: rgb(219,4,141); }
div.DivClassName
{
background-color: #DB048D;
}
.BgClassName
{
background-color: #DB048D;
}
</style>
border-color css
<style>
span { border-color: #DB048D; }
span { border-color: rgb(219,4,141); }
td.TdClassName
{
border-color: #DB048D;
}
.TagClassName
{
border-color: #DB048D;
}
</style>