#D1AADA

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

Shades of Wisteria #D1AADA

Tints of Wisteria #D1AADA

Color information

#D1AADA (or 0xD1AADA) is unknown color: approx Wisteria. HEX triplet: D1, AA and DA. RGB value is (209,170,218). Sum of RGB (Red+Green+Blue) = 209+170+218=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AADA is #2E5525. Grayscale: #BABABA. Windows color (decimal): -3036454 or 14330577. OLE color: 14330577.

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

Color convert

RGB209170218-
CMYK0.040.2200.15
HSL288.75º39.34%76.08%-
HSV(B)288.75º22.02%85.49%-
XYZ53.3247.3772.66-
YUV187.13145.42143.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.01%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=35.01%
G=28.48%
B=36.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091702180.040.2200.15288.7539.3476.08
HexD1AADA4160F121274c
Octal32125233242601744147114
Binary11010001101010101101101010010110011111001000011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AADA; }

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

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

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

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

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

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

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

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