#D19BDA

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

Shades of Wisteria #D19BDA

Tints of Wisteria #D19BDA

Color information

#D19BDA (or 0xD19BDA) is unknown color: approx Wisteria. HEX triplet: D1, 9B and DA. RGB value is (209,155,218). Sum of RGB (Red+Green+Blue) = 209+155+218=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #D19BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BDA is #2E6425. Grayscale: #B2B2B2. Windows color (decimal): -3040294 or 14326737. OLE color: 14326737.

HSL color Cylindrical-coordinate representation of color #D19BDA: hue angle of 291.43º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D19BDA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209155218-
CMYK0.040.2900.15
HSL291.43º45.99%73.14%-
HSV(B)291.43º28.9%85.49%-
XYZ50.6742.0671.78-
YUV178.33150.39149.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 155 (60.94% from 255) = 26.63%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=35.91%
G=26.63%
B=37.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091552180.040.2900.15291.4345.9973.14
HexD19BDA41D0F1232e49
Octal32123333243501744356111
Binary11010001100110111101101010011101011111001000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19BDA; }

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

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

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

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

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

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

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

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