#D2A0DF

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

Shades of Wisteria #D2A0DF

Tints of Wisteria #D2A0DF

Color information

#D2A0DF (or 0xD2A0DF) is unknown color: approx Wisteria. HEX triplet: D2, A0 and DF. RGB value is (210,160,223). Sum of RGB (Red+Green+Blue) = 210+160+223=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2A0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0DF is #2D5F20. Grayscale: #B5B5B5. Windows color (decimal): -2973473 or 14655698. OLE color: 14655698.

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

Color convert

RGB210160223-
CMYK0.060.2800.13
HSL287.62º49.61%75.1%-
HSV(B)287.62º28.25%87.45%-
XYZ52.4744.1775.57-
YUV182.13151.06147.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 160 (62.89% from 255) = 26.98%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=35.41%
G=26.98%
B=37.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101602230.060.2800.13287.6249.6175.1
HexD2A0DF61C0D120324b
Octal32224033763401544062113
Binary11010010101000001101111111011100011011001000001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A0DF; }

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

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

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

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

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

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

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

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