Shades of Wisteria #D89BEC
Tints of Wisteria #D89BEC
RGB
CMYK
RGB Variations
Color information
#D89BEC (or 0xD89BEC) is known color: Wisteria. HEX triplet: D8, 9B and EC. RGB value is (216,155,236). Sum of RGB (Red+Green+Blue) = 216+155+236=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #D89BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89BEC is #276413. Grayscale: #B6B6B6. Windows color (decimal): -2581524 or 15506392. OLE color: 15506392.
HSL color Cylindrical-coordinate representation of color #D89BEC: hue angle of 285.19º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D89BEC is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 155 | 236 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.07 |
| HSL | 285.19º | 0.68% | 0.77% | - |
| HSV(B) | 285.19º | 0.34% | 0.93% | - |
| XYZ | 55.18 | 44.1 | 84.96 | - |
| YUV | 182.47 | 158.21 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 236 | 0.08 | 0.34 | 0 | 0.07 | 285.19 | 0.68 | 0.77 |
| Hex | D8 | 9B | EC | 8 | 22 | 0 | 7 | 11D | 44 | 4D |
| Octal | 330 | 233 | 354 | 10 | 42 | 0 | 7 | 435 | 104 | 115 |
| Binary | 11011000 | 10011011 | 11101100 | 1000 | 100010 | 0 | 111 | 100011101 | 1000100 | 1001101 |
Color Harmonies of #D89BEC
Complementary color
Monochromatic Colors of #D89BEC
Black with #D89BEC
Text Example
Text Example
White with #D89BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BEC; }
p { color: rgb(216,155,236); }
H1.HeaderClassName
{
color: #D89BEC;
}
.AnyTagClassName
{
color: #D89BEC;
}
</style>
background-color css
<style>
a { background-color: #D89BEC; }
a { background-color: rgb(216,155,236); }
div.DivClassName
{
background-color: #D89BEC;
}
.BgClassName
{
background-color: #D89BEC;
}
</style>
border-color css
<style>
span { border-color: #D89BEC; }
span { border-color: rgb(216,155,236); }
td.TdClassName
{
border-color: #D89BEC;
}
.TagClassName
{
border-color: #D89BEC;
}
</style>