#D89BF2

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

Shades of Wisteria #D89BF2

Tints of Wisteria #D89BF2

Color information

#D89BF2 (or 0xD89BF2) is unknown color: approx Wisteria. HEX triplet: D8, 9B and F2. RGB value is (216,155,242). Sum of RGB (Red+Green+Blue) = 216+155+242=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #D89BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89BF2 is #27640D. Grayscale: #B6B6B6. Windows color (decimal): -2581518 or 15899608. OLE color: 15899608.

HSL color Cylindrical-coordinate representation of color #D89BF2: hue angle of 282.07º 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 #D89BF2 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216155242-
CMYK0.110.3600.05
HSL282.07º76.99%77.84%-
HSV(B)282.07º35.95%94.9%-
XYZ56.0744.4589.63-
YUV183.16161.21151.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.24%
GREEN value IS 155 (60.94% from 255) = 25.29%
BLUE value IS 242 (94.92% from 255) = 39.48%
R=35.24%
G=25.29%
B=39.48%

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
Decimal2161552420.110.3600.05282.0776.9977.84
HexD89BF2B240511a4d4e
Octal330233362134405432115116
Binary1101100010011011111100101011100100010110001101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89BF2; }

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

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

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

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

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

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

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

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