#D895EC

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

Shades of Wisteria #D895EC

Tints of Wisteria #D895EC

Color information

#D895EC (or 0xD895EC) is unknown color: approx Wisteria. HEX triplet: D8, 95 and EC. RGB value is (216,149,236). Sum of RGB (Red+Green+Blue) = 216+149+236=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #D895EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D895EC is #276A13. Grayscale: #B2B2B2. Windows color (decimal): -2583060 or 15504856. OLE color: 15504856.

HSL color Cylindrical-coordinate representation of color #D895EC: hue angle of 286.21º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D895EC is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216149236-
CMYK0.080.3700.07
HSL286.21º69.6%75.49%-
HSV(B)286.21º36.86%92.55%-
XYZ54.2142.1584.64-
YUV178.95160.2154.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.94%
GREEN value IS 149 (58.59% from 255) = 24.79%
BLUE value IS 236 (92.58% from 255) = 39.27%
R=35.94%
G=24.79%
B=39.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161492360.080.3700.07286.2169.675.49
HexD895EC8250711e464b
Octal330225354104507436106113
Binary1101100010010101111011001000100101011110001111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D895EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D895EC; }

 p { color: rgb(216,149,236); }

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

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

 a { background-color: rgb(216,149,236); }

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

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

 span { border-color: rgb(216,149,236); }

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