#DBA2E6

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

Shades of Plum #DBA2E6

Tints of Plum #DBA2E6

Color information

#DBA2E6 (or 0xDBA2E6) is unknown color: approx Plum. HEX triplet: DB, A2 and E6. RGB value is (219,162,230). Sum of RGB (Red+Green+Blue) = 219+162+230=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBA2E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2E6 is #245D19. Grayscale: #BABABA. Windows color (decimal): -2383130 or 15114971. OLE color: 15114971.

HSL color Cylindrical-coordinate representation of color #DBA2E6: hue angle of 290.29º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA2E6 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219162230-
CMYK0.050.3000.10
HSL290.29º57.63%76.86%-
HSV(B)290.29º29.57%90.2%-
XYZ56.4246.6180.89-
YUV186.8152.38150.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 162 (63.67% from 255) = 26.51%
BLUE value IS 230 (90.23% from 255) = 37.64%
R=35.84%
G=26.51%
B=37.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191622300.050.3000.10290.2957.6376.86
HexDBA2E651E0A1223a4d
Octal33324234653601244272115
Binary11011011101000101110011010111110010101001000101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2E6; }

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

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

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

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

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

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

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

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