#D19CDA

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

Shades of Wisteria #D19CDA

Tints of Wisteria #D19CDA

Color information

#D19CDA (or 0xD19CDA) is unknown color: approx Wisteria. HEX triplet: D1, 9C and DA. RGB value is (209,156,218). Sum of RGB (Red+Green+Blue) = 209+156+218=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #D19CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19CDA is #2E6325. Grayscale: #B2B2B2. Windows color (decimal): -3040038 or 14326993. OLE color: 14326993.

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

Color convert

RGB209156218-
CMYK0.040.2800.15
HSL291.29º45.59%73.33%-
HSV(B)291.29º28.44%85.49%-
XYZ50.8442.3971.83-
YUV178.92150.06149.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.85%
GREEN value IS 156 (61.33% from 255) = 26.76%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=35.85%
G=26.76%
B=37.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091562180.040.2800.15291.2945.5973.33
HexD19CDA41C0F1232e49
Octal32123433243401744356111
Binary11010001100111001101101010011100011111001000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19CDA; }

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

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

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

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

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

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

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

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