#D59BEE

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

Shades of Wisteria #D59BEE

Tints of Wisteria #D59BEE

Color information

#D59BEE (or 0xD59BEE) is unknown color: approx Wisteria. HEX triplet: D5, 9B and EE. RGB value is (213,155,238). Sum of RGB (Red+Green+Blue) = 213+155+238=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #D59BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59BEE is #2A6411. Grayscale: #B5B5B5. Windows color (decimal): -2778130 or 15637461. OLE color: 15637461.

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

Color convert

RGB213155238-
CMYK0.110.3500.07
HSL281.93º70.94%77.06%-
HSV(B)281.93º34.87%93.33%-
XYZ54.5943.7686.46-
YUV181.8159.72150.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 155 (60.94% from 255) = 25.58%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=35.15%
G=25.58%
B=39.27%

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
Decimal2131552380.110.3500.07281.9370.9477.06
HexD59BEEB230711a474d
Octal325233356134307432107115
Binary1101010110011011111011101011100011011110001101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59BEE; }

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

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

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

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

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

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

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

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