Shades of Wisteria #D89EF0
Tints of Wisteria #D89EF0
RGB
CMYK
RGB Variations
Color information
#D89EF0 (or 0xD89EF0) is known color: Wisteria. HEX triplet: D8, 9E and F0. RGB value is (216,158,240). Sum of RGB (Red+Green+Blue) = 216+158+240=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #D89EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89EF0 is #27610F. Grayscale: #B8B8B8. Windows color (decimal): -2580752 or 15769304. OLE color: 15769304.
HSL color Cylindrical-coordinate representation of color #D89EF0: hue angle of 282.44º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D89EF0 is Cyan = 0.1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 158 | 240 | - |
| CMYK | 0.1 | 0.34 | 0 | 0.06 |
| HSL | 282.44º | 0.73% | 0.78% | - |
| HSV(B) | 282.44º | 0.34% | 0.94% | - |
| XYZ | 56.27 | 45.34 | 88.22 | - |
| YUV | 184.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 240 | 0.1 | 0.34 | 0 | 0.06 | 282.44 | 0.73 | 0.78 |
| Hex | D8 | 9E | F0 | A | 22 | 0 | 6 | 11A | 49 | 4E |
| Octal | 330 | 236 | 360 | 12 | 42 | 0 | 6 | 432 | 111 | 116 |
| Binary | 11011000 | 10011110 | 11110000 | 1010 | 100010 | 0 | 110 | 100011010 | 1001001 | 1001110 |
Color Harmonies of #D89EF0
Complementary color
Monochromatic Colors of #D89EF0
Black with #D89EF0
Text Example
Text Example
White with #D89EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89EF0; }
p { color: rgb(216,158,240); }
H1.HeaderClassName
{
color: #D89EF0;
}
.AnyTagClassName
{
color: #D89EF0;
}
</style>
background-color css
<style>
a { background-color: #D89EF0; }
a { background-color: rgb(216,158,240); }
div.DivClassName
{
background-color: #D89EF0;
}
.BgClassName
{
background-color: #D89EF0;
}
</style>
border-color css
<style>
span { border-color: #D89EF0; }
span { border-color: rgb(216,158,240); }
td.TdClassName
{
border-color: #D89EF0;
}
.TagClassName
{
border-color: #D89EF0;
}
</style>