#D89AD7

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

Shades of Plum #D89AD7

Tints of Plum #D89AD7

Color information

#D89AD7 (or 0xD89AD7) is unknown color: approx Plum. HEX triplet: D8, 9A and D7. RGB value is (216,154,215). Sum of RGB (Red+Green+Blue) = 216+154+215=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AD7 is #276528. Grayscale: #B3B3B3. Windows color (decimal): -2581801 or 14129880. OLE color: 14129880.

HSL color Cylindrical-coordinate representation of color #D89AD7: hue angle of 300.97º 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 #D89AD7 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB216154215-
CMYK00.290.000.15
HSL300.97º44.29%72.55%-
HSV(B)300.97º28.7%84.71%-
XYZ52.1442.6269.77-
YUV179.49148.04154.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 154 (60.55% from 255) = 26.32%
BLUE value IS 215 (84.38% from 255) = 36.75%
R=36.92%
G=26.32%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615421500.290.000.15300.9744.2972.55
HexD89AD701D0F12d2c49
Octal33023232703501745554111
Binary110110001001101011010111011101011111001011011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AD7; }

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

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

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

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

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

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

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

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