#DB91EA

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

Shades of Plum #DB91EA

Tints of Plum #DB91EA

Color information

#DB91EA (or 0xDB91EA) is unknown color: approx Plum. HEX triplet: DB, 91 and EA. RGB value is (219,145,234). Sum of RGB (Red+Green+Blue) = 219+145+234=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB91EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB91EA is #246E15. Grayscale: #B0B0B0. Windows color (decimal): -2387478 or 15372763. OLE color: 15372763.

HSL color Cylindrical-coordinate representation of color #DB91EA: hue angle of 289.89º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB91EA is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219145234-
CMYK0.060.3800.08
HSL289.89º67.94%74.31%-
HSV(B)289.89º38.03%91.76%-
XYZ54.1941.2582.95-
YUV177.27160.02157.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.62%
GREEN value IS 145 (57.03% from 255) = 24.25%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=36.62%
G=24.25%
B=39.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191452340.060.3800.08289.8967.9474.31
HexDB91EA62608122444a
Octal333221352646010442104112
Binary1101101110010001111010101101001100100010010001010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB91EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB91EA; }

 p { color: rgb(219,145,234); }

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

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

 a { background-color: rgb(219,145,234); }

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

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

 span { border-color: rgb(219,145,234); }

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