#DB96DA

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

Shades of Plum #DB96DA

Tints of Plum #DB96DA

Color information

#DB96DA (or 0xDB96DA) is unknown color: approx Plum. HEX triplet: DB, 96 and DA. RGB value is (219,150,218). Sum of RGB (Red+Green+Blue) = 219+150+218=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96DA is #246925. Grayscale: #B2B2B2. Windows color (decimal): -2386214 or 14325467. OLE color: 14325467.

HSL color Cylindrical-coordinate representation of color #DB96DA: hue angle of 300.87º 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 #DB96DA is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219150218-
CMYK00.320.000.14
HSL300.87º48.94%72.35%-
HSV(B)300.87º31.51%85.88%-
XYZ52.7741.9371.64-
YUV178.38150.36156.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=37.31%
G=25.55%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915021800.320.000.14300.8748.9472.35
HexDB96DA0200E12d3148
Octal33322633204001645561110
Binary1101101110010110110110100100000011101001011011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96DA; }

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

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

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

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

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

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

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

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