#D58DEA

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

Shades of Wisteria #D58DEA

Tints of Wisteria #D58DEA

Color information

#D58DEA (or 0xD58DEA) is unknown color: approx Wisteria. HEX triplet: D5, 8D and EA. RGB value is (213,141,234). Sum of RGB (Red+Green+Blue) = 213+141+234=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #D58DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DEA is #2A7215. Grayscale: #ACACAC. Windows color (decimal): -2781718 or 15371733. OLE color: 15371733.

HSL color Cylindrical-coordinate representation of color #D58DEA: hue angle of 286.45º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D58DEA is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213141234-
CMYK0.090.4000.08
HSL286.45º68.89%73.53%-
HSV(B)286.45º39.74%91.76%-
XYZ51.8239.1482.66-
YUV173.13162.35156.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 141 (55.47% from 255) = 23.98%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=36.22%
G=23.98%
B=39.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131412340.090.4000.08286.4568.8973.53
HexD58DEA9280811e454a
Octal3252153521150010436105112
Binary11010101100011011110101010011010000100010001111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DEA; }

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

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

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

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

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

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

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

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