#DBA4EA

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

Shades of Plum #DBA4EA

Tints of Plum #DBA4EA

Color information

#DBA4EA (or 0xDBA4EA) is unknown color: approx Plum. HEX triplet: DB, A4 and EA. RGB value is (219,164,234). Sum of RGB (Red+Green+Blue) = 219+164+234=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBA4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4EA is #245B15. Grayscale: #BCBCBC. Windows color (decimal): -2382614 or 15377627. OLE color: 15377627.

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

Color convert

RGB219164234-
CMYK0.060.3000.08
HSL287.14º62.5%78.04%-
HSV(B)287.14º29.91%91.76%-
XYZ57.3447.5584-
YUV188.42153.72149.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 164 (64.45% from 255) = 26.58%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=35.49%
G=26.58%
B=37.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191642340.060.3000.08287.1462.578.04
HexDBA4EA61E0811f3e4e
Octal33324435263601043776116
Binary11011011101001001110101011011110010001000111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA4EA; }

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

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

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

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

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

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

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

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