#D89AD5

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

Shades of Plum #D89AD5

Tints of Plum #D89AD5

Color information

#D89AD5 (or 0xD89AD5) is unknown color: approx Plum. HEX triplet: D8, 9A and D5. RGB value is (216,154,213). Sum of RGB (Red+Green+Blue) = 216+154+213=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AD5 is #27652A. Grayscale: #B3B3B3. Windows color (decimal): -2581803 or 13998808. OLE color: 13998808.

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

Color convert

RGB216154213-
CMYK00.290.010.15
HSL302.9º44.29%72.55%-
HSV(B)302.9º28.7%84.71%-
XYZ51.8842.5168.42-
YUV179.26147.04154.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 213 (83.59% from 255) = 36.54%
R=37.05%
G=26.42%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615421300.290.010.15302.944.2972.55
HexD89AD501D1F12f2c49
Octal33023232503511745754111
Binary110110001001101011010101011101111111001011111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AD5; }

 p { color: rgb(216,154,213); }

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

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

 a { background-color: rgb(216,154,213); }

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

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

 span { border-color: rgb(216,154,213); }

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