#D2A9DD

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

Shades of Wisteria #D2A9DD

Tints of Wisteria #D2A9DD

Color information

#D2A9DD (or 0xD2A9DD) is unknown color: approx Wisteria. HEX triplet: D2, A9 and DD. RGB value is (210,169,221). Sum of RGB (Red+Green+Blue) = 210+169+221=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A9DD is #2D5622. Grayscale: #BBBBBB. Windows color (decimal): -2971171 or 14526930. OLE color: 14526930.

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

Color convert

RGB210169221-
CMYK0.050.2400.13
HSL287.31º43.33%76.47%-
HSV(B)287.31º23.53%86.67%-
XYZ53.8247.374.7-
YUV187.19147.08144.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35%
GREEN value IS 169 (66.41% from 255) = 28.17%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=35%
G=28.17%
B=36.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101692210.050.2400.13287.3143.3376.47
HexD2A9DD5180D11f2b4c
Octal32225133553001543753114
Binary11010010101010011101110110111000011011000111111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A9DD; }

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

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

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

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

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

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

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

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