Shades of Plum #DBA3EC
Tints of Plum #DBA3EC
RGB
CMYK
RGB Variations
Color information
#DBA3EC (or 0xDBA3EC) is known color: Plum. HEX triplet: DB, A3 and EC. RGB value is (219,163,236). Sum of RGB (Red+Green+Blue) = 219+163+236=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 163 (64.06% from 255 or 26.38% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3EC is #245C13. Grayscale: #BBBBBB. Windows color (decimal): -2382868 or 15508443. OLE color: 15508443.
HSL color Cylindrical-coordinate representation of color #DBA3EC: hue angle of 286.03º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA3EC is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 163 | 236 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.07 |
| HSL | 286.03º | 0.66% | 0.78% | - |
| HSV(B) | 286.03º | 0.31% | 0.93% | - |
| XYZ | 57.45 | 47.31 | 85.46 | - |
| YUV | 188.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 236 | 0.07 | 0.31 | 0 | 0.07 | 286.03 | 0.66 | 0.78 |
| Hex | DB | A3 | EC | 7 | 1F | 0 | 7 | 11E | 42 | 4E |
| Octal | 333 | 243 | 354 | 7 | 37 | 0 | 7 | 436 | 102 | 116 |
| Binary | 11011011 | 10100011 | 11101100 | 111 | 11111 | 0 | 111 | 100011110 | 1000010 | 1001110 |
Color Harmonies of #DBA3EC
Complementary color
Monochromatic Colors of #DBA3EC
Black with #DBA3EC
Text Example
Text Example
White with #DBA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3EC; }
p { color: rgb(219,163,236); }
H1.HeaderClassName
{
color: #DBA3EC;
}
.AnyTagClassName
{
color: #DBA3EC;
}
</style>
background-color css
<style>
a { background-color: #DBA3EC; }
a { background-color: rgb(219,163,236); }
div.DivClassName
{
background-color: #DBA3EC;
}
.BgClassName
{
background-color: #DBA3EC;
}
</style>
border-color css
<style>
span { border-color: #DBA3EC; }
span { border-color: rgb(219,163,236); }
td.TdClassName
{
border-color: #DBA3EC;
}
.TagClassName
{
border-color: #DBA3EC;
}
</style>