#D89DDA

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

Shades of Plum #D89DDA

Tints of Plum #D89DDA

Color information

#D89DDA (or 0xD89DDA) is unknown color: approx Plum. HEX triplet: D8, 9D and DA. RGB value is (216,157,218). Sum of RGB (Red+Green+Blue) = 216+157+218=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #D89DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DDA is #276225. Grayscale: #B5B5B5. Windows color (decimal): -2581030 or 14327256. OLE color: 14327256.

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

Color convert

RGB216157218-
CMYK0.010.2800.15
HSL298.03º45.19%73.53%-
HSV(B)298.03º27.98%85.49%-
XYZ53.0343.7771.98-
YUV181.6148.55152.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 157 (61.72% from 255) = 26.57%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=36.55%
G=26.57%
B=36.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161572180.010.2800.15298.0345.1973.53
HexD89DDA11C0F12a2d4a
Octal33023533213401745255112
Binary110110001001110111011010111100011111001010101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DDA; }

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

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

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

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

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

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

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

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