#D19DEB

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

Shades of Wisteria #D19DEB

Tints of Wisteria #D19DEB

Color information

#D19DEB (or 0xD19DEB) is unknown color: approx Wisteria. HEX triplet: D1, 9D and EB. RGB value is (209,157,235). Sum of RGB (Red+Green+Blue) = 209+157+235=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #D19DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19DEB is #2E6214. Grayscale: #B5B5B5. Windows color (decimal): -3039765 or 15441361. OLE color: 15441361.

HSL color Cylindrical-coordinate representation of color #D19DEB: hue angle of 280º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D19DEB is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209157235-
CMYK0.110.3300.08
HSL280º66.1%76.86%-
HSV(B)280º33.19%92.16%-
XYZ53.3543.6784.21-
YUV181.44158.23147.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 157 (61.72% from 255) = 26.12%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=34.78%
G=26.12%
B=39.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091572350.110.3300.0828066.176.86
HexD19DEBB2108118424d
Octal3212353531341010430102115
Binary11010001100111011110101110111000010100010001100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19DEB; }

 p { color: rgb(209,157,235); }

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

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

 a { background-color: rgb(209,157,235); }

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

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

 span { border-color: rgb(209,157,235); }

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