Shades of Wisteria #D89FED
Tints of Wisteria #D89FED
RGB
CMYK
RGB Variations
Color information
#D89FED (or 0xD89FED) is known color: Wisteria. HEX triplet: D8, 9F and ED. RGB value is (216,159,237). Sum of RGB (Red+Green+Blue) = 216+159+237=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 159 (62.5% from 255 or 25.98% 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 #D89FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89FED is #276012. Grayscale: #B8B8B8. Windows color (decimal): -2580499 or 15572952. OLE color: 15572952.
HSL color Cylindrical-coordinate representation of color #D89FED: hue angle of 283.85º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D89FED is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 159 | 237 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.07 |
| HSL | 283.85º | 0.68% | 0.78% | - |
| HSV(B) | 283.85º | 0.33% | 0.93% | - |
| XYZ | 56 | 45.51 | 85.95 | - |
| YUV | 184.94 | 157.38 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 237 | 0.09 | 0.33 | 0 | 0.07 | 283.85 | 0.68 | 0.78 |
| Hex | D8 | 9F | ED | 9 | 21 | 0 | 7 | 11C | 44 | 4E |
| Octal | 330 | 237 | 355 | 11 | 41 | 0 | 7 | 434 | 104 | 116 |
| Binary | 11011000 | 10011111 | 11101101 | 1001 | 100001 | 0 | 111 | 100011100 | 1000100 | 1001110 |
Color Harmonies of #D89FED
Complementary color
Monochromatic Colors of #D89FED
Black with #D89FED
Text Example
Text Example
White with #D89FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FED; }
p { color: rgb(216,159,237); }
H1.HeaderClassName
{
color: #D89FED;
}
.AnyTagClassName
{
color: #D89FED;
}
</style>
background-color css
<style>
a { background-color: #D89FED; }
a { background-color: rgb(216,159,237); }
div.DivClassName
{
background-color: #D89FED;
}
.BgClassName
{
background-color: #D89FED;
}
</style>
border-color css
<style>
span { border-color: #D89FED; }
span { border-color: rgb(216,159,237); }
td.TdClassName
{
border-color: #D89FED;
}
.TagClassName
{
border-color: #D89FED;
}
</style>