#D19EE0

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

Shades of Wisteria #D19EE0

Tints of Wisteria #D19EE0

Color information

#D19EE0 (or 0xD19EE0) is unknown color: approx Wisteria. HEX triplet: D1, 9E and E0. RGB value is (209,158,224). Sum of RGB (Red+Green+Blue) = 209+158+224=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #D19EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19EE0 is #2E611F. Grayscale: #B4B4B4. Windows color (decimal): -3039520 or 14720721. OLE color: 14720721.

HSL color Cylindrical-coordinate representation of color #D19EE0: hue angle of 286.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D19EE0 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209158224-
CMYK0.070.2900.12
HSL286.36º51.56%74.9%-
HSV(B)286.36º29.46%87.84%-
XYZ51.9843.3976.16-
YUV180.77152.4148.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.36%
GREEN value IS 158 (62.11% from 255) = 26.73%
BLUE value IS 224 (87.89% from 255) = 37.90%
R=35.36%
G=26.73%
B=37.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091582240.070.2900.12286.3651.5674.9
HexD19EE071D0C11e344b
Octal32123634073501443664113
Binary11010001100111101110000011111101011001000111101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19EE0; }

 p { color: rgb(209,158,224); }

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

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

 a { background-color: rgb(209,158,224); }

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

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

 span { border-color: rgb(209,158,224); }

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