Shades of Wisteria #D99BF0
Tints of Wisteria #D99BF0
RGB
CMYK
RGB Variations
Color information
#D99BF0 (or 0xD99BF0) is known color: 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
| RGB | 217 | 155 | 240 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.06 |
| HSL | 283.76º | 0.74% | 0.77% | - |
| HSV(B) | 283.76º | 0.35% | 0.94% | - |
| XYZ | 56.06 | 44.49 | 88.07 | - |
| YUV | 183.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 240 | 0.10 | 0.35 | 0 | 0.06 | 283.76 | 0.74 | 0.77 |
| Hex | D9 | 9B | F0 | A | 23 | 0 | 6 | 11C | 4A | 4D |
| Octal | 331 | 233 | 360 | 12 | 43 | 0 | 6 | 434 | 112 | 115 |
| Binary | 11011001 | 10011011 | 11110000 | 1010 | 100011 | 0 | 110 | 100011100 | 1001010 | 1001101 |
Color Harmonies of #D99BF0
Complementary color
Monochromatic Colors of #D99BF0
Black with #D99BF0
Text Example
Text Example
White with #D99BF0
Text Example
Text Example
HTML Codes & Css Web 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>