#DBA0EA

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

Shades of Plum #DBA0EA

Tints of Plum #DBA0EA

Color information

#DBA0EA (or 0xDBA0EA) is unknown color: approx Plum. HEX triplet: DB, A0 and EA. RGB value is (219,160,234). Sum of RGB (Red+Green+Blue) = 219+160+234=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBA0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0EA is #245F15. Grayscale: #B9B9B9. Windows color (decimal): -2383638 or 15376603. OLE color: 15376603.

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

Color convert

RGB219160234-
CMYK0.060.3200.08
HSL287.84º63.79%77.25%-
HSV(B)287.84º31.62%91.76%-
XYZ56.6446.1483.76-
YUV186.08155.05151.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 160 (62.89% from 255) = 26.10%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=35.73%
G=26.10%
B=38.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191602340.060.3200.08287.8463.7977.25
HexDBA0EA62008120404d
Octal333240352640010440100115
Binary1101101110100000111010101101000000100010010000010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0EA; }

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

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

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

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

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

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

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

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