#D89AF2

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

Shades of Wisteria #D89AF2

Tints of Wisteria #D89AF2

Color information

#D89AF2 (or 0xD89AF2) is unknown color: approx Wisteria. HEX triplet: D8, 9A and F2. RGB value is (216,154,242). Sum of RGB (Red+Green+Blue) = 216+154+242=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #D89AF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89AF2 is #27650D. Grayscale: #B6B6B6. Windows color (decimal): -2581774 or 15899352. OLE color: 15899352.

HSL color Cylindrical-coordinate representation of color #D89AF2: hue angle of 282.27º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D89AF2 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216154242-
CMYK0.110.3600.05
HSL282.27º77.19%77.65%-
HSV(B)282.27º36.36%94.9%-
XYZ55.944.1289.57-
YUV182.57161.54151.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.29%
GREEN value IS 154 (60.55% from 255) = 25.16%
BLUE value IS 242 (94.92% from 255) = 39.54%
R=35.29%
G=25.16%
B=39.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161542420.110.3600.05282.2777.1977.65
HexD89AF2B240511a4d4e
Octal330232362134405432115116
Binary1101100010011010111100101011100100010110001101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AF2; }

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

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

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

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

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

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

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

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