#DBA1EA

Color #DBA1EA Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DBA1EA

Tints of Plum #DBA1EA

Color information

#DBA1EA (or 0xDBA1EA) is unknown color: approx Plum. HEX triplet: DB, A1 and EA. RGB value is (219,161,234). Sum of RGB (Red+Green+Blue) = 219+161+234=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBA1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1EA is #245E15. Grayscale: #BABABA. Windows color (decimal): -2383382 or 15376859. OLE color: 15376859.

HSL color Cylindrical-coordinate representation of color #DBA1EA: hue angle of 287.67º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA1EA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219161234-
CMYK0.060.3100.08
HSL287.67º63.48%77.45%-
HSV(B)287.67º31.2%91.76%-
XYZ56.8146.4983.82-
YUV186.66154.72151.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 161 (63.28% from 255) = 26.22%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=35.67%
G=26.22%
B=38.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191612340.060.3100.08287.6763.4877.45
HexDBA1EA61F081203f4d
Octal33324135263701044077115
Binary11011011101000011110101011011111010001001000001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1EA; }

 p { color: rgb(219,161,234); }

 H1.HeaderClassName
 {
   color: #DBA1EA;
 }
 .AnyTagClassName
 {
   color: #DBA1EA;
 }
</style>
background-color css

<style>
 a { background-color: #DBA1EA; }

 a { background-color: rgb(219,161,234); }

 div.DivClassName
 {
   background-color: #DBA1EA;
 }
 .BgClassName
 {
   background-color: #DBA1EA;
 }
</style>
border-color css

<style>
 span { border-color: #DBA1EA; }

 span { border-color: rgb(219,161,234); }

 td.TdClassName
 {
   border-color: #DBA1EA;
 }
 .TagClassName
 {
   border-color: #DBA1EA;
 }
</style>