Shades of Wisteria #D09BEE
Tints of Wisteria #D09BEE
RGB
CMYK
RGB Variations
Color information
#D09BEE (or 0xD09BEE) is known color: Wisteria. HEX triplet: D0, 9B and EE. RGB value is (208,155,238). Sum of RGB (Red+Green+Blue) = 208+155+238=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #D09BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BEE is #2F6411. Grayscale: #B4B4B4. Windows color (decimal): -3105810 or 15637456. OLE color: 15637456.
HSL color Cylindrical-coordinate representation of color #D09BEE: hue angle of 278.31º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D09BEE is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 155 | 238 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.07 |
| HSL | 278.31º | 0.71% | 0.77% | - |
| HSV(B) | 278.31º | 0.35% | 0.93% | - |
| XYZ | 53.17 | 43.03 | 86.39 | - |
| YUV | 180.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 238 | 0.13 | 0.35 | 0 | 0.07 | 278.31 | 0.71 | 0.77 |
| Hex | D0 | 9B | EE | D | 23 | 0 | 7 | 116 | 47 | 4D |
| Octal | 320 | 233 | 356 | 15 | 43 | 0 | 7 | 426 | 107 | 115 |
| Binary | 11010000 | 10011011 | 11101110 | 1101 | 100011 | 0 | 111 | 100010110 | 1000111 | 1001101 |
Color Harmonies of #D09BEE
Complementary color
Monochromatic Colors of #D09BEE
Black with #D09BEE
Text Example
Text Example
White with #D09BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BEE; }
p { color: rgb(208,155,238); }
H1.HeaderClassName
{
color: #D09BEE;
}
.AnyTagClassName
{
color: #D09BEE;
}
</style>
background-color css
<style>
a { background-color: #D09BEE; }
a { background-color: rgb(208,155,238); }
div.DivClassName
{
background-color: #D09BEE;
}
.BgClassName
{
background-color: #D09BEE;
}
</style>
border-color css
<style>
span { border-color: #D09BEE; }
span { border-color: rgb(208,155,238); }
td.TdClassName
{
border-color: #D09BEE;
}
.TagClassName
{
border-color: #D09BEE;
}
</style>