#DBA9E1

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

Shades of Plum #DBA9E1

Tints of Plum #DBA9E1

Color information

#DBA9E1 (or 0xDBA9E1) is unknown color: approx Plum. HEX triplet: DB, A9 and E1. RGB value is (219,169,225). Sum of RGB (Red+Green+Blue) = 219+169+225=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBA9E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9E1 is #24561E. Grayscale: #BEBEBE. Windows color (decimal): -2381343 or 14789083. OLE color: 14789083.

HSL color Cylindrical-coordinate representation of color #DBA9E1: hue angle of 293.57º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA9E1 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219169225-
CMYK0.030.2500.12
HSL293.57º48.28%77.25%-
HSV(B)293.57º24.89%88.24%-
XYZ56.9948.8777.66-
YUV190.33147.56148.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 169 (66.41% from 255) = 27.57%
BLUE value IS 225 (88.28% from 255) = 36.70%
R=35.73%
G=27.57%
B=36.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191692250.030.2500.12293.5748.2877.25
HexDBA9E13190C126304d
Octal33325134133101444660115
Binary1101101110101001111000011111001011001001001101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9E1; }

 p { color: rgb(219,169,225); }

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

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

 a { background-color: rgb(219,169,225); }

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

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

 span { border-color: rgb(219,169,225); }

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