Shades of Plum #DBA4E9
Tints of Plum #DBA4E9
RGB
CMYK
RGB Variations
Color information
#DBA4E9 (or 0xDBA4E9) is known color: Plum. HEX triplet: DB, A4 and E9. RGB value is (219,164,233). Sum of RGB (Red+Green+Blue) = 219+164+233=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBA4E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4E9 is #245B16. Grayscale: #BCBCBC. Windows color (decimal): -2382615 or 15312091. OLE color: 15312091.
HSL color Cylindrical-coordinate representation of color #DBA4E9: hue angle of 287.83º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA4E9 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 164 | 233 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.09 |
| HSL | 287.83º | 0.61% | 0.78% | - |
| HSV(B) | 287.83º | 0.3% | 0.91% | - |
| XYZ | 57.2 | 47.49 | 83.24 | - |
| YUV | 188.31 | 153.22 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 233 | 0.06 | 0.30 | 0 | 0.09 | 287.83 | 0.61 | 0.78 |
| Hex | DB | A4 | E9 | 6 | 1E | 0 | 9 | 120 | 3D | 4E |
| Octal | 333 | 244 | 351 | 6 | 36 | 0 | 11 | 440 | 75 | 116 |
| Binary | 11011011 | 10100100 | 11101001 | 110 | 11110 | 0 | 1001 | 100100000 | 111101 | 1001110 |
Color Harmonies of #DBA4E9
Complementary color
Monochromatic Colors of #DBA4E9
Black with #DBA4E9
Text Example
Text Example
White with #DBA4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4E9; }
p { color: rgb(219,164,233); }
H1.HeaderClassName
{
color: #DBA4E9;
}
.AnyTagClassName
{
color: #DBA4E9;
}
</style>
background-color css
<style>
a { background-color: #DBA4E9; }
a { background-color: rgb(219,164,233); }
div.DivClassName
{
background-color: #DBA4E9;
}
.BgClassName
{
background-color: #DBA4E9;
}
</style>
border-color css
<style>
span { border-color: #DBA4E9; }
span { border-color: rgb(219,164,233); }
td.TdClassName
{
border-color: #DBA4E9;
}
.TagClassName
{
border-color: #DBA4E9;
}
</style>