#D29ADF

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

Shades of Wisteria #D29ADF

Tints of Wisteria #D29ADF

Color information

#D29ADF (or 0xD29ADF) is unknown color: approx Wisteria. HEX triplet: D2, 9A and DF. RGB value is (210,154,223). Sum of RGB (Red+Green+Blue) = 210+154+223=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #D29ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ADF is #2D6520. Grayscale: #B2B2B2. Windows color (decimal): -2975009 or 14654162. OLE color: 14654162.

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

Color convert

RGB210154223-
CMYK0.060.3100.13
HSL288.7º51.88%73.92%-
HSV(B)288.7º30.94%87.45%-
XYZ51.4542.1475.23-
YUV178.61153.05150.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 154 (60.55% from 255) = 26.24%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=35.78%
G=26.24%
B=37.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101542230.060.3100.13288.751.8873.92
HexD29ADF61F0D121344a
Octal32223233763701544164112
Binary11010010100110101101111111011111011011001000011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29ADF; }

 p { color: rgb(210,154,223); }

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

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

 a { background-color: rgb(210,154,223); }

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

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

 span { border-color: rgb(210,154,223); }

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