#DBA1E8

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

Shades of Plum #DBA1E8

Tints of Plum #DBA1E8

Color information

#DBA1E8 (or 0xDBA1E8) is unknown color: approx Plum. HEX triplet: DB, A1 and E8. RGB value is (219,161,232). Sum of RGB (Red+Green+Blue) = 219+161+232=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBA1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1E8 is #245E17. Grayscale: #BABABA. Windows color (decimal): -2383384 or 15245787. OLE color: 15245787.

HSL color Cylindrical-coordinate representation of color #DBA1E8: hue angle of 289.01º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA1E8 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219161232-
CMYK0.060.3100.09
HSL289.01º60.68%77.06%-
HSV(B)289.01º30.6%90.98%-
XYZ56.5246.3882.32-
YUV186.44153.72151.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 161 (63.28% from 255) = 26.31%
BLUE value IS 232 (91.02% from 255) = 37.91%
R=35.78%
G=26.31%
B=37.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191612320.060.3100.09289.0160.6877.06
HexDBA1E861F091213d4d
Octal33324135063701144175115
Binary11011011101000011110100011011111010011001000011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1E8; }

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

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

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

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

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

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

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

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