#D89CE1

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

Shades of Plum #D89CE1

Tints of Plum #D89CE1

Color information

#D89CE1 (or 0xD89CE1) is unknown color: approx Plum. HEX triplet: D8, 9C and E1. RGB value is (216,156,225). Sum of RGB (Red+Green+Blue) = 216+156+225=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #D89CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CE1 is #27631E. Grayscale: #B5B5B5. Windows color (decimal): -2581279 or 14785752. OLE color: 14785752.

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

Color convert

RGB216156225-
CMYK0.040.3100.12
HSL292.17º53.49%74.71%-
HSV(B)292.17º30.67%88.24%-
XYZ53.843.8176.86-
YUV181.81152.38152.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.18%
GREEN value IS 156 (61.33% from 255) = 26.13%
BLUE value IS 225 (88.28% from 255) = 37.69%
R=36.18%
G=26.13%
B=37.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2161562250.040.3100.12292.1753.4974.71
HexD89CE141F0C124354b
Octal33023434143701444465113
Binary11011000100111001110000110011111011001001001001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89CE1; }

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

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

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

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

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

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

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

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