#D2A0E1

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

Shades of Wisteria #D2A0E1

Tints of Wisteria #D2A0E1

Color information

#D2A0E1 (or 0xD2A0E1) is unknown color: approx Wisteria. HEX triplet: D2, A0 and E1. RGB value is (210,160,225). Sum of RGB (Red+Green+Blue) = 210+160+225=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2A0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0E1 is #2D5F1E. Grayscale: #B6B6B6. Windows color (decimal): -2973471 or 14786770. OLE color: 14786770.

HSL color Cylindrical-coordinate representation of color #D2A0E1: hue angle of 286.15º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2A0E1 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB210160225-
CMYK0.070.2900.12
HSL286.15º52%75.49%-
HSV(B)286.15º28.89%88.24%-
XYZ52.7444.2877-
YUV182.36152.06147.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 160 (62.89% from 255) = 26.89%
BLUE value IS 225 (88.28% from 255) = 37.82%
R=35.29%
G=26.89%
B=37.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101602250.070.2900.12286.155275.49
HexD2A0E171D0C11e344b
Octal32224034173501443664113
Binary11010010101000001110000111111101011001000111101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A0E1; }

 p { color: rgb(210,160,225); }

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

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

 a { background-color: rgb(210,160,225); }

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

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

 span { border-color: rgb(210,160,225); }

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