#DBA6DF

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

Shades of Plum #DBA6DF

Tints of Plum #DBA6DF

Color information

#DBA6DF (or 0xDBA6DF) is unknown color: approx Plum. HEX triplet: DB, A6 and DF. RGB value is (219,166,223). Sum of RGB (Red+Green+Blue) = 219+166+223=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6DF is #245920. Grayscale: #BCBCBC. Windows color (decimal): -2382113 or 14657243. OLE color: 14657243.

HSL color Cylindrical-coordinate representation of color #DBA6DF: hue angle of 295.79º degrees, saturation: 0.47, 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 #DBA6DF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219166223-
CMYK0.020.2600.13
HSL295.79º47.11%76.27%-
HSV(B)295.79º25.56%87.45%-
XYZ56.1747.6676.05-
YUV188.34147.56149.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 166 (65.23% from 255) = 27.30%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=36.02%
G=27.30%
B=36.68%

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
Decimal2191662230.020.2600.13295.7947.1176.27
HexDBA6DF21A0D1282f4c
Octal33324633723201545057114
Binary1101101110100110110111111011010011011001010001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6DF; }

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

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

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

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

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

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

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

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