#D890EB

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

Shades of Wisteria #D890EB

Tints of Wisteria #D890EB

Color information

#D890EB (or 0xD890EB) is unknown color: approx Wisteria. HEX triplet: D8, 90 and EB. RGB value is (216,144,235). Sum of RGB (Red+Green+Blue) = 216+144+235=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #D890EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D890EB is #276F14. Grayscale: #AFAFAF. Windows color (decimal): -2584341 or 15438040. OLE color: 15438040.

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

Color convert

RGB216144235-
CMYK0.080.3900.08
HSL287.47º69.47%74.31%-
HSV(B)287.47º38.72%92.16%-
XYZ53.2940.5483.61-
YUV175.9161.35156.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.30%
GREEN value IS 144 (56.64% from 255) = 24.20%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=36.30%
G=24.20%
B=39.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161442350.080.3900.08287.4769.4774.31
HexD890EB8270811f454a
Octal3302203531047010437105112
Binary11011000100100001110101110001001110100010001111110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890EB; }

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

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

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

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

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

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

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

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