#D594E8

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

Shades of Wisteria #D594E8

Tints of Wisteria #D594E8

Color information

#D594E8 (or 0xD594E8) is unknown color: approx Wisteria. HEX triplet: D5, 94 and E8. RGB value is (213,148,232). Sum of RGB (Red+Green+Blue) = 213+148+232=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #D594E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D594E8 is #2A6B17. Grayscale: #B0B0B0. Windows color (decimal): -2779928 or 15242453. OLE color: 15242453.

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

Color convert

RGB213148232-
CMYK0.080.3600.09
HSL286.43º64.62%74.51%-
HSV(B)286.43º36.21%90.98%-
XYZ52.641.1581.51-
YUV177.01159.03153.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 148 (58.20% from 255) = 24.96%
BLUE value IS 232 (91.02% from 255) = 39.12%
R=35.92%
G=24.96%
B=39.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2131482320.080.3600.09286.4364.6274.51
HexD594E88240911e414b
Octal3252243501044011436101113
Binary11010101100101001110100010001001000100110001111010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594E8; }

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

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

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

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

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

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

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

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