#DBABDA

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

Shades of Plum #DBABDA

Tints of Plum #DBABDA

Color information

#DBABDA (or 0xDBABDA) is unknown color: approx Plum. HEX triplet: DB, AB and DA. RGB value is (219,171,218). Sum of RGB (Red+Green+Blue) = 219+171+218=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABDA is #245425. Grayscale: #BEBEBE. Windows color (decimal): -2380838 or 14330843. OLE color: 14330843.

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

Color convert

RGB219171218-
CMYK00.220.000.14
HSL301.25º40%76.47%-
HSV(B)301.25º21.92%85.88%-
XYZ56.4349.2572.86-
YUV190.71143.4148.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 171 (67.19% from 255) = 28.12%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=36.02%
G=28.12%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917121800.220.000.14301.254076.47
HexDBABDA0160E12d284c
Octal33325333202601645550114
Binary110110111010101111011010010110011101001011011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABDA; }

 p { color: rgb(219,171,218); }

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

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

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

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

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

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

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