#DBA1EB

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

Shades of Plum #DBA1EB

Tints of Plum #DBA1EB

Color information

#DBA1EB (or 0xDBA1EB) is unknown color: approx Plum. HEX triplet: DB, A1 and EB. RGB value is (219,161,235). Sum of RGB (Red+Green+Blue) = 219+161+235=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBA1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1EB is #245E14. Grayscale: #BABABA. Windows color (decimal): -2383381 or 15442395. OLE color: 15442395.

HSL color Cylindrical-coordinate representation of color #DBA1EB: hue angle of 287.03º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA1EB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219161235-
CMYK0.070.3100.08
HSL287.03º64.91%77.65%-
HSV(B)287.03º31.49%92.16%-
XYZ56.9546.5584.58-
YUV186.78155.22150.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 161 (63.28% from 255) = 26.18%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=35.61%
G=26.18%
B=38.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191612350.070.3100.08287.0364.9177.65
HexDBA1EB71F0811f414e
Octal333241353737010437101116
Binary110110111010000111101011111111110100010001111110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1EB; }

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

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

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

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

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

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

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

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