#D18FDF

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

Shades of Wisteria #D18FDF

Tints of Wisteria #D18FDF

Color information

#D18FDF (or 0xD18FDF) is unknown color: approx Wisteria. HEX triplet: D1, 8F and DF. RGB value is (209,143,223). Sum of RGB (Red+Green+Blue) = 209+143+223=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #D18FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FDF is #2E7020. Grayscale: #ABABAB. Windows color (decimal): -3043361 or 14651345. OLE color: 14651345.

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

Color convert

RGB209143223-
CMYK0.060.3600.13
HSL289.5º55.56%71.76%-
HSV(B)289.5º35.87%87.45%-
XYZ49.4438.5374.64-
YUV171.85156.87154.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.35%
GREEN value IS 143 (56.25% from 255) = 24.87%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=36.35%
G=24.87%
B=38.78%

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
Decimal2091432230.060.3600.13289.555.5671.76
HexD18FDF6240D1223848
Octal32121733764401544270110
Binary110100011000111111011111110100100011011001000101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18FDF; }

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

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

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

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

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

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

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

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