#D396DF

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

Shades of Wisteria #D396DF

Tints of Wisteria #D396DF

Color information

#D396DF (or 0xD396DF) is unknown color: approx Wisteria. HEX triplet: D3, 96 and DF. RGB value is (211,150,223). Sum of RGB (Red+Green+Blue) = 211+150+223=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #D396DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396DF is #2C6920. Grayscale: #B0B0B0. Windows color (decimal): -2910497 or 14653139. OLE color: 14653139.

HSL color Cylindrical-coordinate representation of color #D396DF: hue angle of 290.14º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D396DF is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211150223-
CMYK0.050.3300.13
HSL290.14º53.28%73.14%-
HSV(B)290.14º32.74%87.45%-
XYZ51.0940.9975.03-
YUV176.56154.21152.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.13%
GREEN value IS 150 (58.98% from 255) = 25.68%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=36.13%
G=25.68%
B=38.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111502230.050.3300.13290.1453.2873.14
HexD396DF5210D1223549
Octal32322633754101544265111
Binary110100111001011011011111101100001011011001000101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D396DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D396DF; }

 p { color: rgb(211,150,223); }

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

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

 a { background-color: rgb(211,150,223); }

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

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

 span { border-color: rgb(211,150,223); }

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