#D094E2

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

Shades of Wisteria #D094E2

Tints of Wisteria #D094E2

Color information

#D094E2 (or 0xD094E2) is unknown color: approx Wisteria. HEX triplet: D0, 94 and E2. RGB value is (208,148,226). Sum of RGB (Red+Green+Blue) = 208+148+226=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #D094E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094E2 is #2F6B1D. Grayscale: #AEAEAE. Windows color (decimal): -3107614 or 14849232. OLE color: 14849232.

HSL color Cylindrical-coordinate representation of color #D094E2: hue angle of 286.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D094E2 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB208148226-
CMYK0.080.3500.11
HSL286.15º57.35%73.33%-
HSV(B)286.15º34.51%88.63%-
XYZ50.3340.0877.04-
YUV174.83156.88151.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 148 (58.20% from 255) = 25.43%
BLUE value IS 226 (88.67% from 255) = 38.83%
R=35.74%
G=25.43%
B=38.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2081482260.080.3500.11286.1557.3573.33
HexD094E28230B11e3949
Octal320224342104301343671111
Binary1101000010010100111000101000100011010111000111101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D094E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D094E2; }

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

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

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

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

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

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

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

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