#D9A1EC

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

Shades of Wisteria #D9A1EC

Tints of Wisteria #D9A1EC

Color information

#D9A1EC (or 0xD9A1EC) is unknown color: approx Wisteria. HEX triplet: D9, A1 and EC. RGB value is (217,161,236). Sum of RGB (Red+Green+Blue) = 217+161+236=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9A1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A1EC is #265E13. Grayscale: #BABABA. Windows color (decimal): -2514452 or 15507929. OLE color: 15507929.

HSL color Cylindrical-coordinate representation of color #D9A1EC: hue angle of 284.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9A1EC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217161236-
CMYK0.080.3200.07
HSL284.8º66.37%77.84%-
HSV(B)284.8º31.78%92.55%-
XYZ56.546.385.32-
YUV186.29156.05149.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 161 (63.28% from 255) = 26.22%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=35.34%
G=26.22%
B=38.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171612360.080.3200.07284.866.3777.84
HexD9A1EC8200711d424e
Octal331241354104007435102116
Binary1101100110100001111011001000100000011110001110110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A1EC; }

 p { color: rgb(217,161,236); }

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

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

 a { background-color: rgb(217,161,236); }

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

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

 span { border-color: rgb(217,161,236); }

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