#D99DEB

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

Shades of Wisteria #D99DEB

Tints of Wisteria #D99DEB

Color information

#D99DEB (or 0xD99DEB) is unknown color: approx Wisteria. HEX triplet: D9, 9D and EB. RGB value is (217,157,235). Sum of RGB (Red+Green+Blue) = 217+157+235=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #D99DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DEB is #266214. Grayscale: #B7B7B7. Windows color (decimal): -2515477 or 15441369. OLE color: 15441369.

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

Color convert

RGB217157235-
CMYK0.080.3300.08
HSL286.15º66.1%76.86%-
HSV(B)286.15º33.19%92.16%-
XYZ55.6744.8684.32-
YUV183.83156.88151.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 157 (61.72% from 255) = 25.78%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=35.63%
G=25.78%
B=38.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171572350.080.3300.08286.1566.176.86
HexD99DEB8210811e424d
Octal3312353531041010436102115
Binary11011001100111011110101110001000010100010001111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DEB; }

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

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

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

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

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

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

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

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