#DBA9DF

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

Shades of Plum #DBA9DF

Tints of Plum #DBA9DF

Color information

#DBA9DF (or 0xDBA9DF) is unknown color: approx Plum. HEX triplet: DB, A9 and DF. RGB value is (219,169,223). Sum of RGB (Red+Green+Blue) = 219+169+223=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBA9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9DF is #245620. Grayscale: #BDBDBD. Windows color (decimal): -2381345 or 14658011. OLE color: 14658011.

HSL color Cylindrical-coordinate representation of color #DBA9DF: hue angle of 295.56º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA9DF is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219169223-
CMYK0.020.2400.13
HSL295.56º45.76%76.86%-
HSV(B)295.56º24.22%87.45%-
XYZ56.7248.7676.23-
YUV190.11146.56148.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=35.84%
G=27.66%
B=36.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191692230.020.2400.13295.5645.7676.86
HexDBA9DF2180D1282e4d
Octal33325133723001545056115
Binary1101101110101001110111111011000011011001010001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9DF; }

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

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

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

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

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

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

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

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