#DB91DA

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

Shades of Plum #DB91DA

Tints of Plum #DB91DA

Color information

#DB91DA (or 0xDB91DA) is unknown color: approx Plum. HEX triplet: DB, 91 and DA. RGB value is (219,145,218). Sum of RGB (Red+Green+Blue) = 219+145+218=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91DA is #246E25. Grayscale: #AFAFAF. Windows color (decimal): -2387494 or 14324187. OLE color: 14324187.

HSL color Cylindrical-coordinate representation of color #DB91DA: hue angle of 300.81º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB91DA is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219145218-
CMYK00.340.000.14
HSL300.81º50.68%71.37%-
HSV(B)300.81º33.79%85.88%-
XYZ51.9940.3771.38-
YUV175.45152.02159.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 145 (57.03% from 255) = 24.91%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=37.63%
G=24.91%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914521800.340.000.14300.8150.6871.37
HexDB91DA0220E12d3347
Octal33322133204201645563107
Binary1101101110010001110110100100010011101001011011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB91DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB91DA; }

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

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

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

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

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

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

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

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