Shades of Wisteria #D89CEA
Tints of Wisteria #D89CEA
RGB
CMYK
RGB Variations
Color information
#D89CEA (or 0xD89CEA) is known color: Wisteria. HEX triplet: D8, 9C and EA. RGB value is (216,156,234). Sum of RGB (Red+Green+Blue) = 216+156+234=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #D89CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89CEA is #276315. Grayscale: #B6B6B6. Windows color (decimal): -2581270 or 15375576. OLE color: 15375576.
HSL color Cylindrical-coordinate representation of color #D89CEA: hue angle of 286.15º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D89CEA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 156 | 234 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.08 |
| HSL | 286.15º | 0.65% | 0.76% | - |
| HSV(B) | 286.15º | 0.33% | 0.92% | - |
| XYZ | 55.06 | 44.32 | 83.49 | - |
| YUV | 182.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 234 | 0.08 | 0.33 | 0 | 0.08 | 286.15 | 0.65 | 0.76 |
| Hex | D8 | 9C | EA | 8 | 21 | 0 | 8 | 11E | 41 | 4C |
| Octal | 330 | 234 | 352 | 10 | 41 | 0 | 10 | 436 | 101 | 114 |
| Binary | 11011000 | 10011100 | 11101010 | 1000 | 100001 | 0 | 1000 | 100011110 | 1000001 | 1001100 |
Color Harmonies of #D89CEA
Complementary color
Monochromatic Colors of #D89CEA
Black with #D89CEA
Text Example
Text Example
White with #D89CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CEA; }
p { color: rgb(216,156,234); }
H1.HeaderClassName
{
color: #D89CEA;
}
.AnyTagClassName
{
color: #D89CEA;
}
</style>
background-color css
<style>
a { background-color: #D89CEA; }
a { background-color: rgb(216,156,234); }
div.DivClassName
{
background-color: #D89CEA;
}
.BgClassName
{
background-color: #D89CEA;
}
</style>
border-color css
<style>
span { border-color: #D89CEA; }
span { border-color: rgb(216,156,234); }
td.TdClassName
{
border-color: #D89CEA;
}
.TagClassName
{
border-color: #D89CEA;
}
</style>