#D29ADD

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

Shades of Wisteria #D29ADD

Tints of Wisteria #D29ADD

Color information

#D29ADD (or 0xD29ADD) is unknown color: approx Wisteria. HEX triplet: D2, 9A and DD. RGB value is (210,154,221). Sum of RGB (Red+Green+Blue) = 210+154+221=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #D29ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ADD is #2D6522. Grayscale: #B2B2B2. Windows color (decimal): -2975011 or 14523090. OLE color: 14523090.

HSL color Cylindrical-coordinate representation of color #D29ADD: hue angle of 290.15º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29ADD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210154221-
CMYK0.050.3000.13
HSL290.15º49.63%73.53%-
HSV(B)290.15º30.32%86.67%-
XYZ51.1942.0373.82-
YUV178.38152.05150.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 154 (60.55% from 255) = 26.32%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=35.90%
G=26.32%
B=37.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101542210.050.3000.13290.1549.6373.53
HexD29ADD51E0D122324a
Octal32223233553601544262112
Binary11010010100110101101110110111110011011001000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29ADD; }

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

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

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

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

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

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

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

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