#D89FED

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

Shades of Wisteria #D89FED

Tints of Wisteria #D89FED

Color information

#D89FED (or 0xD89FED) is unknown color: approx Wisteria. HEX triplet: D8, 9F and ED. RGB value is (216,159,237). Sum of RGB (Red+Green+Blue) = 216+159+237=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #D89FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89FED is #276012. Grayscale: #B8B8B8. Windows color (decimal): -2580499 or 15572952. OLE color: 15572952.

HSL color Cylindrical-coordinate representation of color #D89FED: hue angle of 283.85º degrees, saturation: 0.68, 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 #D89FED is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216159237-
CMYK0.090.3300.07
HSL283.85º68.42%77.65%-
HSV(B)283.85º32.91%92.94%-
XYZ5645.5185.95-
YUV184.94157.38150.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.29%
GREEN value IS 159 (62.5% from 255) = 25.98%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=35.29%
G=25.98%
B=38.73%

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
Decimal2161592370.090.3300.07283.8568.4277.65
HexD89FED9210711c444e
Octal330237355114107434104116
Binary1101100010011111111011011001100001011110001110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89FED; }

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

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

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

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

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

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

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

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