#D99BF0

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

Shades of Wisteria #D99BF0

Tints of Wisteria #D99BF0

Color information

#D99BF0 (or 0xD99BF0) is unknown color: approx Wisteria. HEX triplet: D9, 9B and F0. RGB value is (217,155,240). Sum of RGB (Red+Green+Blue) = 217+155+240=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #D99BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BF0 is #26640F. Grayscale: #B6B6B6. Windows color (decimal): -2515984 or 15768537. OLE color: 15768537.

HSL color Cylindrical-coordinate representation of color #D99BF0: hue angle of 283.76º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D99BF0 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217155240-
CMYK0.100.3500.06
HSL283.76º73.91%77.45%-
HSV(B)283.76º35.42%94.12%-
XYZ56.0644.4988.07-
YUV183.23160.04152.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 155 (60.94% from 255) = 25.33%
BLUE value IS 240 (94.14% from 255) = 39.22%
R=35.46%
G=25.33%
B=39.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171552400.100.3500.06283.7673.9177.45
HexD99BF0A230611c4a4d
Octal331233360124306434112115
Binary1101100110011011111100001010100011011010001110010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99BF0; }

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

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

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

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

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

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

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

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