#D19CDD

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

Shades of Wisteria #D19CDD

Tints of Wisteria #D19CDD

Color information

#D19CDD (or 0xD19CDD) is unknown color: approx Wisteria. HEX triplet: D1, 9C and DD. RGB value is (209,156,221). Sum of RGB (Red+Green+Blue) = 209+156+221=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #D19CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19CDD is #2E6322. Grayscale: #B3B3B3. Windows color (decimal): -3040035 or 14523601. OLE color: 14523601.

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

Color convert

RGB209156221-
CMYK0.050.2900.13
HSL288.92º48.87%73.92%-
HSV(B)288.92º29.41%86.67%-
XYZ51.2342.5573.92-
YUV179.26151.56149.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.67%
GREEN value IS 156 (61.33% from 255) = 26.62%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=35.67%
G=26.62%
B=37.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091562210.050.2900.13288.9248.8773.92
HexD19CDD51D0D121314a
Octal32123433553501544161112
Binary11010001100111001101110110111101011011001000011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19CDD; }

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

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

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

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

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

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

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

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