#D2A9DB

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

Shades of Wisteria #D2A9DB

Tints of Wisteria #D2A9DB

Color information

#D2A9DB (or 0xD2A9DB) is unknown color: approx Wisteria. HEX triplet: D2, A9 and DB. RGB value is (210,169,219). Sum of RGB (Red+Green+Blue) = 210+169+219=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A9DB is #2D5624. Grayscale: #BABABA. Windows color (decimal): -2971173 or 14395858. OLE color: 14395858.

HSL color Cylindrical-coordinate representation of color #D2A9DB: hue angle of 289.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2A9DB is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210169219-
CMYK0.040.2300.14
HSL289.2º40.98%76.08%-
HSV(B)289.2º22.83%85.88%-
XYZ53.5547.1973.3-
YUV186.96146.08144.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 169 (66.41% from 255) = 28.26%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=35.12%
G=28.26%
B=36.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101692190.040.2300.14289.240.9876.08
HexD2A9DB4170E121294c
Octal32225133342701644151114
Binary11010010101010011101101110010111011101001000011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A9DB; }

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

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

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

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

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

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

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

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