#D19FDE

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

Shades of Wisteria #D19FDE

Tints of Wisteria #D19FDE

Color information

#D19FDE (or 0xD19FDE) is unknown color: approx Wisteria. HEX triplet: D1, 9F and DE. RGB value is (209,159,222). Sum of RGB (Red+Green+Blue) = 209+159+222=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #D19FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FDE is #2E6021. Grayscale: #B4B4B4. Windows color (decimal): -3039266 or 14589905. OLE color: 14589905.

HSL color Cylindrical-coordinate representation of color #D19FDE: hue angle of 287.62º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19FDE is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209159222-
CMYK0.060.2800.13
HSL287.62º48.84%74.71%-
HSV(B)287.62º28.38%87.06%-
XYZ51.8843.6374.79-
YUV181.13151.06147.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.42%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=35.42%
G=26.95%
B=37.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091592220.060.2800.13287.6248.8474.71
HexD19FDE61C0D120314b
Octal32123733663401544061113
Binary11010001100111111101111011011100011011001000001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FDE; }

 p { color: rgb(209,159,222); }

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

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

 a { background-color: rgb(209,159,222); }

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

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

 span { border-color: rgb(209,159,222); }

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