#D29FDB

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

Shades of Wisteria #D29FDB

Tints of Wisteria #D29FDB

Color information

#D29FDB (or 0xD29FDB) is unknown color: approx Wisteria. HEX triplet: D2, 9F and DB. RGB value is (210,159,219). Sum of RGB (Red+Green+Blue) = 210+159+219=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #D29FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FDB is #2D6024. Grayscale: #B4B4B4. Windows color (decimal): -2973733 or 14393298. OLE color: 14393298.

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

Color convert

RGB210159219-
CMYK0.040.2700.14
HSL291º45.45%74.12%-
HSV(B)291º27.4%85.88%-
XYZ51.7643.6172.71-
YUV181.09149.4148.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.71%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=35.71%
G=27.04%
B=37.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101592190.040.2700.1429145.4574.12
HexD29FDB41B0E1232d4a
Octal32223733343301644355112
Binary11010010100111111101101110011011011101001000111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FDB; }

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

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

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

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

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

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

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

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