#D29FE1

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

Shades of Wisteria #D29FE1

Tints of Wisteria #D29FE1

Color information

#D29FE1 (or 0xD29FE1) is unknown color: approx Wisteria. HEX triplet: D2, 9F and E1. RGB value is (210,159,225). Sum of RGB (Red+Green+Blue) = 210+159+225=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #D29FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FE1 is #2D601E. Grayscale: #B5B5B5. Windows color (decimal): -2973727 or 14786514. OLE color: 14786514.

HSL color Cylindrical-coordinate representation of color #D29FE1: hue angle of 286.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29FE1 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB210159225-
CMYK0.070.2900.12
HSL286.36º52.38%75.29%-
HSV(B)286.36º29.33%88.24%-
XYZ52.5743.9376.94-
YUV181.77152.4148.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.35%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 225 (88.28% from 255) = 37.88%
R=35.35%
G=26.77%
B=37.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101592250.070.2900.12286.3652.3875.29
HexD29FE171D0C11e344b
Octal32223734173501443664113
Binary11010010100111111110000111111101011001000111101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FE1; }

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

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

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

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

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

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

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

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