#D59DEE

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

Shades of Wisteria #D59DEE

Tints of Wisteria #D59DEE

Color information

#D59DEE (or 0xD59DEE) is unknown color: approx Wisteria. HEX triplet: D5, 9D and EE. RGB value is (213,157,238). Sum of RGB (Red+Green+Blue) = 213+157+238=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #D59DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DEE is #2A6211. Grayscale: #B6B6B6. Windows color (decimal): -2777618 or 15637973. OLE color: 15637973.

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

Color convert

RGB213157238-
CMYK0.110.3400.07
HSL281.48º70.43%77.45%-
HSV(B)281.48º34.03%93.33%-
XYZ54.9344.4386.57-
YUV182.98159.05149.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 157 (61.72% from 255) = 25.82%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=35.03%
G=25.82%
B=39.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131572380.110.3400.07281.4870.4377.45
HexD59DEEB2207119464d
Octal325235356134207431106115
Binary1101010110011101111011101011100010011110001100110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DEE; }

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

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

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

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

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

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

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

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