#D394E2

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

Shades of Wisteria #D394E2

Tints of Wisteria #D394E2

Color information

#D394E2 (or 0xD394E2) is unknown color: approx Wisteria. HEX triplet: D3, 94 and E2. RGB value is (211,148,226). Sum of RGB (Red+Green+Blue) = 211+148+226=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 226 - color contains mainly: blue. Hex color #D394E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D394E2 is #2C6B1D. Grayscale: #AFAFAF. Windows color (decimal): -2911006 or 14849235. OLE color: 14849235.

HSL color Cylindrical-coordinate representation of color #D394E2: hue angle of 288.46º 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 #D394E2 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB211148226-
CMYK0.070.3500.11
HSL288.46º57.35%73.33%-
HSV(B)288.46º34.51%88.63%-
XYZ51.1840.5277.08-
YUV175.73156.37153.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 148 (58.20% from 255) = 25.30%
BLUE value IS 226 (88.67% from 255) = 38.63%
R=36.07%
G=25.30%
B=38.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2111482260.070.3500.11288.4657.3573.33
HexD394E27230B1203949
Octal32322434274301344071111
Binary110100111001010011100010111100011010111001000001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D394E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D394E2; }

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

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

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

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

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

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

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

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