#D99FEB

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

Shades of Wisteria #D99FEB

Tints of Wisteria #D99FEB

Color information

#D99FEB (or 0xD99FEB) is unknown color: approx Wisteria. HEX triplet: D9, 9F and EB. RGB value is (217,159,235). Sum of RGB (Red+Green+Blue) = 217+159+235=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #D99FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99FEB is #266014. Grayscale: #B8B8B8. Windows color (decimal): -2514965 or 15441881. OLE color: 15441881.

HSL color Cylindrical-coordinate representation of color #D99FEB: hue angle of 285.79º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99FEB is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217159235-
CMYK0.080.3200.08
HSL285.79º65.52%77.25%-
HSV(B)285.79º32.34%92.16%-
XYZ56.0145.5584.44-
YUV185.01156.22150.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.52%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=35.52%
G=26.02%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171592350.080.3200.08285.7965.5277.25
HexD99FEB8200811e424d
Octal3312373531040010436102115
Binary11011001100111111110101110001000000100010001111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FEB; }

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

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

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

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

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

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

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

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