#D094EB

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

Shades of Wisteria #D094EB

Tints of Wisteria #D094EB

Color information

#D094EB (or 0xD094EB) is unknown color: approx Wisteria. HEX triplet: D0, 94 and EB. RGB value is (208,148,235). Sum of RGB (Red+Green+Blue) = 208+148+235=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #D094EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D094EB is #2F6B14. Grayscale: #AFAFAF. Windows color (decimal): -3107605 or 15439056. OLE color: 15439056.

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

Color convert

RGB208148235-
CMYK0.110.3700.08
HSL281.38º68.5%75.1%-
HSV(B)281.38º37.02%92.16%-
XYZ51.640.5983.71-
YUV175.86161.38150.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.19%
GREEN value IS 148 (58.20% from 255) = 25.04%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=35.19%
G=25.04%
B=39.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081482350.110.3700.08281.3868.575.1
HexD094EBB2508119454b
Octal3202243531345010431105113
Binary11010000100101001110101110111001010100010001100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D094EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D094EB; }

 p { color: rgb(208,148,235); }

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

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

 a { background-color: rgb(208,148,235); }

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

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

 span { border-color: rgb(208,148,235); }

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