#D58DED

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

Shades of Wisteria #D58DED

Tints of Wisteria #D58DED

Color information

#D58DED (or 0xD58DED) is unknown color: approx Wisteria. HEX triplet: D5, 8D and ED. RGB value is (213,141,237). Sum of RGB (Red+Green+Blue) = 213+141+237=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #D58DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DED is #2A7212. Grayscale: #ADADAD. Windows color (decimal): -2781715 or 15568341. OLE color: 15568341.

HSL color Cylindrical-coordinate representation of color #D58DED: hue angle of 285º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D58DED is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213141237-
CMYK0.100.4100.07
HSL285º72.73%74.12%-
HSV(B)285º40.51%92.94%-
XYZ52.2539.3184.95-
YUV173.47163.85156.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.04%
GREEN value IS 141 (55.47% from 255) = 23.86%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=36.04%
G=23.86%
B=40.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131412370.100.4100.0728572.7374.12
HexD58DEDA290711d494a
Octal325215355125107435111112
Binary1101010110001101111011011010101001011110001110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DED; }

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

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

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

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

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

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

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

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