#D89BF1

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

Shades of Wisteria #D89BF1

Tints of Wisteria #D89BF1

Color information

#D89BF1 (or 0xD89BF1) is unknown color: approx Wisteria. HEX triplet: D8, 9B and F1. RGB value is (216,155,241). Sum of RGB (Red+Green+Blue) = 216+155+241=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #D89BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89BF1 is #27640E. Grayscale: #B6B6B6. Windows color (decimal): -2581519 or 15834072. OLE color: 15834072.

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

Color convert

RGB216155241-
CMYK0.100.3600.05
HSL282.56º75.44%77.65%-
HSV(B)282.56º35.68%94.51%-
XYZ55.9244.3988.84-
YUV183.04160.71151.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.29%
GREEN value IS 155 (60.94% from 255) = 25.33%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=35.29%
G=25.33%
B=39.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161552410.100.3600.05282.5675.4477.65
HexD89BF1A240511b4b4e
Octal330233361124405433113116
Binary1101100010011011111100011010100100010110001101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89BF1; }

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

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

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

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

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

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

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

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