#D894EA

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

Shades of Wisteria #D894EA

Tints of Wisteria #D894EA

Color information

#D894EA (or 0xD894EA) is unknown color: approx Wisteria. HEX triplet: D8, 94 and EA. RGB value is (216,148,234). Sum of RGB (Red+Green+Blue) = 216+148+234=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #D894EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D894EA is #276B15. Grayscale: #B1B1B1. Windows color (decimal): -2583318 or 15373528. OLE color: 15373528.

HSL color Cylindrical-coordinate representation of color #D894EA: hue angle of 287.44º degrees, saturation: 0.67, 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 #D894EA is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216148234-
CMYK0.080.3700.08
HSL287.44º67.19%74.9%-
HSV(B)287.44º36.75%91.76%-
XYZ53.7641.7283.06-
YUV178.14159.53155.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.12%
GREEN value IS 148 (58.20% from 255) = 24.75%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=36.12%
G=24.75%
B=39.13%

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
Decimal2161482340.080.3700.08287.4467.1974.9
HexD894EA8250811f434b
Octal3302243521045010437103113
Binary11011000100101001110101010001001010100010001111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D894EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D894EA; }

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

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

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

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

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

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

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

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