#D59CEA

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

Shades of Wisteria #D59CEA

Tints of Wisteria #D59CEA

Color information

#D59CEA (or 0xD59CEA) is unknown color: approx Wisteria. HEX triplet: D5, 9C and EA. RGB value is (213,156,234). Sum of RGB (Red+Green+Blue) = 213+156+234=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #D59CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59CEA is #2A6315. Grayscale: #B5B5B5. Windows color (decimal): -2777878 or 15375573. OLE color: 15375573.

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

Color convert

RGB213156234-
CMYK0.090.3300.08
HSL283.85º65%76.47%-
HSV(B)283.85º33.33%91.76%-
XYZ54.1843.8683.45-
YUV181.94157.38150.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.32%
GREEN value IS 156 (61.33% from 255) = 25.87%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=35.32%
G=25.87%
B=38.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131562340.090.3300.08283.856576.47
HexD59CEA9210811c414c
Octal3252343521141010434101114
Binary11010101100111001110101010011000010100010001110010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CEA; }

 p { color: rgb(213,156,234); }

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

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

 a { background-color: rgb(213,156,234); }

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

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

 span { border-color: rgb(213,156,234); }

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