#DBA2EA

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

Shades of Plum #DBA2EA

Tints of Plum #DBA2EA

Color information

#DBA2EA (or 0xDBA2EA) is unknown color: approx Plum. HEX triplet: DB, A2 and EA. RGB value is (219,162,234). Sum of RGB (Red+Green+Blue) = 219+162+234=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 162 (63.67% from 255 or 26.34% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBA2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2EA is #245D15. Grayscale: #BBBBBB. Windows color (decimal): -2383126 or 15377115. OLE color: 15377115.

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

Color convert

RGB219162234-
CMYK0.060.3100.08
HSL287.5º63.16%77.65%-
HSV(B)287.5º30.77%91.76%-
XYZ56.9946.8483.88-
YUV187.25154.38150.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 162 (63.67% from 255) = 26.34%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=35.61%
G=26.34%
B=38.05%

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
Decimal2191622340.060.3100.08287.563.1677.65
HexDBA2EA61F081203f4e
Octal33324235263701044077116
Binary11011011101000101110101011011111010001001000001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2EA; }

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

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

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

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

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

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

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

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