#D89FEF

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

Shades of Wisteria #D89FEF

Tints of Wisteria #D89FEF

Color information

#D89FEF (or 0xD89FEF) is unknown color: approx Wisteria. HEX triplet: D8, 9F and EF. RGB value is (216,159,239). Sum of RGB (Red+Green+Blue) = 216+159+239=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #D89FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89FEF is #276010. Grayscale: #B8B8B8. Windows color (decimal): -2580497 or 15704024. OLE color: 15704024.

HSL color Cylindrical-coordinate representation of color #D89FEF: hue angle of 282.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D89FEF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216159239-
CMYK0.100.3300.06
HSL282.75º71.43%78.04%-
HSV(B)282.75º33.47%93.73%-
XYZ56.345.6387.5-
YUV185.16158.38150-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.18%
GREEN value IS 159 (62.5% from 255) = 25.90%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=35.18%
G=25.90%
B=38.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2161592390.100.3300.06282.7571.4378.04
HexD89FEFA210611b474e
Octal330237357124106433107116
Binary1101100010011111111011111010100001011010001101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89FEF; }

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

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

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

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

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

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

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

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