#D58AE8

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

Shades of Wisteria #D58AE8

Tints of Wisteria #D58AE8

Color information

#D58AE8 (or 0xD58AE8) is unknown color: approx Wisteria. HEX triplet: D5, 8A and E8. RGB value is (213,138,232). Sum of RGB (Red+Green+Blue) = 213+138+232=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 232 (91.02% from 255 or 39.79% from 583); Max value from RGB is 232 - color contains mainly: blue. Hex color #D58AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58AE8 is #2A7517. Grayscale: #AAAAAA. Windows color (decimal): -2782488 or 15239893. OLE color: 15239893.

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

Color convert

RGB213138232-
CMYK0.080.4100.09
HSL287.87º67.14%72.55%-
HSV(B)287.87º40.52%90.98%-
XYZ51.0938.1581.01-
YUV171.14162.35157.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 138 (54.30% from 255) = 23.67%
BLUE value IS 232 (91.02% from 255) = 39.79%
R=36.54%
G=23.67%
B=39.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2131382320.080.4100.09287.8767.1472.55
HexD58AE8829091204349
Octal3252123501051011440103111
Binary11010101100010101110100010001010010100110010000010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AE8; }

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

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

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

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

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

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

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

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