Shades of Wisteria #D09BE5
Tints of Wisteria #D09BE5
RGB
CMYK
RGB Variations
Color information
#D09BE5 (or 0xD09BE5) is known color: Wisteria. HEX triplet: D0, 9B and E5. RGB value is (208,155,229). Sum of RGB (Red+Green+Blue) = 208+155+229=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #D09BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BE5 is #2F641A. Grayscale: #B3B3B3. Windows color (decimal): -3105819 or 15047632. OLE color: 15047632.
HSL color Cylindrical-coordinate representation of color #D09BE5: hue angle of 282.97º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D09BE5 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 155 | 229 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.10 |
| HSL | 282.97º | 0.59% | 0.75% | - |
| HSV(B) | 282.97º | 0.32% | 0.9% | - |
| XYZ | 51.88 | 42.51 | 79.6 | - |
| YUV | 179.28 | 156.06 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 229 | 0.09 | 0.32 | 0 | 0.10 | 282.97 | 0.59 | 0.75 |
| Hex | D0 | 9B | E5 | 9 | 20 | 0 | A | 11B | 3B | 4B |
| Octal | 320 | 233 | 345 | 11 | 40 | 0 | 12 | 433 | 73 | 113 |
| Binary | 11010000 | 10011011 | 11100101 | 1001 | 100000 | 0 | 1010 | 100011011 | 111011 | 1001011 |
Color Harmonies of #D09BE5
Complementary color
Monochromatic Colors of #D09BE5
Black with #D09BE5
Text Example
Text Example
White with #D09BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BE5; }
p { color: rgb(208,155,229); }
H1.HeaderClassName
{
color: #D09BE5;
}
.AnyTagClassName
{
color: #D09BE5;
}
</style>
background-color css
<style>
a { background-color: #D09BE5; }
a { background-color: rgb(208,155,229); }
div.DivClassName
{
background-color: #D09BE5;
}
.BgClassName
{
background-color: #D09BE5;
}
</style>
border-color css
<style>
span { border-color: #D09BE5; }
span { border-color: rgb(208,155,229); }
td.TdClassName
{
border-color: #D09BE5;
}
.TagClassName
{
border-color: #D09BE5;
}
</style>