#D595EB

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

Shades of Wisteria #D595EB

Tints of Wisteria #D595EB

Color information

#D595EB (or 0xD595EB) is unknown color: approx Wisteria. HEX triplet: D5, 95 and EB. RGB value is (213,149,235). Sum of RGB (Red+Green+Blue) = 213+149+235=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #D595EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D595EB is #2A6A14. Grayscale: #B1B1B1. Windows color (decimal): -2779669 or 15439317. OLE color: 15439317.

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

Color convert

RGB213149235-
CMYK0.090.3700.08
HSL284.65º68.25%75.29%-
HSV(B)284.65º36.6%92.16%-
XYZ53.1841.6483.83-
YUV177.94160.2153.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.68%
GREEN value IS 149 (58.59% from 255) = 24.96%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=35.68%
G=24.96%
B=39.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131492350.090.3700.08284.6568.2575.29
HexD595EB9250811d444b
Octal3252253531145010435104113
Binary11010101100101011110101110011001010100010001110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595EB; }

 p { color: rgb(213,149,235); }

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

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

 a { background-color: rgb(213,149,235); }

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

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

 span { border-color: rgb(213,149,235); }

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