#D89ADA

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

Shades of Plum #D89ADA

Tints of Plum #D89ADA

Color information

#D89ADA (or 0xD89ADA) is unknown color: approx Plum. HEX triplet: D8, 9A and DA. RGB value is (216,154,218). Sum of RGB (Red+Green+Blue) = 216+154+218=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #D89ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ADA is #276525. Grayscale: #B3B3B3. Windows color (decimal): -2581798 or 14326488. OLE color: 14326488.

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

Color convert

RGB216154218-
CMYK0.010.2900.15
HSL298.12º46.38%72.94%-
HSV(B)298.12º29.36%85.49%-
XYZ52.5342.7771.82-
YUV179.83149.54153.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.73%
GREEN value IS 154 (60.55% from 255) = 26.19%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=36.73%
G=26.19%
B=37.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161542180.010.2900.15298.1246.3872.94
HexD89ADA11D0F12a2e49
Octal33023233213501745256111
Binary110110001001101011011010111101011111001010101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89ADA; }

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

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

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

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

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

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

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

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