Shades of Plum #DBA3EA
Tints of Plum #DBA3EA
RGB
CMYK
RGB Variations
Color information
#DBA3EA (or 0xDBA3EA) is known color: Plum. HEX triplet: DB, A3 and EA. RGB value is (219,163,234). Sum of RGB (Red+Green+Blue) = 219+163+234=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 163 (64.06% from 255 or 26.46% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3EA is #245C15. Grayscale: #BBBBBB. Windows color (decimal): -2382870 or 15377371. OLE color: 15377371.
HSL color Cylindrical-coordinate representation of color #DBA3EA: hue angle of 287.32º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA3EA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 163 | 234 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.08 |
| HSL | 287.32º | 0.63% | 0.78% | - |
| HSV(B) | 287.32º | 0.3% | 0.92% | - |
| XYZ | 57.16 | 47.19 | 83.94 | - |
| YUV | 187.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 234 | 0.06 | 0.30 | 0 | 0.08 | 287.32 | 0.63 | 0.78 |
| Hex | DB | A3 | EA | 6 | 1E | 0 | 8 | 11F | 3F | 4E |
| Octal | 333 | 243 | 352 | 6 | 36 | 0 | 10 | 437 | 77 | 116 |
| Binary | 11011011 | 10100011 | 11101010 | 110 | 11110 | 0 | 1000 | 100011111 | 111111 | 1001110 |
Color Harmonies of #DBA3EA
Complementary color
Monochromatic Colors of #DBA3EA
Black with #DBA3EA
Text Example
Text Example
White with #DBA3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3EA; }
p { color: rgb(219,163,234); }
H1.HeaderClassName
{
color: #DBA3EA;
}
.AnyTagClassName
{
color: #DBA3EA;
}
</style>
background-color css
<style>
a { background-color: #DBA3EA; }
a { background-color: rgb(219,163,234); }
div.DivClassName
{
background-color: #DBA3EA;
}
.BgClassName
{
background-color: #DBA3EA;
}
</style>
border-color css
<style>
span { border-color: #DBA3EA; }
span { border-color: rgb(219,163,234); }
td.TdClassName
{
border-color: #DBA3EA;
}
.TagClassName
{
border-color: #DBA3EA;
}
</style>