#D58EEF

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

Shades of Wisteria #D58EEF

Tints of Wisteria #D58EEF

Color information

#D58EEF (or 0xD58EEF) is unknown color: approx Wisteria. HEX triplet: D5, 8E and EF. RGB value is (213,142,239). Sum of RGB (Red+Green+Blue) = 213+142+239=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #D58EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58EEF is #2A7110. Grayscale: #ADADAD. Windows color (decimal): -2781457 or 15699669. OLE color: 15699669.

HSL color Cylindrical-coordinate representation of color #D58EEF: hue angle of 283.92º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D58EEF is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213142239-
CMYK0.110.4100.06
HSL283.92º75.19%74.71%-
HSV(B)283.92º40.59%93.73%-
XYZ52.6939.7286.55-
YUV174.29164.52155.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.86%
GREEN value IS 142 (55.86% from 255) = 23.91%
BLUE value IS 239 (93.75% from 255) = 40.24%
R=35.86%
G=23.91%
B=40.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2131422390.110.4100.06283.9275.1974.71
HexD58EEFB290611c4b4b
Octal325216357135106434113113
Binary1101010110001110111011111011101001011010001110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EEF; }

 p { color: rgb(213,142,239); }

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

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

 a { background-color: rgb(213,142,239); }

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

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

 span { border-color: rgb(213,142,239); }

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