#DB96EB

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

Shades of Plum #DB96EB

Tints of Plum #DB96EB

Color information

#DB96EB (or 0xDB96EB) is unknown color: approx Plum. HEX triplet: DB, 96 and EB. RGB value is (219,150,235). Sum of RGB (Red+Green+Blue) = 219+150+235=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB96EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB96EB is #246914. Grayscale: #B4B4B4. Windows color (decimal): -2386197 or 15439579. OLE color: 15439579.

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

Color convert

RGB219150235-
CMYK0.070.3600.08
HSL288.71º68%75.49%-
HSV(B)288.71º36.17%92.16%-
XYZ55.1242.8783.97-
YUV180.32158.86155.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 150 (58.98% from 255) = 24.83%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=36.26%
G=24.83%
B=38.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191502350.070.3600.08288.716875.49
HexDB96EB72408121444b
Octal333226353744010441104113
Binary1101101110010110111010111111001000100010010000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96EB; }

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

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

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

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

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

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

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

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