#DB96EA

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

Shades of Plum #DB96EA

Tints of Plum #DB96EA

Color information

#DB96EA (or 0xDB96EA) is unknown color: approx Plum. HEX triplet: DB, 96 and EA. RGB value is (219,150,234). Sum of RGB (Red+Green+Blue) = 219+150+234=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB96EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB96EA is #246915. Grayscale: #B3B3B3. Windows color (decimal): -2386198 or 15374043. OLE color: 15374043.

HSL color Cylindrical-coordinate representation of color #DB96EA: hue angle of 289.29º degrees, saturation: 0.67, 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 #DB96EA is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219150234-
CMYK0.060.3600.08
HSL289.29º66.67%75.29%-
HSV(B)289.29º35.9%91.76%-
XYZ54.9742.8183.21-
YUV180.21158.36155.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 150 (58.98% from 255) = 24.88%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=36.32%
G=24.88%
B=38.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191502340.060.3600.08289.2966.6775.29
HexDB96EA62408121434b
Octal333226352644010441103113
Binary1101101110010110111010101101001000100010010000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96EA; }

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

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

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

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

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

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

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

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