#D2A1E5

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

Shades of Wisteria #D2A1E5

Tints of Wisteria #D2A1E5

Color information

#D2A1E5 (or 0xD2A1E5) is unknown color: approx Wisteria. HEX triplet: D2, A1 and E5. RGB value is (210,161,229). Sum of RGB (Red+Green+Blue) = 210+161+229=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2A1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A1E5 is #2D5E1A. Grayscale: #B7B7B7. Windows color (decimal): -2973211 or 15049170. OLE color: 15049170.

HSL color Cylindrical-coordinate representation of color #D2A1E5: hue angle of 283.24º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2A1E5 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210161229-
CMYK0.080.3000.10
HSL283.24º56.67%76.47%-
HSV(B)283.24º29.69%89.8%-
XYZ53.4744.8579.97-
YUV183.4153.73146.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35%
GREEN value IS 161 (63.28% from 255) = 26.83%
BLUE value IS 229 (89.84% from 255) = 38.17%
R=35%
G=26.83%
B=38.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101612290.080.3000.10283.2456.6776.47
HexD2A1E581E0A11b394c
Octal322241345103601243371114
Binary110100101010000111100101100011110010101000110111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A1E5; }

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

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

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

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

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

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

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

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