#DBA1E5

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

Shades of Plum #DBA1E5

Tints of Plum #DBA1E5

Color information

#DBA1E5 (or 0xDBA1E5) is unknown color: approx Plum. HEX triplet: DB, A1 and E5. RGB value is (219,161,229). Sum of RGB (Red+Green+Blue) = 219+161+229=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1E5 is #245E1A. Grayscale: #B9B9B9. Windows color (decimal): -2383387 or 15049179. OLE color: 15049179.

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

Color convert

RGB219161229-
CMYK0.040.3000.10
HSL291.18º56.67%76.47%-
HSV(B)291.18º29.69%89.8%-
XYZ56.146.2180.09-
YUV186.09152.22151.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 161 (63.28% from 255) = 26.44%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=35.96%
G=26.44%
B=37.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191612290.040.3000.10291.1856.6776.47
HexDBA1E541E0A123394c
Octal33324134543601244371114
Binary11011011101000011110010110011110010101001000111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1E5; }

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

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

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

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

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

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

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

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