#D18FEA

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

Shades of Wisteria #D18FEA

Tints of Wisteria #D18FEA

Color information

#D18FEA (or 0xD18FEA) is unknown color: approx Wisteria. HEX triplet: D1, 8F and EA. RGB value is (209,143,234). Sum of RGB (Red+Green+Blue) = 209+143+234=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #D18FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18FEA is #2E7015. Grayscale: #ACACAC. Windows color (decimal): -3043350 or 15372241. OLE color: 15372241.

HSL color Cylindrical-coordinate representation of color #D18FEA: hue angle of 283.52º degrees, saturation: 0.68, 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 #D18FEA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209143234-
CMYK0.110.3900.08
HSL283.52º68.42%73.92%-
HSV(B)283.52º38.89%91.76%-
XYZ50.9739.1482.71-
YUV173.11162.37153.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.67%
GREEN value IS 143 (56.25% from 255) = 24.40%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=35.67%
G=24.40%
B=39.93%

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
Decimal2091432340.110.3900.08283.5268.4273.92
HexD18FEAB270811c444a
Octal3212173521347010434104112
Binary11010001100011111110101010111001110100010001110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18FEA; }

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

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

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

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

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

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

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

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