#D19DDC

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

Shades of Wisteria #D19DDC

Tints of Wisteria #D19DDC

Color information

#D19DDC (or 0xD19DDC) is unknown color: approx Wisteria. HEX triplet: D1, 9D and DC. RGB value is (209,157,220). Sum of RGB (Red+Green+Blue) = 209+157+220=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #D19DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DDC is #2E6223. Grayscale: #B3B3B3. Windows color (decimal): -3039780 or 14458321. OLE color: 14458321.

HSL color Cylindrical-coordinate representation of color #D19DDC: hue angle of 289.52º 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 #D19DDC is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209157220-
CMYK0.050.2900.14
HSL289.52º47.37%73.92%-
HSV(B)289.52º28.64%86.27%-
XYZ51.2742.8473.28-
YUV179.73150.73148.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.67%
GREEN value IS 157 (61.72% from 255) = 26.79%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=35.67%
G=26.79%
B=37.54%

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
Decimal2091572200.050.2900.14289.5247.3773.92
HexD19DDC51D0E1222f4a
Octal32123533453501644257112
Binary11010001100111011101110010111101011101001000101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19DDC; }

 p { color: rgb(209,157,220); }

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

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

 a { background-color: rgb(209,157,220); }

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

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

 span { border-color: rgb(209,157,220); }

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