#DBA2E1

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

Shades of Plum #DBA2E1

Tints of Plum #DBA2E1

Color information

#DBA2E1 (or 0xDBA2E1) is unknown color: approx Plum. HEX triplet: DB, A2 and E1. RGB value is (219,162,225). Sum of RGB (Red+Green+Blue) = 219+162+225=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBA2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2E1 is #245D1E. Grayscale: #BABABA. Windows color (decimal): -2383135 or 14787291. OLE color: 14787291.

HSL color Cylindrical-coordinate representation of color #DBA2E1: hue angle of 294.29º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA2E1 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219162225-
CMYK0.030.2800.12
HSL294.29º51.22%75.88%-
HSV(B)294.29º28%88.24%-
XYZ55.7246.3477.24-
YUV186.22149.88151.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 162 (63.67% from 255) = 26.73%
BLUE value IS 225 (88.28% from 255) = 37.13%
R=36.14%
G=26.73%
B=37.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191622250.030.2800.12294.2951.2275.88
HexDBA2E131C0C126334c
Octal33324234133401444663114
Binary1101101110100010111000011111100011001001001101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2E1; }

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

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

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

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

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

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

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

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