#D89ED6

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

Shades of Plum #D89ED6

Tints of Plum #D89ED6

Color information

#D89ED6 (or 0xD89ED6) is unknown color: approx Plum. HEX triplet: D8, 9E and D6. RGB value is (216,158,214). Sum of RGB (Red+Green+Blue) = 216+158+214=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ED6 is #276129. Grayscale: #B5B5B5. Windows color (decimal): -2580778 or 14065368. OLE color: 14065368.

HSL color Cylindrical-coordinate representation of color #D89ED6: hue angle of 302.07º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89ED6 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB216158214-
CMYK00.270.010.15
HSL302.07º42.65%73.33%-
HSV(B)302.07º26.85%84.71%-
XYZ52.6843.9169.32-
YUV181.73146.22152.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.73%
GREEN value IS 158 (62.11% from 255) = 26.87%
BLUE value IS 214 (83.98% from 255) = 36.39%
R=36.73%
G=26.87%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615821400.270.010.15302.0742.6573.33
HexD89ED601B1F12e2b49
Octal33023632603311745653111
Binary110110001001111011010110011011111111001011101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89ED6; }

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

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

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

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

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

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

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

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