#D89DEA

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

Shades of Wisteria #D89DEA

Tints of Wisteria #D89DEA

Color information

#D89DEA (or 0xD89DEA) is unknown color: approx Wisteria. HEX triplet: D8, 9D and EA. RGB value is (216,157,234). Sum of RGB (Red+Green+Blue) = 216+157+234=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #D89DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89DEA is #276215. Grayscale: #B7B7B7. Windows color (decimal): -2581014 or 15375832. OLE color: 15375832.

HSL color Cylindrical-coordinate representation of color #D89DEA: hue angle of 285.97º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D89DEA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216157234-
CMYK0.080.3300.08
HSL285.97º64.71%76.67%-
HSV(B)285.97º32.91%91.76%-
XYZ55.2344.6583.55-
YUV183.42156.55151.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.58%
GREEN value IS 157 (61.72% from 255) = 25.86%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=35.58%
G=25.86%
B=38.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161572340.080.3300.08285.9764.7176.67
HexD89DEA8210811e414d
Octal3302353521041010436101115
Binary11011000100111011110101010001000010100010001111010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DEA; }

 p { color: rgb(216,157,234); }

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

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

 a { background-color: rgb(216,157,234); }

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

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

 span { border-color: rgb(216,157,234); }

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