#D18DED

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

Shades of Wisteria #D18DED

Tints of Wisteria #D18DED

Color information

#D18DED (or 0xD18DED) is unknown color: approx Wisteria. HEX triplet: D1, 8D and ED. RGB value is (209,141,237). Sum of RGB (Red+Green+Blue) = 209+141+237=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #D18DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18DED is #2E7212. Grayscale: #ABABAB. Windows color (decimal): -3043859 or 15568337. OLE color: 15568337.

HSL color Cylindrical-coordinate representation of color #D18DED: hue angle of 282.5º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D18DED is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209141237-
CMYK0.120.4100.07
HSL282.5º72.73%74.12%-
HSV(B)282.5º40.51%92.94%-
XYZ51.1138.7284.9-
YUV172.28164.53154.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.60%
GREEN value IS 141 (55.47% from 255) = 24.02%
BLUE value IS 237 (92.97% from 255) = 40.37%
R=35.60%
G=24.02%
B=40.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091412370.120.4100.07282.572.7374.12
HexD18DEDC290711a494a
Octal321215355145107432111112
Binary1101000110001101111011011100101001011110001101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18DED; }

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

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

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

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

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

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

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

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