#D19BDB

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

Shades of Wisteria #D19BDB

Tints of Wisteria #D19BDB

Color information

#D19BDB (or 0xD19BDB) is unknown color: approx Wisteria. HEX triplet: D1, 9B and DB. RGB value is (209,155,219). Sum of RGB (Red+Green+Blue) = 209+155+219=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #D19BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BDB is #2E6424. Grayscale: #B2B2B2. Windows color (decimal): -3040293 or 14392273. OLE color: 14392273.

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

Color convert

RGB209155219-
CMYK0.050.2900.14
HSL290.62º47.06%73.33%-
HSV(B)290.62º29.22%85.88%-
XYZ50.842.1172.47-
YUV178.44150.89149.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.85%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 219 (85.94% from 255) = 37.56%
R=35.85%
G=26.59%
B=37.56%

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
Decimal2091552190.050.2900.14290.6247.0673.33
HexD19BDB51D0E1232f49
Octal32123333353501644357111
Binary11010001100110111101101110111101011101001000111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19BDB; }

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

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

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

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

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

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

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

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