#DBA9DB

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

Shades of Plum #DBA9DB

Tints of Plum #DBA9DB

Color information

#DBA9DB (or 0xDBA9DB) is unknown color: approx Plum. HEX triplet: DB, A9 and DB. RGB value is (219,169,219). Sum of RGB (Red+Green+Blue) = 219+169+219=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9DB is #245624. Grayscale: #BDBDBD. Windows color (decimal): -2381349 or 14395867. OLE color: 14395867.

HSL color Cylindrical-coordinate representation of color #DBA9DB: hue angle of 300º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9DB is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219169219-
CMYK00.2300.14
HSL300º40.98%76.08%-
HSV(B)300º22.83%85.88%-
XYZ56.1948.5573.43-
YUV189.65144.56148.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 169 (66.41% from 255) = 27.84%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=36.08%
G=27.84%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916921900.2300.1430040.9876.08
HexDBA9DB0170E12c294c
Octal33325133302701645451114
Binary110110111010100111011011010111011101001011001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9DB; }

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

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

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

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

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

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

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

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