Shades of Wisteria #D99BED
Tints of Wisteria #D99BED
RGB
CMYK
RGB Variations
Color information
#D99BED (or 0xD99BED) is known color: Wisteria. HEX triplet: D9, 9B and ED. RGB value is (217,155,237). Sum of RGB (Red+Green+Blue) = 217+155+237=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #D99BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BED is #266412. Grayscale: #B6B6B6. Windows color (decimal): -2515987 or 15571929. OLE color: 15571929.
HSL color Cylindrical-coordinate representation of color #D99BED: hue angle of 285.37º degrees, saturation: 0.69, 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 #D99BED is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 155 | 237 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.07 |
| HSL | 285.37º | 0.69% | 0.77% | - |
| HSV(B) | 285.37º | 0.35% | 0.93% | - |
| XYZ | 55.62 | 44.31 | 85.74 | - |
| YUV | 182.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 237 | 0.08 | 0.35 | 0 | 0.07 | 285.37 | 0.69 | 0.77 |
| Hex | D9 | 9B | ED | 8 | 23 | 0 | 7 | 11D | 45 | 4D |
| Octal | 331 | 233 | 355 | 10 | 43 | 0 | 7 | 435 | 105 | 115 |
| Binary | 11011001 | 10011011 | 11101101 | 1000 | 100011 | 0 | 111 | 100011101 | 1000101 | 1001101 |
Color Harmonies of #D99BED
Complementary color
Monochromatic Colors of #D99BED
Black with #D99BED
Text Example
Text Example
White with #D99BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BED; }
p { color: rgb(217,155,237); }
H1.HeaderClassName
{
color: #D99BED;
}
.AnyTagClassName
{
color: #D99BED;
}
</style>
background-color css
<style>
a { background-color: #D99BED; }
a { background-color: rgb(217,155,237); }
div.DivClassName
{
background-color: #D99BED;
}
.BgClassName
{
background-color: #D99BED;
}
</style>
border-color css
<style>
span { border-color: #D99BED; }
span { border-color: rgb(217,155,237); }
td.TdClassName
{
border-color: #D99BED;
}
.TagClassName
{
border-color: #D99BED;
}
</style>