#D1A6DB

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

Shades of Wisteria #D1A6DB

Tints of Wisteria #D1A6DB

Color information

#D1A6DB (or 0xD1A6DB) is unknown color: approx Wisteria. HEX triplet: D1, A6 and DB. RGB value is (209,166,219). Sum of RGB (Red+Green+Blue) = 209+166+219=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6DB is #2E5924. Grayscale: #B8B8B8. Windows color (decimal): -3037477 or 14395089. OLE color: 14395089.

HSL color Cylindrical-coordinate representation of color #D1A6DB: hue angle of 288.68º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1A6DB is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209166219-
CMYK0.050.2400.14
HSL288.68º42.4%75.49%-
HSV(B)288.68º24.2%85.88%-
XYZ52.7245.9473.11-
YUV184.9147.25145.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.19%
GREEN value IS 166 (65.23% from 255) = 27.95%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=35.19%
G=27.95%
B=36.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091662190.050.2400.14288.6842.475.49
HexD1A6DB5180E1212a4b
Octal32124633353001644152113
Binary11010001101001101101101110111000011101001000011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A6DB; }

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

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

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

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

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

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

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

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