#DBA3E5

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

Shades of Plum #DBA3E5

Tints of Plum #DBA3E5

Color information

#DBA3E5 (or 0xDBA3E5) is unknown color: approx Plum. HEX triplet: DB, A3 and E5. RGB value is (219,163,229). Sum of RGB (Red+Green+Blue) = 219+163+229=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBA3E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3E5 is #245C1A. Grayscale: #BBBBBB. Windows color (decimal): -2382875 or 15049691. OLE color: 15049691.

HSL color Cylindrical-coordinate representation of color #DBA3E5: hue angle of 290.91º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA3E5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219163229-
CMYK0.040.2900.10
HSL290.91º55.93%76.86%-
HSV(B)290.91º28.82%89.8%-
XYZ56.4546.9180.21-
YUV187.27151.55150.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 163 (64.06% from 255) = 26.68%
BLUE value IS 229 (89.84% from 255) = 37.48%
R=35.84%
G=26.68%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191632290.040.2900.10290.9155.9376.86
HexDBA3E541D0A123384d
Octal33324334543501244370115
Binary11011011101000111110010110011101010101001000111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA3E5; }

 p { color: rgb(219,163,229); }

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

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

 a { background-color: rgb(219,163,229); }

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

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

 span { border-color: rgb(219,163,229); }

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