#D99FEC

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

Shades of Wisteria #D99FEC

Tints of Wisteria #D99FEC

Color information

#D99FEC (or 0xD99FEC) is unknown color: approx Wisteria. HEX triplet: D9, 9F and EC. RGB value is (217,159,236). Sum of RGB (Red+Green+Blue) = 217+159+236=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #D99FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99FEC is #266013. Grayscale: #B8B8B8. Windows color (decimal): -2514964 or 15507417. OLE color: 15507417.

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

Color convert

RGB217159236-
CMYK0.080.3300.07
HSL285.19º66.96%77.45%-
HSV(B)285.19º32.63%92.55%-
XYZ56.1545.685.2-
YUV185.12156.72150.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 159 (62.5% from 255) = 25.98%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=35.46%
G=25.98%
B=38.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171592360.080.3300.07285.1966.9677.45
HexD99FEC8210711d434d
Octal331237354104107435103115
Binary1101100110011111111011001000100001011110001110110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FEC; }

 p { color: rgb(217,159,236); }

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

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

 a { background-color: rgb(217,159,236); }

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

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

 span { border-color: rgb(217,159,236); }

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