#DBA6E2

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

Shades of Plum #DBA6E2

Tints of Plum #DBA6E2

Color information

#DBA6E2 (or 0xDBA6E2) is unknown color: approx Plum. HEX triplet: DB, A6 and E2. RGB value is (219,166,226). Sum of RGB (Red+Green+Blue) = 219+166+226=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBA6E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6E2 is #24591D. Grayscale: #BCBCBC. Windows color (decimal): -2382110 or 14853851. OLE color: 14853851.

HSL color Cylindrical-coordinate representation of color #DBA6E2: hue angle of 293º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA6E2 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219166226-
CMYK0.030.2700.11
HSL293º50.85%76.86%-
HSV(B)293º26.55%88.63%-
XYZ56.5847.8278.2-
YUV188.69149.06149.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 166 (65.23% from 255) = 27.17%
BLUE value IS 226 (88.67% from 255) = 36.99%
R=35.84%
G=27.17%
B=36.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191662260.030.2700.1129350.8576.86
HexDBA6E231B0B125334d
Octal33324634233301344563115
Binary1101101110100110111000101111011010111001001011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6E2; }

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

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

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

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

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

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

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

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