#D99BEB

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

Shades of Wisteria #D99BEB

Tints of Wisteria #D99BEB

Color information

#D99BEB (or 0xD99BEB) is unknown color: approx Wisteria. HEX triplet: D9, 9B and EB. RGB value is (217,155,235). Sum of RGB (Red+Green+Blue) = 217+155+235=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #D99BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BEB is #266414. Grayscale: #B6B6B6. Windows color (decimal): -2515989 or 15440857. OLE color: 15440857.

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

Color convert

RGB217155235-
CMYK0.080.3400.08
HSL286.5º66.67%76.47%-
HSV(B)286.5º34.04%92.16%-
XYZ55.3344.1984.21-
YUV182.66157.54152.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.75%
GREEN value IS 155 (60.94% from 255) = 25.54%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=35.75%
G=25.54%
B=38.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171552350.080.3400.08286.566.6776.47
HexD99BEB8220811e434c
Octal3312333531042010436103114
Binary11011001100110111110101110001000100100010001111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99BEB; }

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

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

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

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

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

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

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

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