#DB96DE

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

Shades of Plum #DB96DE

Tints of Plum #DB96DE

Color information

#DB96DE (or 0xDB96DE) is unknown color: approx Plum. HEX triplet: DB, 96 and DE. RGB value is (219,150,222). Sum of RGB (Red+Green+Blue) = 219+150+222=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96DE is #246921. Grayscale: #B2B2B2. Windows color (decimal): -2386210 or 14587611. OLE color: 14587611.

HSL color Cylindrical-coordinate representation of color #DB96DE: hue angle of 297.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB96DE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219150222-
CMYK0.010.3200.13
HSL297.5º52.17%72.94%-
HSV(B)297.5º32.43%87.06%-
XYZ53.342.1574.43-
YUV178.84152.36156.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 150 (58.98% from 255) = 25.38%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=37.06%
G=25.38%
B=37.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191502220.010.3200.13297.552.1772.94
HexDB96DE1200D12a3449
Octal33322633614001545264111
Binary1101101110010110110111101100000011011001010101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96DE; }

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

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

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

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

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

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

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

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