#D2A9DC

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

Shades of Wisteria #D2A9DC

Tints of Wisteria #D2A9DC

Color information

#D2A9DC (or 0xD2A9DC) is unknown color: approx Wisteria. HEX triplet: D2, A9 and DC. RGB value is (210,169,220). Sum of RGB (Red+Green+Blue) = 210+169+220=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A9DC is #2D5623. Grayscale: #BABABA. Windows color (decimal): -2971172 or 14461394. OLE color: 14461394.

HSL color Cylindrical-coordinate representation of color #D2A9DC: hue angle of 288.24º degrees, saturation: 0.42, 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 #D2A9DC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210169220-
CMYK0.050.2300.14
HSL288.24º42.15%76.27%-
HSV(B)288.24º23.18%86.27%-
XYZ53.6847.2474-
YUV187.07146.58144.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.06%
GREEN value IS 169 (66.41% from 255) = 28.21%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=35.06%
G=28.21%
B=36.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101692200.050.2300.14288.2442.1576.27
HexD2A9DC5170E1202a4c
Octal32225133452701644052114
Binary11010010101010011101110010110111011101001000001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A9DC; }

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

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

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

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

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

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

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

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