#D895EA

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

Shades of Wisteria #D895EA

Tints of Wisteria #D895EA

Color information

#D895EA (or 0xD895EA) is unknown color: approx Wisteria. HEX triplet: D8, 95 and EA. RGB value is (216,149,234). Sum of RGB (Red+Green+Blue) = 216+149+234=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #D895EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D895EA is #276A15. Grayscale: #B2B2B2. Windows color (decimal): -2583062 or 15373784. OLE color: 15373784.

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

Color convert

RGB216149234-
CMYK0.080.3600.08
HSL287.29º66.93%75.1%-
HSV(B)287.29º36.32%91.76%-
XYZ53.9242.0383.11-
YUV178.72159.2154.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.06%
GREEN value IS 149 (58.59% from 255) = 24.87%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=36.06%
G=24.87%
B=39.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161492340.080.3600.08287.2966.9375.1
HexD895EA8240811f434b
Octal3302253521044010437103113
Binary11011000100101011110101010001001000100010001111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D895EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D895EA; }

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

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

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

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

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

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

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

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