#D89ACD

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

Shades of Plum #D89ACD

Tints of Plum #D89ACD

Color information

#D89ACD (or 0xD89ACD) is unknown color: approx Plum. HEX triplet: D8, 9A and CD. RGB value is (216,154,205). Sum of RGB (Red+Green+Blue) = 216+154+205=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ACD is #276532. Grayscale: #B2B2B2. Windows color (decimal): -2581811 or 13474520. OLE color: 13474520.

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

Color convert

RGB216154205-
CMYK00.290.050.15
HSL310.65º44.29%72.55%-
HSV(B)310.65º28.7%84.71%-
XYZ50.8942.1263.2-
YUV178.35143.04154.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 154 (60.55% from 255) = 26.78%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=37.57%
G=26.78%
B=35.65%

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
Decimal21615420500.290.050.15310.6544.2972.55
HexD89ACD01D5F1372c49
Octal33023231503551746754111
Binary11011000100110101100110101110110111111001101111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89ACD; }

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

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

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

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

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

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

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

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