#D19DEC

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

Shades of Wisteria #D19DEC

Tints of Wisteria #D19DEC

Color information

#D19DEC (or 0xD19DEC) is unknown color: approx Wisteria. HEX triplet: D1, 9D and EC. RGB value is (209,157,236). Sum of RGB (Red+Green+Blue) = 209+157+236=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #D19DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19DEC is #2E6213. Grayscale: #B5B5B5. Windows color (decimal): -3039764 or 15506897. OLE color: 15506897.

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

Color convert

RGB209157236-
CMYK0.110.3300.07
HSL279.49º67.52%77.06%-
HSV(B)279.49º33.47%92.55%-
XYZ53.4943.7384.98-
YUV181.55158.73147.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.72%
GREEN value IS 157 (61.72% from 255) = 26.08%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=34.72%
G=26.08%
B=39.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091572360.110.3300.07279.4967.5277.06
HexD19DECB2107117444d
Octal321235354134107427104115
Binary1101000110011101111011001011100001011110001011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19DEC; }

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

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

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

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

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

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

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

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