#DB9BCB

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

Shades of Plum #DB9BCB

Tints of Plum #DB9BCB

Color information

#DB9BCB (or 0xDB9BCB) is unknown color: approx Plum. HEX triplet: DB, 9B and CB. RGB value is (219,155,203). Sum of RGB (Red+Green+Blue) = 219+155+203=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BCB is #246434. Grayscale: #B3B3B3. Windows color (decimal): -2384949 or 13343707. OLE color: 13343707.

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

Color convert

RGB219155203-
CMYK00.290.070.14
HSL315º47.06%73.33%-
HSV(B)315º29.22%85.88%-
XYZ51.7142.8162.04-
YUV179.61141.2156.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 155 (60.94% from 255) = 26.86%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=37.95%
G=26.86%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915520300.290.070.1431547.0673.33
HexDB9BCB01D7E13b2f49
Octal33323331303571647357111
Binary11011011100110111100101101110111111101001110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BCB; }

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

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

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

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

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

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

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

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