#D29FE2

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

Shades of Wisteria #D29FE2

Tints of Wisteria #D29FE2

Color information

#D29FE2 (or 0xD29FE2) is unknown color: approx Wisteria. HEX triplet: D2, 9F and E2. RGB value is (210,159,226). Sum of RGB (Red+Green+Blue) = 210+159+226=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 226 - color contains mainly: blue. Hex color #D29FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FE2 is #2D601D. Grayscale: #B5B5B5. Windows color (decimal): -2973726 or 14852050. OLE color: 14852050.

HSL color Cylindrical-coordinate representation of color #D29FE2: hue angle of 285.67º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29FE2 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210159226-
CMYK0.070.3000.11
HSL285.67º53.6%75.49%-
HSV(B)285.67º29.65%88.63%-
XYZ52.743.9977.66-
YUV181.89152.9148.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 226 (88.67% from 255) = 37.98%
R=35.29%
G=26.72%
B=37.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101592260.070.3000.11285.6753.675.49
HexD29FE271E0B11e364b
Octal32223734273601343666113
Binary11010010100111111110001011111110010111000111101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FE2; }

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

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

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

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

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

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

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

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