#D18DE5

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

Shades of Wisteria #D18DE5

Tints of Wisteria #D18DE5

Color information

#D18DE5 (or 0xD18DE5) is unknown color: approx Wisteria. HEX triplet: D1, 8D and E5. RGB value is (209,141,229). Sum of RGB (Red+Green+Blue) = 209+141+229=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #D18DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DE5 is #2E721A. Grayscale: #ABABAB. Windows color (decimal): -3043867 or 15044049. OLE color: 15044049.

HSL color Cylindrical-coordinate representation of color #D18DE5: hue angle of 286.36º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D18DE5 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB209141229-
CMYK0.090.3800.10
HSL286.36º62.86%72.55%-
HSV(B)286.36º38.43%89.8%-
XYZ49.9638.2678.88-
YUV171.36160.53154.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 229 (89.84% from 255) = 39.55%
R=36.10%
G=24.35%
B=39.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2091412290.090.3800.10286.3662.8672.55
HexD18DE59260A11e3f49
Octal321215345114601243677111
Binary1101000110001101111001011001100110010101000111101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18DE5; }

 p { color: rgb(209,141,229); }

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

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

 a { background-color: rgb(209,141,229); }

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

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

 span { border-color: rgb(209,141,229); }

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