#D58AEB

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

Shades of Wisteria #D58AEB

Tints of Wisteria #D58AEB

Color information

#D58AEB (or 0xD58AEB) is unknown color: approx Wisteria. HEX triplet: D5, 8A and EB. RGB value is (213,138,235). Sum of RGB (Red+Green+Blue) = 213+138+235=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #D58AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58AEB is #2A7514. Grayscale: #ABABAB. Windows color (decimal): -2782485 or 15436501. OLE color: 15436501.

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

Color convert

RGB213138235-
CMYK0.090.4100.08
HSL286.39º70.8%73.14%-
HSV(B)286.39º41.28%92.16%-
XYZ51.5238.3283.28-
YUV171.48163.85157.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 138 (54.30% from 255) = 23.55%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=36.35%
G=23.55%
B=40.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131382350.090.4100.08286.3970.873.14
HexD58AEB9290811e4749
Octal3252123531151010436107111
Binary11010101100010101110101110011010010100010001111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AEB; }

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

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

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

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

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

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

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

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