#D29FDC

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

Shades of Wisteria #D29FDC

Tints of Wisteria #D29FDC

Color information

#D29FDC (or 0xD29FDC) is unknown color: approx Wisteria. HEX triplet: D2, 9F and DC. RGB value is (210,159,220). Sum of RGB (Red+Green+Blue) = 210+159+220=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #D29FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FDC is #2D6023. Grayscale: #B5B5B5. Windows color (decimal): -2973732 or 14458834. OLE color: 14458834.

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

Color convert

RGB210159220-
CMYK0.050.2800.14
HSL290.16º46.56%74.31%-
HSV(B)290.16º27.73%86.27%-
XYZ51.8943.6773.4-
YUV181.2149.9148.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=35.65%
G=26.99%
B=37.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101592200.050.2800.14290.1646.5674.31
HexD29FDC51C0E1222f4a
Octal32223733453401644257112
Binary11010010100111111101110010111100011101001000101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FDC; }

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

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

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

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

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

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

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

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