#D89DD9

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

Shades of Plum #D89DD9

Tints of Plum #D89DD9

Color information

#D89DD9 (or 0xD89DD9) is unknown color: approx Plum. HEX triplet: D8, 9D and D9. RGB value is (216,157,217). Sum of RGB (Red+Green+Blue) = 216+157+217=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #D89DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DD9 is #276226. Grayscale: #B5B5B5. Windows color (decimal): -2581031 or 14261720. OLE color: 14261720.

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

Color convert

RGB216157217-
CMYK0.000.2800.15
HSL299º44.12%73.33%-
HSV(B)299º27.65%85.1%-
XYZ52.943.7271.3-
YUV181.48148.05152.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 157 (61.72% from 255) = 26.61%
BLUE value IS 217 (85.16% from 255) = 36.78%
R=36.61%
G=26.61%
B=36.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161572170.000.2800.1529944.1273.33
HexD89DD901C0F12b2c49
Octal33023533103401745354111
Binary110110001001110111011001011100011111001010111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DD9; }

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

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

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

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

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

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

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

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