#DB94EB

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

Shades of Plum #DB94EB

Tints of Plum #DB94EB

Color information

#DB94EB (or 0xDB94EB) is unknown color: approx Plum. HEX triplet: DB, 94 and EB. RGB value is (219,148,235). Sum of RGB (Red+Green+Blue) = 219+148+235=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB94EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB94EB is #246B14. Grayscale: #B2B2B2. Windows color (decimal): -2386709 or 15439067. OLE color: 15439067.

HSL color Cylindrical-coordinate representation of color #DB94EB: hue angle of 288.97º degrees, saturation: 0.69, 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 #DB94EB is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219148235-
CMYK0.070.3700.08
HSL288.97º68.5%75.1%-
HSV(B)288.97º37.02%92.16%-
XYZ54.842.2483.86-
YUV179.15159.52156.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 148 (58.20% from 255) = 24.58%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=36.38%
G=24.58%
B=39.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191482350.070.3700.08288.9768.575.1
HexDB94EB72508121454b
Octal333224353745010441105113
Binary1101101110010100111010111111001010100010010000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB94EB; }

 p { color: rgb(219,148,235); }

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

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

 a { background-color: rgb(219,148,235); }

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

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

 span { border-color: rgb(219,148,235); }

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