#D89AF0

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

Shades of Wisteria #D89AF0

Tints of Wisteria #D89AF0

Color information

#D89AF0 (or 0xD89AF0) is unknown color: approx Wisteria. HEX triplet: D8, 9A and F0. RGB value is (216,154,240). Sum of RGB (Red+Green+Blue) = 216+154+240=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #D89AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89AF0 is #27650F. Grayscale: #B6B6B6. Windows color (decimal): -2581776 or 15768280. OLE color: 15768280.

HSL color Cylindrical-coordinate representation of color #D89AF0: hue angle of 283.26º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D89AF0 is Cyan = 0.1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216154240-
CMYK0.10.3600.06
HSL283.26º74.14%77.25%-
HSV(B)283.26º35.83%94.12%-
XYZ55.64488-
YUV182.34160.54152.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.41%
GREEN value IS 154 (60.55% from 255) = 25.25%
BLUE value IS 240 (94.14% from 255) = 39.34%
R=35.41%
G=25.25%
B=39.34%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2161542400.10.3600.06283.2674.1477.25
HexD89AF0A240611b4a4d
Octal330232360124406433112115
Binary1101100010011010111100001010100100011010001101110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AF0; }

 p { color: rgb(216,154,240); }

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

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

 a { background-color: rgb(216,154,240); }

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

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

 span { border-color: rgb(216,154,240); }

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