#D1A7DA

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

Shades of Wisteria #D1A7DA

Tints of Wisteria #D1A7DA

Color information

#D1A7DA (or 0xD1A7DA) is unknown color: approx Wisteria. HEX triplet: D1, A7 and DA. RGB value is (209,167,218). Sum of RGB (Red+Green+Blue) = 209+167+218=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1A7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A7DA is #2E5825. Grayscale: #B9B9B9. Windows color (decimal): -3037222 or 14329809. OLE color: 14329809.

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

Color convert

RGB209167218-
CMYK0.040.2300.15
HSL289.41º40.8%75.49%-
HSV(B)289.41º23.39%85.49%-
XYZ52.7746.2572.48-
YUV185.37146.41144.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.19%
GREEN value IS 167 (65.62% from 255) = 28.11%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=35.19%
G=28.11%
B=36.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091672180.040.2300.15289.4140.875.49
HexD1A7DA4170F121294b
Octal32124733242701744151113
Binary11010001101001111101101010010111011111001000011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A7DA; }

 p { color: rgb(209,167,218); }

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

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

 a { background-color: rgb(209,167,218); }

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

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

 span { border-color: rgb(209,167,218); }

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