#D18DDE

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

Shades of Wisteria #D18DDE

Tints of Wisteria #D18DDE

Color information

#D18DDE (or 0xD18DDE) is unknown color: approx Wisteria. HEX triplet: D1, 8D and DE. RGB value is (209,141,222). Sum of RGB (Red+Green+Blue) = 209+141+222=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #D18DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DDE is #2E7221. Grayscale: #AAAAAA. Windows color (decimal): -3043874 or 14585297. OLE color: 14585297.

HSL color Cylindrical-coordinate representation of color #D18DDE: hue angle of 290.37º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D18DDE is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209141222-
CMYK0.060.3600.13
HSL290.37º55.1%71.18%-
HSV(B)290.37º36.49%87.06%-
XYZ4937.8873.84-
YUV170.57157.03155.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.54%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=36.54%
G=24.65%
B=38.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091412220.060.3600.13290.3755.171.18
HexD18DDE6240D1223747
Octal32121533664401544267107
Binary110100011000110111011110110100100011011001000101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18DDE; }

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

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

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

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

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

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

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

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