#D091EA

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

Shades of Wisteria #D091EA

Tints of Wisteria #D091EA

Color information

#D091EA (or 0xD091EA) is unknown color: approx Wisteria. HEX triplet: D0, 91 and EA. RGB value is (208,145,234). Sum of RGB (Red+Green+Blue) = 208+145+234=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #D091EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091EA is #2F6E15. Grayscale: #ADADAD. Windows color (decimal): -3108374 or 15372752. OLE color: 15372752.

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

Color convert

RGB208145234-
CMYK0.110.3800.08
HSL282.47º67.94%74.31%-
HSV(B)282.47º38.03%91.76%-
XYZ50.9939.682.8-
YUV173.98161.87152.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 145 (57.03% from 255) = 24.70%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=35.43%
G=24.70%
B=39.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081452340.110.3800.08282.4767.9474.31
HexD091EAB260811a444a
Octal3202213521346010432104112
Binary11010000100100011110101010111001100100010001101010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091EA; }

 p { color: rgb(208,145,234); }

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

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

 a { background-color: rgb(208,145,234); }

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

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

 span { border-color: rgb(208,145,234); }

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