Shades of Plum #DBA0EA
Tints of Plum #DBA0EA
RGB
CMYK
RGB Variations
Color information
#DBA0EA (or 0xDBA0EA) is known color: Plum. HEX triplet: DB, A0 and EA. RGB value is (219,160,234). Sum of RGB (Red+Green+Blue) = 219+160+234=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBA0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0EA is #245F15. Grayscale: #B9B9B9. Windows color (decimal): -2383638 or 15376603. OLE color: 15376603.
HSL color Cylindrical-coordinate representation of color #DBA0EA: hue angle of 287.84º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA0EA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 160 | 234 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.08 |
| HSL | 287.84º | 0.64% | 0.77% | - |
| HSV(B) | 287.84º | 0.32% | 0.92% | - |
| XYZ | 56.64 | 46.14 | 83.76 | - |
| YUV | 186.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 234 | 0.06 | 0.32 | 0 | 0.08 | 287.84 | 0.64 | 0.77 |
| Hex | DB | A0 | EA | 6 | 20 | 0 | 8 | 120 | 40 | 4D |
| Octal | 333 | 240 | 352 | 6 | 40 | 0 | 10 | 440 | 100 | 115 |
| Binary | 11011011 | 10100000 | 11101010 | 110 | 100000 | 0 | 1000 | 100100000 | 1000000 | 1001101 |
Color Harmonies of #DBA0EA
Complementary color
Monochromatic Colors of #DBA0EA
Black with #DBA0EA
Text Example
Text Example
White with #DBA0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0EA; }
p { color: rgb(219,160,234); }
H1.HeaderClassName
{
color: #DBA0EA;
}
.AnyTagClassName
{
color: #DBA0EA;
}
</style>
background-color css
<style>
a { background-color: #DBA0EA; }
a { background-color: rgb(219,160,234); }
div.DivClassName
{
background-color: #DBA0EA;
}
.BgClassName
{
background-color: #DBA0EA;
}
</style>
border-color css
<style>
span { border-color: #DBA0EA; }
span { border-color: rgb(219,160,234); }
td.TdClassName
{
border-color: #DBA0EA;
}
.TagClassName
{
border-color: #DBA0EA;
}
</style>