#D1A1DD

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

Shades of Wisteria #D1A1DD

Tints of Wisteria #D1A1DD

Color information

#D1A1DD (or 0xD1A1DD) is unknown color: approx Wisteria. HEX triplet: D1, A1 and DD. RGB value is (209,161,221). Sum of RGB (Red+Green+Blue) = 209+161+221=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1A1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A1DD is #2E5E22. Grayscale: #B6B6B6. Windows color (decimal): -3038755 or 14524881. OLE color: 14524881.

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

Color convert

RGB209161221-
CMYK0.050.2700.13
HSL288º46.87%74.9%-
HSV(B)288º27.15%86.67%-
XYZ52.0944.2774.21-
YUV182.19149.9147.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.36%
GREEN value IS 161 (63.28% from 255) = 27.24%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=35.36%
G=27.24%
B=37.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091612210.050.2700.1328846.8774.9
HexD1A1DD51B0D1202f4b
Octal32124133553301544057113
Binary11010001101000011101110110111011011011001000001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A1DD; }

 p { color: rgb(209,161,221); }

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

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

 a { background-color: rgb(209,161,221); }

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

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

 span { border-color: rgb(209,161,221); }

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