#DB96DB

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

Shades of Plum #DB96DB

Tints of Plum #DB96DB

Color information

#DB96DB (or 0xDB96DB) is unknown color: approx Plum. HEX triplet: DB, 96 and DB. RGB value is (219,150,219). Sum of RGB (Red+Green+Blue) = 219+150+219=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96DB is #246924. Grayscale: #B2B2B2. Windows color (decimal): -2386213 or 14391003. OLE color: 14391003.

HSL color Cylindrical-coordinate representation of color #DB96DB: hue angle of 300º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB96DB is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219150219-
CMYK00.3200.14
HSL300º48.94%72.35%-
HSV(B)300º31.51%85.88%-
XYZ52.9141.9972.33-
YUV178.5150.86156.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 150 (58.98% from 255) = 25.51%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=37.24%
G=25.51%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915021900.3200.1430048.9472.35
HexDB96DB0200E12c3148
Octal33322633304001645461110
Binary1101101110010110110110110100000011101001011001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96DB; }

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

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

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

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

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

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

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

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