Shades of Wisteria #D089E6
Tints of Wisteria #D089E6
RGB
CMYK
RGB Variations
Color information
#D089E6 (or 0xD089E6) is known color: Wisteria. HEX triplet: D0, 89 and E6. RGB value is (208,137,230). Sum of RGB (Red+Green+Blue) = 208+137+230=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #D089E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D089E6 is #2F7619. Grayscale: #A8A8A8. Windows color (decimal): -3110426 or 15108560. OLE color: 15108560.
HSL color Cylindrical-coordinate representation of color #D089E6: hue angle of 285.81º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D089E6 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 137 | 230 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.10 |
| HSL | 285.81º | 0.65% | 0.72% | - |
| HSV(B) | 285.81º | 0.4% | 0.9% | - |
| XYZ | 49.24 | 37.01 | 79.41 | - |
| YUV | 168.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 230 | 0.10 | 0.40 | 0 | 0.10 | 285.81 | 0.65 | 0.72 |
| Hex | D0 | 89 | E6 | A | 28 | 0 | A | 11E | 41 | 48 |
| Octal | 320 | 211 | 346 | 12 | 50 | 0 | 12 | 436 | 101 | 110 |
| Binary | 11010000 | 10001001 | 11100110 | 1010 | 101000 | 0 | 1010 | 100011110 | 1000001 | 1001000 |
Color Harmonies of #D089E6
Complementary color
Monochromatic Colors of #D089E6
Black with #D089E6
Text Example
Text Example
White with #D089E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089E6; }
p { color: rgb(208,137,230); }
H1.HeaderClassName
{
color: #D089E6;
}
.AnyTagClassName
{
color: #D089E6;
}
</style>
background-color css
<style>
a { background-color: #D089E6; }
a { background-color: rgb(208,137,230); }
div.DivClassName
{
background-color: #D089E6;
}
.BgClassName
{
background-color: #D089E6;
}
</style>
border-color css
<style>
span { border-color: #D089E6; }
span { border-color: rgb(208,137,230); }
td.TdClassName
{
border-color: #D089E6;
}
.TagClassName
{
border-color: #D089E6;
}
</style>