#D18AE1

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

Shades of Wisteria #D18AE1

Tints of Wisteria #D18AE1

Color information

#D18AE1 (or 0xD18AE1) is unknown color: approx Wisteria. HEX triplet: D1, 8A and E1. RGB value is (209,138,225). Sum of RGB (Red+Green+Blue) = 209+138+225=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #D18AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AE1 is #2E751E. Grayscale: #A8A8A8. Windows color (decimal): -3044639 or 14781137. OLE color: 14781137.

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

Color convert

RGB209138225-
CMYK0.070.3900.12
HSL288.97º59.18%71.18%-
HSV(B)288.97º38.67%88.24%-
XYZ48.9737.1775.83-
YUV169.15159.52156.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.54%
GREEN value IS 138 (54.30% from 255) = 24.13%
BLUE value IS 225 (88.28% from 255) = 39.34%
R=36.54%
G=24.13%
B=39.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091382250.070.3900.12288.9759.1871.18
HexD18AE17270C1213b47
Octal32121234174701444173107
Binary110100011000101011100001111100111011001001000011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18AE1; }

 p { color: rgb(209,138,225); }

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

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

 a { background-color: rgb(209,138,225); }

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

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

 span { border-color: rgb(209,138,225); }

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