#D89FE3

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

Shades of Plum #D89FE3

Tints of Plum #D89FE3

Color information

#D89FE3 (or 0xD89FE3) is unknown color: approx Plum. HEX triplet: D8, 9F and E3. RGB value is (216,159,227). Sum of RGB (Red+Green+Blue) = 216+159+227=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #D89FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FE3 is #27601C. Grayscale: #B7B7B7. Windows color (decimal): -2580509 or 14917592. OLE color: 14917592.

HSL color Cylindrical-coordinate representation of color #D89FE3: hue angle of 290.29º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D89FE3 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216159227-
CMYK0.050.3000.11
HSL290.29º54.84%75.69%-
HSV(B)290.29º29.96%89.02%-
XYZ54.5844.9478.47-
YUV183.8152.38150.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.88%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 227 (89.06% from 255) = 37.71%
R=35.88%
G=26.41%
B=37.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161592270.050.3000.11290.2954.8475.69
HexD89FE351E0B122374c
Octal33023734353601344267114
Binary11011000100111111110001110111110010111001000101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89FE3; }

 p { color: rgb(216,159,227); }

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

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

 a { background-color: rgb(216,159,227); }

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

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

 span { border-color: rgb(216,159,227); }

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