#D2A9DF

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

Shades of Wisteria #D2A9DF

Tints of Wisteria #D2A9DF

Color information

#D2A9DF (or 0xD2A9DF) is unknown color: approx Wisteria. HEX triplet: D2, A9 and DF. RGB value is (210,169,223). Sum of RGB (Red+Green+Blue) = 210+169+223=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A9DF is #2D5620. Grayscale: #BBBBBB. Windows color (decimal): -2971169 or 14658002. OLE color: 14658002.

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

Color convert

RGB210169223-
CMYK0.060.2400.13
HSL285.56º45.76%76.86%-
HSV(B)285.56º24.22%87.45%-
XYZ54.0947.4176.11-
YUV187.42148.08144.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 169 (66.41% from 255) = 28.07%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=34.88%
G=28.07%
B=37.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101692230.060.2400.13285.5645.7676.86
HexD2A9DF6180D11e2e4d
Octal32225133763001543656115
Binary11010010101010011101111111011000011011000111101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A9DF; }

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

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

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

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

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

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

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

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