#D2A1DD

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

Shades of Wisteria #D2A1DD

Tints of Wisteria #D2A1DD

Color information

#D2A1DD (or 0xD2A1DD) is unknown color: approx Wisteria. HEX triplet: D2, A1 and DD. RGB value is (210,161,221). Sum of RGB (Red+Green+Blue) = 210+161+221=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2A1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A1DD is #2D5E22. Grayscale: #B6B6B6. Windows color (decimal): -2973219 or 14524882. OLE color: 14524882.

HSL color Cylindrical-coordinate representation of color #D2A1DD: hue angle of 289º 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 #D2A1DD is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210161221-
CMYK0.050.2700.13
HSL289º46.87%74.9%-
HSV(B)289º27.15%86.67%-
XYZ52.3744.4174.22-
YUV182.49149.73147.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.47%
GREEN value IS 161 (63.28% from 255) = 27.20%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=35.47%
G=27.20%
B=37.33%

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
Decimal2101612210.050.2700.1328946.8774.9
HexD2A1DD51B0D1212f4b
Octal32224133553301544157113
Binary11010010101000011101110110111011011011001000011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A1DD; }

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

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

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

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

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

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

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

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