#D18FEB

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

Shades of Wisteria #D18FEB

Tints of Wisteria #D18FEB

Color information

#D18FEB (or 0xD18FEB) is unknown color: approx Wisteria. HEX triplet: D1, 8F and EB. RGB value is (209,143,235). Sum of RGB (Red+Green+Blue) = 209+143+235=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #D18FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18FEB is #2E7014. Grayscale: #ACACAC. Windows color (decimal): -3043349 or 15437777. OLE color: 15437777.

HSL color Cylindrical-coordinate representation of color #D18FEB: hue angle of 283.04º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D18FEB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209143235-
CMYK0.110.3900.08
HSL283.04º69.7%74.12%-
HSV(B)283.04º39.15%92.16%-
XYZ51.1139.283.47-
YUV173.22162.87153.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.60%
GREEN value IS 143 (56.25% from 255) = 24.36%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=35.60%
G=24.36%
B=40.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091432350.110.3900.08283.0469.774.12
HexD18FEBB270811b464a
Octal3212173531347010433106112
Binary11010001100011111110101110111001110100010001101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18FEB; }

 p { color: rgb(209,143,235); }

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

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

 a { background-color: rgb(209,143,235); }

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

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

 span { border-color: rgb(209,143,235); }

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