#DBA0E7

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

Shades of Plum #DBA0E7

Tints of Plum #DBA0E7

Color information

#DBA0E7 (or 0xDBA0E7) is unknown color: approx Plum. HEX triplet: DB, A0 and E7. RGB value is (219,160,231). Sum of RGB (Red+Green+Blue) = 219+160+231=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBA0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0E7 is #245F18. Grayscale: #B9B9B9. Windows color (decimal): -2383641 or 15179995. OLE color: 15179995.

HSL color Cylindrical-coordinate representation of color #DBA0E7: hue angle of 289.86º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA0E7 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219160231-
CMYK0.050.3100.09
HSL289.86º59.66%76.67%-
HSV(B)289.86º30.74%90.59%-
XYZ56.2145.9781.51-
YUV185.74153.55151.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 160 (62.89% from 255) = 26.23%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=35.90%
G=26.23%
B=37.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191602310.050.3100.09289.8659.6676.67
HexDBA0E751F091223c4d
Octal33324034753701144274115
Binary11011011101000001110011110111111010011001000101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0E7; }

 p { color: rgb(219,160,231); }

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

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

 a { background-color: rgb(219,160,231); }

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

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

 span { border-color: rgb(219,160,231); }

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