#d894ed

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

Shades of Wisteria #D894ED

Tints of Wisteria #D894ED

Color information

#D894ED (or 0xD894ED) is unknown color: approx Wisteria. HEX triplet: D8, 94 and ED. RGB value is (216,148,237). Sum of RGB (Red+Green+Blue) = 216+148+237=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #D894ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D894ED is #276B12. Grayscale: #B2B2B2. Windows color (decimal): -2583315 or 15570136. OLE color: 15570136.

HSL color Cylindrical-coordinate representation of color #D894ED: hue angle of 285.84º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D894ED is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216148237-
CMYK0.090.3800.07
HSL285.84º71.2%75.49%-
HSV(B)285.84º37.55%92.94%-
XYZ54.1941.8985.35-
YUV178.48161.03154.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.94%
GREEN value IS 148 (58.20% from 255) = 24.63%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=35.94%
G=24.63%
B=39.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161482370.090.3800.07285.8471.275.49
HexD894ED9260711e474b
Octal330224355114607436107113
Binary1101100010010100111011011001100110011110001111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d894ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d894ed; }

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

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

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

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

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

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

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

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