#db8eea

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

Shades of Plum #DB8EEA

Tints of Plum #DB8EEA

Color information

#DB8EEA (or 0xDB8EEA) is unknown color: approx Plum. HEX triplet: DB, 8E and EA. RGB value is (219,142,234). Sum of RGB (Red+Green+Blue) = 219+142+234=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB8EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EEA is #247115. Grayscale: #AFAFAF. Windows color (decimal): -2388246 or 15371995. OLE color: 15371995.

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

Color convert

RGB219142234-
CMYK0.060.3900.08
HSL290.22º68.66%73.73%-
HSV(B)290.22º39.32%91.76%-
XYZ53.7440.3582.8-
YUV175.51161.01159.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 142 (55.86% from 255) = 23.87%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=36.81%
G=23.87%
B=39.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191422340.060.3900.08290.2268.6673.73
HexDB8EEA62708122454a
Octal333216352647010442105112
Binary1101101110001110111010101101001110100010010001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db8eea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db8eea; }

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

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

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

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

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

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

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

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