#D58FED

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

Shades of Wisteria #D58FED

Tints of Wisteria #D58FED

Color information

#D58FED (or 0xD58FED) is unknown color: approx Wisteria. HEX triplet: D5, 8F and ED. RGB value is (213,143,237). Sum of RGB (Red+Green+Blue) = 213+143+237=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #D58FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58FED is #2A7012. Grayscale: #AEAEAE. Windows color (decimal): -2781203 or 15568853. OLE color: 15568853.

HSL color Cylindrical-coordinate representation of color #D58FED: hue angle of 284.68º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D58FED is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213143237-
CMYK0.100.4000.07
HSL284.68º72.31%74.51%-
HSV(B)284.68º39.66%92.94%-
XYZ52.5539.9185.05-
YUV174.65163.19155.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 143 (56.25% from 255) = 24.11%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=35.92%
G=24.11%
B=39.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131432370.100.4000.07284.6872.3174.51
HexD58FEDA280711d484b
Octal325217355125007435110113
Binary1101010110001111111011011010101000011110001110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58FED; }

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

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

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

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

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

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

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

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