#D58FEE

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

Shades of Wisteria #D58FEE

Tints of Wisteria #D58FEE

Color information

#D58FEE (or 0xD58FEE) is unknown color: approx Wisteria. HEX triplet: D5, 8F and EE. RGB value is (213,143,238). Sum of RGB (Red+Green+Blue) = 213+143+238=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #D58FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58FEE is #2A7011. Grayscale: #AEAEAE. Windows color (decimal): -2781202 or 15634389. OLE color: 15634389.

HSL color Cylindrical-coordinate representation of color #D58FEE: hue angle of 284.21º degrees, saturation: 0.74, 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 #D58FEE is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213143238-
CMYK0.110.4000.07
HSL284.21º73.64%74.71%-
HSV(B)284.21º39.92%93.33%-
XYZ52.739.9685.83-
YUV174.76163.69155.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.86%
GREEN value IS 143 (56.25% from 255) = 24.07%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=35.86%
G=24.07%
B=40.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131432380.110.4000.07284.2173.6474.71
HexD58FEEB280711c4a4b
Octal325217356135007434112113
Binary1101010110001111111011101011101000011110001110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58FEE; }

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

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

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

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

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

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

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

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