Shades of Wisteria #D09BEA
Tints of Wisteria #D09BEA
RGB
CMYK
RGB Variations
Color information
#D09BEA (or 0xD09BEA) is known color: Wisteria. HEX triplet: D0, 9B and EA. RGB value is (208,155,234). Sum of RGB (Red+Green+Blue) = 208+155+234=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #D09BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BEA is #2F6415. Grayscale: #B3B3B3. Windows color (decimal): -3105814 or 15375312. OLE color: 15375312.
HSL color Cylindrical-coordinate representation of color #D09BEA: hue angle of 280.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09BEA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 155 | 234 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.08 |
| HSL | 280.25º | 0.65% | 0.76% | - |
| HSV(B) | 280.25º | 0.34% | 0.92% | - |
| XYZ | 52.59 | 42.79 | 83.33 | - |
| YUV | 179.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 234 | 0.11 | 0.34 | 0 | 0.08 | 280.25 | 0.65 | 0.76 |
| Hex | D0 | 9B | EA | B | 22 | 0 | 8 | 118 | 41 | 4C |
| Octal | 320 | 233 | 352 | 13 | 42 | 0 | 10 | 430 | 101 | 114 |
| Binary | 11010000 | 10011011 | 11101010 | 1011 | 100010 | 0 | 1000 | 100011000 | 1000001 | 1001100 |
Color Harmonies of #D09BEA
Complementary color
Monochromatic Colors of #D09BEA
Black with #D09BEA
Text Example
Text Example
White with #D09BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BEA; }
p { color: rgb(208,155,234); }
H1.HeaderClassName
{
color: #D09BEA;
}
.AnyTagClassName
{
color: #D09BEA;
}
</style>
background-color css
<style>
a { background-color: #D09BEA; }
a { background-color: rgb(208,155,234); }
div.DivClassName
{
background-color: #D09BEA;
}
.BgClassName
{
background-color: #D09BEA;
}
</style>
border-color css
<style>
span { border-color: #D09BEA; }
span { border-color: rgb(208,155,234); }
td.TdClassName
{
border-color: #D09BEA;
}
.TagClassName
{
border-color: #D09BEA;
}
</style>