#d99bee

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

Shades of Wisteria #D99BEE

Tints of Wisteria #D99BEE

Color information

#D99BEE (or 0xD99BEE) is unknown color: approx Wisteria. HEX triplet: D9, 9B and EE. RGB value is (217,155,238). Sum of RGB (Red+Green+Blue) = 217+155+238=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #D99BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BEE is #266411. Grayscale: #B6B6B6. Windows color (decimal): -2515986 or 15637465. OLE color: 15637465.

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

Color convert

RGB217155238-
CMYK0.090.3500.07
HSL284.82º70.94%77.06%-
HSV(B)284.82º34.87%93.33%-
XYZ55.7744.3786.51-
YUV183159.04152.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.57%
GREEN value IS 155 (60.94% from 255) = 25.41%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=35.57%
G=25.41%
B=39.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171552380.090.3500.07284.8270.9477.06
HexD99BEE9230711d474d
Octal331233356114307435107115
Binary1101100110011011111011101001100011011110001110110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d99bee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d99bee; }

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

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

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

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

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

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

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

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