#D59BED

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

Shades of Wisteria #D59BED

Tints of Wisteria #D59BED

Color information

#D59BED (or 0xD59BED) is unknown color: approx Wisteria. HEX triplet: D5, 9B and ED. RGB value is (213,155,237). Sum of RGB (Red+Green+Blue) = 213+155+237=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #D59BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59BED is #2A6412. Grayscale: #B5B5B5. Windows color (decimal): -2778131 or 15571925. OLE color: 15571925.

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

Color convert

RGB213155237-
CMYK0.100.3500.07
HSL282.44º69.49%76.86%-
HSV(B)282.44º34.6%92.94%-
XYZ54.4543.785.69-
YUV181.69159.22150.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 155 (60.94% from 255) = 25.62%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=35.21%
G=25.62%
B=39.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131552370.100.3500.07282.4469.4976.86
HexD59BEDA230711a454d
Octal325233355124307432105115
Binary1101010110011011111011011010100011011110001101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59BED; }

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

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

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

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

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

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

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

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