#D89BDB

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

Shades of Plum #D89BDB

Tints of Plum #D89BDB

Color information

#D89BDB (or 0xD89BDB) is unknown color: approx Plum. HEX triplet: D8, 9B and DB. RGB value is (216,155,219). Sum of RGB (Red+Green+Blue) = 216+155+219=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #D89BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89BDB is #276424. Grayscale: #B4B4B4. Windows color (decimal): -2581541 or 14392280. OLE color: 14392280.

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

Color convert

RGB216155219-
CMYK0.010.2900.14
HSL297.19º47.06%73.33%-
HSV(B)297.19º29.22%85.88%-
XYZ52.8343.1672.56-
YUV180.54149.71153.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 155 (60.94% from 255) = 26.27%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=36.61%
G=26.27%
B=37.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161552190.010.2900.14297.1947.0673.33
HexD89BDB11D0E1292f49
Octal33023333313501645157111
Binary110110001001101111011011111101011101001010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89BDB; }

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

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

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

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

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

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

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

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