#DBA1E6

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

Shades of Plum #DBA1E6

Tints of Plum #DBA1E6

Color information

#DBA1E6 (or 0xDBA1E6) is unknown color: approx Plum. HEX triplet: DB, A1 and E6. RGB value is (219,161,230). Sum of RGB (Red+Green+Blue) = 219+161+230=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBA1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1E6 is #245E19. Grayscale: #B9B9B9. Windows color (decimal): -2383386 or 15114715. OLE color: 15114715.

HSL color Cylindrical-coordinate representation of color #DBA1E6: hue angle of 290.43º 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 #DBA1E6 is Cyan = 0.05, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219161230-
CMYK0.050.300.10
HSL290.43º57.98%76.67%-
HSV(B)290.43º30%90.2%-
XYZ56.2446.2680.83-
YUV186.21152.72151.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 161 (63.28% from 255) = 26.39%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=35.90%
G=26.39%
B=37.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191612300.050.300.10290.4357.9876.67
HexDBA1E651E0A1223a4d
Octal33324134653601244272115
Binary11011011101000011110011010111110010101001000101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1E6; }

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

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

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

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

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

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

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

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