#D89ACE

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

Shades of Plum #D89ACE

Tints of Plum #D89ACE

Color information

#D89ACE (or 0xD89ACE) is unknown color: approx Plum. HEX triplet: D8, 9A and CE. RGB value is (216,154,206). Sum of RGB (Red+Green+Blue) = 216+154+206=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ACE is #276531. Grayscale: #B2B2B2. Windows color (decimal): -2581810 or 13540056. OLE color: 13540056.

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

Color convert

RGB216154206-
CMYK00.290.050.15
HSL309.68º44.29%72.55%-
HSV(B)309.68º28.7%84.71%-
XYZ51.0242.1763.84-
YUV178.47143.54154.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=37.5%
G=26.74%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615420600.290.050.15309.6844.2972.55
HexD89ACE01D5F1362c49
Octal33023231603551746654111
Binary11011000100110101100111001110110111111001101101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89ACE; }

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

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

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

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

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

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

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

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