#D89DDF

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

Shades of Plum #D89DDF

Tints of Plum #D89DDF

Color information

#D89DDF (or 0xD89DDF) is unknown color: approx Plum. HEX triplet: D8, 9D and DF. RGB value is (216,157,223). Sum of RGB (Red+Green+Blue) = 216+157+223=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #D89DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DDF is #276220. Grayscale: #B5B5B5. Windows color (decimal): -2581025 or 14654936. OLE color: 14654936.

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

Color convert

RGB216157223-
CMYK0.030.3000.13
HSL293.64º50.77%74.51%-
HSV(B)293.64º29.6%87.45%-
XYZ53.744.0475.48-
YUV182.16151.05152.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.24%
GREEN value IS 157 (61.72% from 255) = 26.34%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=36.24%
G=26.34%
B=37.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161572230.030.3000.13293.6450.7774.51
HexD89DDF31E0D126334b
Octal33023533733601544663113
Binary1101100010011101110111111111110011011001001101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DDF; }

 p { color: rgb(216,157,223); }

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

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

 a { background-color: rgb(216,157,223); }

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

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

 span { border-color: rgb(216,157,223); }

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