#D19ADD

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

Shades of Wisteria #D19ADD

Tints of Wisteria #D19ADD

Color information

#D19ADD (or 0xD19ADD) is unknown color: approx Wisteria. HEX triplet: D1, 9A and DD. RGB value is (209,154,221). Sum of RGB (Red+Green+Blue) = 209+154+221=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #D19ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19ADD is #2E6522. Grayscale: #B1B1B1. Windows color (decimal): -3040547 or 14523089. OLE color: 14523089.

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

Color convert

RGB209154221-
CMYK0.050.3000.13
HSL289.25º49.63%73.53%-
HSV(B)289.25º30.32%86.67%-
XYZ50.941.8973.81-
YUV178.08152.22150.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.79%
GREEN value IS 154 (60.55% from 255) = 26.37%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=35.79%
G=26.37%
B=37.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091542210.050.3000.13289.2549.6373.53
HexD19ADD51E0D121324a
Octal32123233553601544162112
Binary11010001100110101101110110111110011011001000011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19ADD; }

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

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

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

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

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

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

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

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