#DBA5EA

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

Shades of Plum #DBA5EA

Tints of Plum #DBA5EA

Color information

#DBA5EA (or 0xDBA5EA) is unknown color: approx Plum. HEX triplet: DB, A5 and EA. RGB value is (219,165,234). Sum of RGB (Red+Green+Blue) = 219+165+234=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBA5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA5EA is #245A15. Grayscale: #BCBCBC. Windows color (decimal): -2382358 or 15377883. OLE color: 15377883.

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

Color convert

RGB219165234-
CMYK0.060.2900.08
HSL286.96º62.16%78.24%-
HSV(B)286.96º29.49%91.76%-
XYZ57.5247.9184.06-
YUV189.01153.39149.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 165 (64.84% from 255) = 26.70%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=35.44%
G=26.70%
B=37.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191652340.060.2900.08286.9662.1678.24
HexDBA5EA61D0811f3e4e
Octal33324535263501043776116
Binary11011011101001011110101011011101010001000111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA5EA; }

 p { color: rgb(219,165,234); }

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

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

 a { background-color: rgb(219,165,234); }

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

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

 span { border-color: rgb(219,165,234); }

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