#DBA7E6

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

Shades of Plum #DBA7E6

Tints of Plum #DBA7E6

Color information

#DBA7E6 (or 0xDBA7E6) is unknown color: approx Plum. HEX triplet: DB, A7 and E6. RGB value is (219,167,230). Sum of RGB (Red+Green+Blue) = 219+167+230=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 167 (65.62% from 255 or 27.11% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBA7E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7E6 is #245819. Grayscale: #BDBDBD. Windows color (decimal): -2381850 or 15116251. OLE color: 15116251.

HSL color Cylindrical-coordinate representation of color #DBA7E6: hue angle of 289.52º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA7E6 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219167230-
CMYK0.050.2700.10
HSL289.52º55.75%77.84%-
HSV(B)289.52º27.39%90.2%-
XYZ57.3248.4181.19-
YUV189.73150.73148.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 167 (65.62% from 255) = 27.11%
BLUE value IS 230 (90.23% from 255) = 37.34%
R=35.55%
G=27.11%
B=37.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191672300.050.2700.10289.5255.7577.84
HexDBA7E651B0A122384e
Octal33324734653301244270116
Binary11011011101001111110011010111011010101001000101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7E6; }

 p { color: rgb(219,167,230); }

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

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

 a { background-color: rgb(219,167,230); }

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

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

 span { border-color: rgb(219,167,230); }

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