#D39BED

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

Shades of Wisteria #D39BED

Tints of Wisteria #D39BED

Color information

#D39BED (or 0xD39BED) is unknown color: approx Wisteria. HEX triplet: D3, 9B and ED. RGB value is (211,155,237). Sum of RGB (Red+Green+Blue) = 211+155+237=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #D39BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39BED is #2C6412. Grayscale: #B4B4B4. Windows color (decimal): -2909203 or 15571923. OLE color: 15571923.

HSL color Cylindrical-coordinate representation of color #D39BED: hue angle of 280.98º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D39BED is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211155237-
CMYK0.110.3500.07
HSL280.98º69.49%76.86%-
HSV(B)280.98º34.6%92.94%-
XYZ53.8743.4185.66-
YUV181.09159.55149.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.99%
GREEN value IS 155 (60.94% from 255) = 25.70%
BLUE value IS 237 (92.97% from 255) = 39.30%
R=34.99%
G=25.70%
B=39.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111552370.110.3500.07280.9869.4976.86
HexD39BEDB2307119454d
Octal323233355134307431105115
Binary1101001110011011111011011011100011011110001100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39BED; }

 p { color: rgb(211,155,237); }

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

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

 a { background-color: rgb(211,155,237); }

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

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

 span { border-color: rgb(211,155,237); }

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