Shades of Wisteria #D89BF2
Tints of Wisteria #D89BF2
RGB
CMYK
RGB Variations
Color information
#D89BF2 (or 0xD89BF2) is known color: Wisteria. HEX triplet: D8, 9B and F2. RGB value is (216,155,242). Sum of RGB (Red+Green+Blue) = 216+155+242=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #D89BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89BF2 is #27640D. Grayscale: #B6B6B6. Windows color (decimal): -2581518 or 15899608. OLE color: 15899608.
HSL color Cylindrical-coordinate representation of color #D89BF2: hue angle of 282.07º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D89BF2 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 155 | 242 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.05 |
| HSL | 282.07º | 0.77% | 0.78% | - |
| HSV(B) | 282.07º | 0.36% | 0.95% | - |
| XYZ | 56.07 | 44.45 | 89.63 | - |
| YUV | 183.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 242 | 0.11 | 0.36 | 0 | 0.05 | 282.07 | 0.77 | 0.78 |
| Hex | D8 | 9B | F2 | B | 24 | 0 | 5 | 11A | 4D | 4E |
| Octal | 330 | 233 | 362 | 13 | 44 | 0 | 5 | 432 | 115 | 116 |
| Binary | 11011000 | 10011011 | 11110010 | 1011 | 100100 | 0 | 101 | 100011010 | 1001101 | 1001110 |
Color Harmonies of #D89BF2
Complementary color
Monochromatic Colors of #D89BF2
Black with #D89BF2
Text Example
Text Example
White with #D89BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BF2; }
p { color: rgb(216,155,242); }
H1.HeaderClassName
{
color: #D89BF2;
}
.AnyTagClassName
{
color: #D89BF2;
}
</style>
background-color css
<style>
a { background-color: #D89BF2; }
a { background-color: rgb(216,155,242); }
div.DivClassName
{
background-color: #D89BF2;
}
.BgClassName
{
background-color: #D89BF2;
}
</style>
border-color css
<style>
span { border-color: #D89BF2; }
span { border-color: rgb(216,155,242); }
td.TdClassName
{
border-color: #D89BF2;
}
.TagClassName
{
border-color: #D89BF2;
}
</style>