Shades of Wisteria #D99EED
Tints of Wisteria #D99EED
RGB
CMYK
RGB Variations
Color information
#D99EED (or 0xD99EED) is known color: Wisteria. HEX triplet: D9, 9E and ED. RGB value is (217,158,237). Sum of RGB (Red+Green+Blue) = 217+158+237=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #D99EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EED is #266112. Grayscale: #B8B8B8. Windows color (decimal): -2515219 or 15572697. OLE color: 15572697.
HSL color Cylindrical-coordinate representation of color #D99EED: hue angle of 284.81º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99EED is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 158 | 237 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.07 |
| HSL | 284.81º | 0.69% | 0.77% | - |
| HSV(B) | 284.81º | 0.33% | 0.93% | - |
| XYZ | 56.13 | 45.32 | 85.91 | - |
| YUV | 184.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 237 | 0.08 | 0.33 | 0 | 0.07 | 284.81 | 0.69 | 0.77 |
| Hex | D9 | 9E | ED | 8 | 21 | 0 | 7 | 11D | 45 | 4D |
| Octal | 331 | 236 | 355 | 10 | 41 | 0 | 7 | 435 | 105 | 115 |
| Binary | 11011001 | 10011110 | 11101101 | 1000 | 100001 | 0 | 111 | 100011101 | 1000101 | 1001101 |
Color Harmonies of #D99EED
Complementary color
Monochromatic Colors of #D99EED
Black with #D99EED
Text Example
Text Example
White with #D99EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99EED; }
p { color: rgb(217,158,237); }
H1.HeaderClassName
{
color: #D99EED;
}
.AnyTagClassName
{
color: #D99EED;
}
</style>
background-color css
<style>
a { background-color: #D99EED; }
a { background-color: rgb(217,158,237); }
div.DivClassName
{
background-color: #D99EED;
}
.BgClassName
{
background-color: #D99EED;
}
</style>
border-color css
<style>
span { border-color: #D99EED; }
span { border-color: rgb(217,158,237); }
td.TdClassName
{
border-color: #D99EED;
}
.TagClassName
{
border-color: #D99EED;
}
</style>