#D593E8

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

Shades of Wisteria #D593E8

Tints of Wisteria #D593E8

Color information

#D593E8 (or 0xD593E8) is unknown color: approx Wisteria. HEX triplet: D5, 93 and E8. RGB value is (213,147,232). Sum of RGB (Red+Green+Blue) = 213+147+232=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #D593E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593E8 is #2A6C17. Grayscale: #B0B0B0. Windows color (decimal): -2780184 or 15242197. OLE color: 15242197.

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

Color convert

RGB213147232-
CMYK0.080.3700.09
HSL286.59º64.89%74.31%-
HSV(B)286.59º36.64%90.98%-
XYZ52.4440.8481.46-
YUV176.42159.37154.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 147 (57.81% from 255) = 24.83%
BLUE value IS 232 (91.02% from 255) = 39.19%
R=35.98%
G=24.83%
B=39.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2131472320.080.3700.09286.5964.8974.31
HexD593E88250911f414a
Octal3252233501045011437101112
Binary11010101100100111110100010001001010100110001111110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593E8; }

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

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

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

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

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

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

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

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