#DBA5DF

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

Shades of Plum #DBA5DF

Tints of Plum #DBA5DF

Color information

#DBA5DF (or 0xDBA5DF) is unknown color: approx Plum. HEX triplet: DB, A5 and DF. RGB value is (219,165,223). Sum of RGB (Red+Green+Blue) = 219+165+223=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5DF is #245A20. Grayscale: #BBBBBB. Windows color (decimal): -2382369 or 14656987. OLE color: 14656987.

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

Color convert

RGB219165223-
CMYK0.020.2600.13
HSL295.86º47.54%76.08%-
HSV(B)295.86º26.01%87.45%-
XYZ55.9947.375.99-
YUV187.76147.89150.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 165 (64.84% from 255) = 27.18%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=36.08%
G=27.18%
B=36.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191652230.020.2600.13295.8647.5476.08
HexDBA5DF21A0D128304c
Octal33324533723201545060114
Binary1101101110100101110111111011010011011001010001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA5DF; }

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

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

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

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

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

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

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

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