#DB9BDB

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

Shades of Plum #DB9BDB

Tints of Plum #DB9BDB

Color information

#DB9BDB (or 0xDB9BDB) is unknown color: approx Plum. HEX triplet: DB, 9B and DB. RGB value is (219,155,219). Sum of RGB (Red+Green+Blue) = 219+155+219=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BDB is #246424. Grayscale: #B5B5B5. Windows color (decimal): -2384933 or 14392283. OLE color: 14392283.

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

Color convert

RGB219155219-
CMYK00.2900.14
HSL300º47.06%73.33%-
HSV(B)300º29.22%85.88%-
XYZ53.7243.6272.61-
YUV181.43149.2154.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 155 (60.94% from 255) = 26.14%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=36.93%
G=26.14%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915521900.2900.1430047.0673.33
HexDB9BDB01D0E12c2f49
Octal33323333303501645457111
Binary110110111001101111011011011101011101001011001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BDB; }

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

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

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

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

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

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

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

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