#D59AEB

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

Shades of Wisteria #D59AEB

Tints of Wisteria #D59AEB

Color information

#D59AEB (or 0xD59AEB) is unknown color: approx Wisteria. HEX triplet: D5, 9A and EB. RGB value is (213,154,235). Sum of RGB (Red+Green+Blue) = 213+154+235=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #D59AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59AEB is #2A6514. Grayscale: #B4B4B4. Windows color (decimal): -2778389 or 15440597. OLE color: 15440597.

HSL color Cylindrical-coordinate representation of color #D59AEB: hue angle of 283.7º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D59AEB is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213154235-
CMYK0.090.3400.08
HSL283.7º66.94%76.27%-
HSV(B)283.7º34.47%92.16%-
XYZ53.9943.2684.1-
YUV180.87158.55150.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.38%
GREEN value IS 154 (60.55% from 255) = 25.58%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=35.38%
G=25.58%
B=39.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131542350.090.3400.08283.766.9476.27
HexD59AEB9220811c434c
Octal3252323531142010434103114
Binary11010101100110101110101110011000100100010001110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AEB; }

 p { color: rgb(213,154,235); }

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

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

 a { background-color: rgb(213,154,235); }

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

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

 span { border-color: rgb(213,154,235); }

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