Shades of Wisteria #D89FEB
Tints of Wisteria #D89FEB
RGB
CMYK
RGB Variations
Color information
#D89FEB (or 0xD89FEB) is known color: Wisteria. HEX triplet: D8, 9F and EB. RGB value is (216,159,235). Sum of RGB (Red+Green+Blue) = 216+159+235=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #D89FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89FEB is #276014. Grayscale: #B8B8B8. Windows color (decimal): -2580501 or 15441880. OLE color: 15441880.
HSL color Cylindrical-coordinate representation of color #D89FEB: hue angle of 285º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D89FEB is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 159 | 235 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.08 |
| HSL | 285º | 0.66% | 0.77% | - |
| HSV(B) | 285º | 0.32% | 0.92% | - |
| XYZ | 55.71 | 45.39 | 84.42 | - |
| YUV | 184.71 | 156.38 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 235 | 0.08 | 0.32 | 0 | 0.08 | 285 | 0.66 | 0.77 |
| Hex | D8 | 9F | EB | 8 | 20 | 0 | 8 | 11D | 42 | 4D |
| Octal | 330 | 237 | 353 | 10 | 40 | 0 | 10 | 435 | 102 | 115 |
| Binary | 11011000 | 10011111 | 11101011 | 1000 | 100000 | 0 | 1000 | 100011101 | 1000010 | 1001101 |
Color Harmonies of #D89FEB
Complementary color
Monochromatic Colors of #D89FEB
Black with #D89FEB
Text Example
Text Example
White with #D89FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FEB; }
p { color: rgb(216,159,235); }
H1.HeaderClassName
{
color: #D89FEB;
}
.AnyTagClassName
{
color: #D89FEB;
}
</style>
background-color css
<style>
a { background-color: #D89FEB; }
a { background-color: rgb(216,159,235); }
div.DivClassName
{
background-color: #D89FEB;
}
.BgClassName
{
background-color: #D89FEB;
}
</style>
border-color css
<style>
span { border-color: #D89FEB; }
span { border-color: rgb(216,159,235); }
td.TdClassName
{
border-color: #D89FEB;
}
.TagClassName
{
border-color: #D89FEB;
}
</style>