#D29CDD

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

Shades of Wisteria #D29CDD

Tints of Wisteria #D29CDD

Color information

#D29CDD (or 0xD29CDD) is unknown color: approx Wisteria. HEX triplet: D2, 9C and DD. RGB value is (210,156,221). Sum of RGB (Red+Green+Blue) = 210+156+221=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #D29CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CDD is #2D6322. Grayscale: #B3B3B3. Windows color (decimal): -2974499 or 14523602. OLE color: 14523602.

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

Color convert

RGB210156221-
CMYK0.050.2900.13
HSL289.85º48.87%73.92%-
HSV(B)289.85º29.41%86.67%-
XYZ51.5242.773.93-
YUV179.56151.39149.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 156 (61.33% from 255) = 26.58%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=35.78%
G=26.58%
B=37.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101562210.050.2900.13289.8548.8773.92
HexD29CDD51D0D122314a
Octal32223433553501544261112
Binary11010010100111001101110110111101011011001000101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CDD; }

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

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

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

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

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

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

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

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