#D1A6D9

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

Shades of Wisteria #D1A6D9

Tints of Wisteria #D1A6D9

Color information

#D1A6D9 (or 0xD1A6D9) is unknown color: approx Wisteria. HEX triplet: D1, A6 and D9. RGB value is (209,166,217). Sum of RGB (Red+Green+Blue) = 209+166+217=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 217 - color contains mainly: blue. Hex color #D1A6D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6D9 is #2E5926. Grayscale: #B8B8B8. Windows color (decimal): -3037479 or 14264017. OLE color: 14264017.

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

Color convert

RGB209166217-
CMYK0.040.2400.15
HSL290.59º40.16%75.1%-
HSV(B)290.59º23.5%85.1%-
XYZ52.4645.8471.73-
YUV184.67146.25145.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 166 (65.23% from 255) = 28.04%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=35.30%
G=28.04%
B=36.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091662170.040.2400.15290.5940.1675.1
HexD1A6D94180F123284b
Octal32124633143001744350113
Binary11010001101001101101100110011000011111001000111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A6D9; }

 p { color: rgb(209,166,217); }

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

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

 a { background-color: rgb(209,166,217); }

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

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

 span { border-color: rgb(209,166,217); }

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