#D89EDE

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

Shades of Plum #D89EDE

Tints of Plum #D89EDE

Color information

#D89EDE (or 0xD89EDE) is unknown color: approx Plum. HEX triplet: D8, 9E and DE. RGB value is (216,158,222). Sum of RGB (Red+Green+Blue) = 216+158+222=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #D89EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89EDE is #276121. Grayscale: #B6B6B6. Windows color (decimal): -2580770 or 14589656. OLE color: 14589656.

HSL color Cylindrical-coordinate representation of color #D89EDE: hue angle of 294.38º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89EDE is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216158222-
CMYK0.030.2900.13
HSL294.38º49.23%74.51%-
HSV(B)294.38º28.83%87.06%-
XYZ53.7344.3374.83-
YUV182.64150.22151.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.24%
GREEN value IS 158 (62.11% from 255) = 26.51%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=36.24%
G=26.51%
B=37.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161582220.030.2900.13294.3849.2374.51
HexD89EDE31D0D126314b
Octal33023633633501544661113
Binary1101100010011110110111101111101011011001001101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89EDE; }

 p { color: rgb(216,158,222); }

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

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

 a { background-color: rgb(216,158,222); }

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

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

 span { border-color: rgb(216,158,222); }

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