#D89AE1

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

Shades of Plum #D89AE1

Tints of Plum #D89AE1

Color information

#D89AE1 (or 0xD89AE1) is unknown color: approx Plum. HEX triplet: D8, 9A and E1. RGB value is (216,154,225). Sum of RGB (Red+Green+Blue) = 216+154+225=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #D89AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AE1 is #27651E. Grayscale: #B4B4B4. Windows color (decimal): -2581791 or 14785240. OLE color: 14785240.

HSL color Cylindrical-coordinate representation of color #D89AE1: hue angle of 292.39º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D89AE1 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB216154225-
CMYK0.040.3200.12
HSL292.39º54.2%74.31%-
HSV(B)292.39º31.56%88.24%-
XYZ53.4743.1576.74-
YUV180.63153.04153.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.30%
GREEN value IS 154 (60.55% from 255) = 25.88%
BLUE value IS 225 (88.28% from 255) = 37.82%
R=36.30%
G=25.88%
B=37.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2161542250.040.3200.12292.3954.274.31
HexD89AE14200C124364a
Octal33023234144001444466112
Binary110110001001101011100001100100000011001001001001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AE1; }

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

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

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

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

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

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

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

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