#D19EDA

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

Shades of Wisteria #D19EDA

Tints of Wisteria #D19EDA

Color information

#D19EDA (or 0xD19EDA) is unknown color: approx Wisteria. HEX triplet: D1, 9E and DA. RGB value is (209,158,218). Sum of RGB (Red+Green+Blue) = 209+158+218=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #D19EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19EDA is #2E6125. Grayscale: #B3B3B3. Windows color (decimal): -3039526 or 14327505. OLE color: 14327505.

HSL color Cylindrical-coordinate representation of color #D19EDA: hue angle of 291º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19EDA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209158218-
CMYK0.040.2800.15
HSL291º44.78%73.73%-
HSV(B)291º27.52%85.49%-
XYZ51.1843.0771.95-
YUV180.09149.4148.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 158 (62.11% from 255) = 27.01%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=35.73%
G=27.01%
B=37.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091582180.040.2800.1529144.7873.73
HexD19EDA41C0F1232d4a
Octal32123633243401744355112
Binary11010001100111101101101010011100011111001000111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19EDA; }

 p { color: rgb(209,158,218); }

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

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

 a { background-color: rgb(209,158,218); }

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

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

 span { border-color: rgb(209,158,218); }

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