#D89FEE

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

Shades of Wisteria #D89FEE

Tints of Wisteria #D89FEE

Color information

#D89FEE (or 0xD89FEE) is unknown color: approx Wisteria. HEX triplet: D8, 9F and EE. RGB value is (216,159,238). Sum of RGB (Red+Green+Blue) = 216+159+238=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #D89FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89FEE is #276011. Grayscale: #B8B8B8. Windows color (decimal): -2580498 or 15638488. OLE color: 15638488.

HSL color Cylindrical-coordinate representation of color #D89FEE: hue angle of 283.29º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D89FEE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216159238-
CMYK0.090.3300.07
HSL283.29º69.91%77.84%-
HSV(B)283.29º33.19%93.33%-
XYZ56.1545.5786.73-
YUV185.05157.88150.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.24%
GREEN value IS 159 (62.5% from 255) = 25.94%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=35.24%
G=25.94%
B=38.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161592380.090.3300.07283.2969.9177.84
HexD89FEE9210711b464e
Octal330237356114107433106116
Binary1101100010011111111011101001100001011110001101110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89FEE; }

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

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

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

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

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

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

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

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