#D89AD3

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

Shades of Plum #D89AD3

Tints of Plum #D89AD3

Color information

#D89AD3 (or 0xD89AD3) is unknown color: approx Plum. HEX triplet: D8, 9A and D3. RGB value is (216,154,211). Sum of RGB (Red+Green+Blue) = 216+154+211=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AD3 is #27652C. Grayscale: #B2B2B2. Windows color (decimal): -2581805 or 13867736. OLE color: 13867736.

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

Color convert

RGB216154211-
CMYK00.290.020.15
HSL304.84º44.29%72.55%-
HSV(B)304.84º28.7%84.71%-
XYZ51.6342.4167.09-
YUV179.04146.04154.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 211 (82.81% from 255) = 36.32%
R=37.18%
G=26.51%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615421100.290.020.15304.8444.2972.55
HexD89AD301D2F1312c49
Octal33023232303521746154111
Binary1101100010011010110100110111011011111001100011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AD3; }

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

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

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

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

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

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

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

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