#DB93EA

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

Shades of Plum #DB93EA

Tints of Plum #DB93EA

Color information

#DB93EA (or 0xDB93EA) is unknown color: approx Plum. HEX triplet: DB, 93 and EA. RGB value is (219,147,234). Sum of RGB (Red+Green+Blue) = 219+147+234=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93EA is #246C15. Grayscale: #B2B2B2. Windows color (decimal): -2386966 or 15373275. OLE color: 15373275.

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

Color convert

RGB219147234-
CMYK0.060.3700.08
HSL289.66º67.44%74.71%-
HSV(B)289.66º37.18%91.76%-
XYZ54.541.8783.05-
YUV178.45159.35156.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 147 (57.81% from 255) = 24.5%
BLUE value IS 234 (91.80% from 255) = 39%
R=36.5%
G=24.5%
B=39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191472340.060.3700.08289.6667.4474.71
HexDB93EA62508122434b
Octal333223352645010442103113
Binary1101101110010011111010101101001010100010010001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB93EA; }

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

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

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

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

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

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

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

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