#D19CDB

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

Shades of Wisteria #D19CDB

Tints of Wisteria #D19CDB

Color information

#D19CDB (or 0xD19CDB) is unknown color: approx Wisteria. HEX triplet: D1, 9C and DB. RGB value is (209,156,219). Sum of RGB (Red+Green+Blue) = 209+156+219=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #D19CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19CDB is #2E6324. Grayscale: #B2B2B2. Windows color (decimal): -3040037 or 14392529. OLE color: 14392529.

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

Color convert

RGB209156219-
CMYK0.050.2900.14
HSL290.48º46.67%73.53%-
HSV(B)290.48º28.77%85.88%-
XYZ50.9742.4572.52-
YUV179.03150.56149.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.79%
GREEN value IS 156 (61.33% from 255) = 26.71%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=35.79%
G=26.71%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091562190.050.2900.14290.4846.6773.53
HexD19CDB51D0E1222f4a
Octal32123433353501644257112
Binary11010001100111001101101110111101011101001000101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19CDB; }

 p { color: rgb(209,156,219); }

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

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

 a { background-color: rgb(209,156,219); }

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

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

 span { border-color: rgb(209,156,219); }

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