#D89CDF

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

Shades of Plum #D89CDF

Tints of Plum #D89CDF

Color information

#D89CDF (or 0xD89CDF) is unknown color: approx Plum. HEX triplet: D8, 9C and DF. RGB value is (216,156,223). Sum of RGB (Red+Green+Blue) = 216+156+223=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #D89CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CDF is #276320. Grayscale: #B5B5B5. Windows color (decimal): -2581281 or 14654680. OLE color: 14654680.

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

Color convert

RGB216156223-
CMYK0.030.3000.13
HSL293.73º51.15%74.31%-
HSV(B)293.73º30.04%87.45%-
XYZ53.5343.775.43-
YUV181.58151.38152.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.30%
GREEN value IS 156 (61.33% from 255) = 26.22%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=36.30%
G=26.22%
B=37.48%

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
Decimal2161562230.030.3000.13293.7351.1574.31
HexD89CDF31E0D126334a
Octal33023433733601544663112
Binary1101100010011100110111111111110011011001001101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89CDF; }

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

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

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

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

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

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

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

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