#D88DEC

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

Shades of Wisteria #D88DEC

Tints of Wisteria #D88DEC

Color information

#D88DEC (or 0xD88DEC) is unknown color: approx Wisteria. HEX triplet: D8, 8D and EC. RGB value is (216,141,236). Sum of RGB (Red+Green+Blue) = 216+141+236=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #D88DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88DEC is #277213. Grayscale: #ADADAD. Windows color (decimal): -2585108 or 15502808. OLE color: 15502808.

HSL color Cylindrical-coordinate representation of color #D88DEC: hue angle of 287.37º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88DEC is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216141236-
CMYK0.080.4000.07
HSL287.37º71.43%73.92%-
HSV(B)287.37º40.25%92.55%-
XYZ52.9839.784.23-
YUV174.26162.85157.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.42%
GREEN value IS 141 (55.47% from 255) = 23.78%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=36.42%
G=23.78%
B=39.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161412360.080.4000.07287.3771.4373.92
HexD88DEC8280711f474a
Octal330215354105007437107112
Binary1101100010001101111011001000101000011110001111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DEC; }

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

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

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

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

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

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

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

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