#D29DDC

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

Shades of Wisteria #D29DDC

Tints of Wisteria #D29DDC

Color information

#D29DDC (or 0xD29DDC) is unknown color: approx Wisteria. HEX triplet: D2, 9D and DC. RGB value is (210,157,220). Sum of RGB (Red+Green+Blue) = 210+157+220=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #D29DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DDC is #2D6223. Grayscale: #B3B3B3. Windows color (decimal): -2974244 or 14458322. OLE color: 14458322.

HSL color Cylindrical-coordinate representation of color #D29DDC: hue angle of 290.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29DDC is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210157220-
CMYK0.050.2900.14
HSL290.48º47.37%73.92%-
HSV(B)290.48º28.64%86.27%-
XYZ51.5542.9873.29-
YUV180.03150.56149.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=35.78%
G=26.75%
B=37.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101572200.050.2900.14290.4847.3773.92
HexD29DDC51D0E1222f4a
Octal32223533453501644257112
Binary11010010100111011101110010111101011101001000101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DDC; }

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

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

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

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

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

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

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

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