#D894EB

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

Shades of Wisteria #D894EB

Tints of Wisteria #D894EB

Color information

#D894EB (or 0xD894EB) is unknown color: approx Wisteria. HEX triplet: D8, 94 and EB. RGB value is (216,148,235). Sum of RGB (Red+Green+Blue) = 216+148+235=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #D894EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D894EB is #276B14. Grayscale: #B1B1B1. Windows color (decimal): -2583317 or 15439064. OLE color: 15439064.

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

Color convert

RGB216148235-
CMYK0.080.3700.08
HSL286.9º68.5%75.1%-
HSV(B)286.9º37.02%92.16%-
XYZ53.941.7883.82-
YUV178.25160.03154.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.06%
GREEN value IS 148 (58.20% from 255) = 24.71%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=36.06%
G=24.71%
B=39.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161482350.080.3700.08286.968.575.1
HexD894EB8250811f454b
Octal3302243531045010437105113
Binary11011000100101001110101110001001010100010001111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D894EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D894EB; }

 p { color: rgb(216,148,235); }

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

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

 a { background-color: rgb(216,148,235); }

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

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

 span { border-color: rgb(216,148,235); }

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