#D89ACF

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

Shades of Plum #D89ACF

Tints of Plum #D89ACF

Color information

#D89ACF (or 0xD89ACF) is unknown color: approx Plum. HEX triplet: D8, 9A and CF. RGB value is (216,154,207). Sum of RGB (Red+Green+Blue) = 216+154+207=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ACF is #276530. Grayscale: #B2B2B2. Windows color (decimal): -2581809 or 13605592. OLE color: 13605592.

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

Color convert

RGB216154207-
CMYK00.290.040.15
HSL308.71º44.29%72.55%-
HSV(B)308.71º28.7%84.71%-
XYZ51.1442.2264.48-
YUV178.58144.04154.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.44%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=37.44%
G=26.69%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615420700.290.040.15308.7144.2972.55
HexD89ACF01D4F1352c49
Octal33023231703541746554111
Binary11011000100110101100111101110110011111001101011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89ACF; }

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

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

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

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

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

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

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

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