#DBA9DD

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

Shades of Plum #DBA9DD

Tints of Plum #DBA9DD

Color information

#DBA9DD (or 0xDBA9DD) is unknown color: approx Plum. HEX triplet: DB, A9 and DD. RGB value is (219,169,221). Sum of RGB (Red+Green+Blue) = 219+169+221=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9DD is #245622. Grayscale: #BDBDBD. Windows color (decimal): -2381347 or 14526939. OLE color: 14526939.

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

Color convert

RGB219169221-
CMYK0.010.2400.13
HSL297.69º43.33%76.47%-
HSV(B)297.69º23.53%86.67%-
XYZ56.4548.6674.82-
YUV189.88145.56148.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 169 (66.41% from 255) = 27.75%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=35.96%
G=27.75%
B=36.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191692210.010.2400.13297.6943.3376.47
HexDBA9DD1180D12a2b4c
Octal33325133513001545253114
Binary110110111010100111011101111000011011001010101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9DD; }

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

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

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

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

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

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

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

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