Shades of Wisteria #D89CF0
Tints of Wisteria #D89CF0
RGB
CMYK
RGB Variations
Color information
#D89CF0 (or 0xD89CF0) is known color: Wisteria. HEX triplet: D8, 9C and F0. RGB value is (216,156,240). Sum of RGB (Red+Green+Blue) = 216+156+240=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #D89CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89CF0 is #27630F. Grayscale: #B7B7B7. Windows color (decimal): -2581264 or 15768792. OLE color: 15768792.
HSL color Cylindrical-coordinate representation of color #D89CF0: hue angle of 282.86º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D89CF0 is Cyan = 0.1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 156 | 240 | - |
| CMYK | 0.1 | 0.35 | 0 | 0.06 |
| HSL | 282.86º | 0.74% | 0.78% | - |
| HSV(B) | 282.86º | 0.35% | 0.94% | - |
| XYZ | 55.94 | 44.67 | 88.11 | - |
| YUV | 183.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 240 | 0.1 | 0.35 | 0 | 0.06 | 282.86 | 0.74 | 0.78 |
| Hex | D8 | 9C | F0 | A | 23 | 0 | 6 | 11B | 4A | 4E |
| Octal | 330 | 234 | 360 | 12 | 43 | 0 | 6 | 433 | 112 | 116 |
| Binary | 11011000 | 10011100 | 11110000 | 1010 | 100011 | 0 | 110 | 100011011 | 1001010 | 1001110 |
Color Harmonies of #D89CF0
Complementary color
Monochromatic Colors of #D89CF0
Black with #D89CF0
Text Example
Text Example
White with #D89CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CF0; }
p { color: rgb(216,156,240); }
H1.HeaderClassName
{
color: #D89CF0;
}
.AnyTagClassName
{
color: #D89CF0;
}
</style>
background-color css
<style>
a { background-color: #D89CF0; }
a { background-color: rgb(216,156,240); }
div.DivClassName
{
background-color: #D89CF0;
}
.BgClassName
{
background-color: #D89CF0;
}
</style>
border-color css
<style>
span { border-color: #D89CF0; }
span { border-color: rgb(216,156,240); }
td.TdClassName
{
border-color: #D89CF0;
}
.TagClassName
{
border-color: #D89CF0;
}
</style>