#D89EDC

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

Shades of Plum #D89EDC

Tints of Plum #D89EDC

Color information

#D89EDC (or 0xD89EDC) is unknown color: approx Plum. HEX triplet: D8, 9E and DC. RGB value is (216,158,220). Sum of RGB (Red+Green+Blue) = 216+158+220=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #D89EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89EDC is #276123. Grayscale: #B6B6B6. Windows color (decimal): -2580772 or 14458584. OLE color: 14458584.

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

Color convert

RGB216158220-
CMYK0.020.2800.14
HSL296.13º46.97%74.12%-
HSV(B)296.13º28.18%86.27%-
XYZ53.4644.2273.43-
YUV182.41149.22151.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.36%
GREEN value IS 158 (62.11% from 255) = 26.60%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=36.36%
G=26.60%
B=37.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161582200.020.2800.14296.1346.9774.12
HexD89EDC21C0E1282f4a
Octal33023633423401645057112
Binary1101100010011110110111001011100011101001010001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89EDC; }

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

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

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

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

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

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

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

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