Shades of Plum #DBA1E8
Tints of Plum #DBA1E8
RGB
CMYK
RGB Variations
Color information
#DBA1E8 (or 0xDBA1E8) is known color: Plum. HEX triplet: DB, A1 and E8. RGB value is (219,161,232). Sum of RGB (Red+Green+Blue) = 219+161+232=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBA1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1E8 is #245E17. Grayscale: #BABABA. Windows color (decimal): -2383384 or 15245787. OLE color: 15245787.
HSL color Cylindrical-coordinate representation of color #DBA1E8: hue angle of 289.01º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA1E8 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 161 | 232 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.09 |
| HSL | 289.01º | 0.61% | 0.77% | - |
| HSV(B) | 289.01º | 0.31% | 0.91% | - |
| XYZ | 56.52 | 46.38 | 82.32 | - |
| YUV | 186.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 232 | 0.06 | 0.31 | 0 | 0.09 | 289.01 | 0.61 | 0.77 |
| Hex | DB | A1 | E8 | 6 | 1F | 0 | 9 | 121 | 3D | 4D |
| Octal | 333 | 241 | 350 | 6 | 37 | 0 | 11 | 441 | 75 | 115 |
| Binary | 11011011 | 10100001 | 11101000 | 110 | 11111 | 0 | 1001 | 100100001 | 111101 | 1001101 |
Color Harmonies of #DBA1E8
Complementary color
Monochromatic Colors of #DBA1E8
Black with #DBA1E8
Text Example
Text Example
White with #DBA1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA1E8; }
p { color: rgb(219,161,232); }
H1.HeaderClassName
{
color: #DBA1E8;
}
.AnyTagClassName
{
color: #DBA1E8;
}
</style>
background-color css
<style>
a { background-color: #DBA1E8; }
a { background-color: rgb(219,161,232); }
div.DivClassName
{
background-color: #DBA1E8;
}
.BgClassName
{
background-color: #DBA1E8;
}
</style>
border-color css
<style>
span { border-color: #DBA1E8; }
span { border-color: rgb(219,161,232); }
td.TdClassName
{
border-color: #DBA1E8;
}
.TagClassName
{
border-color: #DBA1E8;
}
</style>