Shades of Wisteria #D89CEB
Tints of Wisteria #D89CEB
RGB
CMYK
RGB Variations
Color information
#D89CEB (or 0xD89CEB) is known color: Wisteria. HEX triplet: D8, 9C and EB. RGB value is (216,156,235). Sum of RGB (Red+Green+Blue) = 216+156+235=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #D89CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89CEB is #276314. Grayscale: #B6B6B6. Windows color (decimal): -2581269 or 15441112. OLE color: 15441112.
HSL color Cylindrical-coordinate representation of color #D89CEB: hue angle of 285.57º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D89CEB is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 156 | 235 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.08 |
| HSL | 285.57º | 0.66% | 0.77% | - |
| HSV(B) | 285.57º | 0.34% | 0.92% | - |
| XYZ | 55.2 | 44.37 | 84.25 | - |
| YUV | 182.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 235 | 0.08 | 0.34 | 0 | 0.08 | 285.57 | 0.66 | 0.77 |
| Hex | D8 | 9C | EB | 8 | 22 | 0 | 8 | 11E | 42 | 4D |
| Octal | 330 | 234 | 353 | 10 | 42 | 0 | 10 | 436 | 102 | 115 |
| Binary | 11011000 | 10011100 | 11101011 | 1000 | 100010 | 0 | 1000 | 100011110 | 1000010 | 1001101 |
Color Harmonies of #D89CEB
Complementary color
Monochromatic Colors of #D89CEB
Black with #D89CEB
Text Example
Text Example
White with #D89CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CEB; }
p { color: rgb(216,156,235); }
H1.HeaderClassName
{
color: #D89CEB;
}
.AnyTagClassName
{
color: #D89CEB;
}
</style>
background-color css
<style>
a { background-color: #D89CEB; }
a { background-color: rgb(216,156,235); }
div.DivClassName
{
background-color: #D89CEB;
}
.BgClassName
{
background-color: #D89CEB;
}
</style>
border-color css
<style>
span { border-color: #D89CEB; }
span { border-color: rgb(216,156,235); }
td.TdClassName
{
border-color: #D89CEB;
}
.TagClassName
{
border-color: #D89CEB;
}
</style>