#DBA8DD

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

Shades of Plum #DBA8DD

Tints of Plum #DBA8DD

Color information

#DBA8DD (or 0xDBA8DD) is unknown color: approx Plum. HEX triplet: DB, A8 and DD. RGB value is (219,168,221). Sum of RGB (Red+Green+Blue) = 219+168+221=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8DD is #245722. Grayscale: #BDBDBD. Windows color (decimal): -2381603 or 14526683. OLE color: 14526683.

HSL color Cylindrical-coordinate representation of color #DBA8DD: hue angle of 297.74º degrees, saturation: 0.44, 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 #DBA8DD is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219168221-
CMYK0.010.2400.13
HSL297.74º43.8%76.27%-
HSV(B)297.74º23.98%86.67%-
XYZ56.2748.2974.76-
YUV189.29145.9149.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 168 (66.02% from 255) = 27.63%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=36.02%
G=27.63%
B=36.35%

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
Decimal2191682210.010.2400.13297.7443.876.27
HexDBA8DD1180D12a2c4c
Octal33325033513001545254114
Binary110110111010100011011101111000011011001010101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8DD; }

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

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

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

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

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

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

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

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