Shades of Wisteria #D09EDB
Tints of Wisteria #D09EDB
RGB
CMYK
RGB Variations
Color information
#D09EDB (or 0xD09EDB) is known color: Wisteria. HEX triplet: D0, 9E and DB. RGB value is (208,158,219). Sum of RGB (Red+Green+Blue) = 208+158+219=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #D09EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EDB is #2F6124. Grayscale: #B3B3B3. Windows color (decimal): -3105061 or 14393040. OLE color: 14393040.
HSL color Cylindrical-coordinate representation of color #D09EDB: hue angle of 289.18º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D09EDB is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 158 | 219 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.14 |
| HSL | 289.18º | 0.46% | 0.74% | - |
| HSV(B) | 289.18º | 0.28% | 0.86% | - |
| XYZ | 51.03 | 42.98 | 72.62 | - |
| YUV | 179.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 219 | 0.05 | 0.28 | 0 | 0.14 | 289.18 | 0.46 | 0.74 |
| Hex | D0 | 9E | DB | 5 | 1C | 0 | E | 121 | 2E | 4A |
| Octal | 320 | 236 | 333 | 5 | 34 | 0 | 16 | 441 | 56 | 112 |
| Binary | 11010000 | 10011110 | 11011011 | 101 | 11100 | 0 | 1110 | 100100001 | 101110 | 1001010 |
Color Harmonies of #D09EDB
Complementary color
Monochromatic Colors of #D09EDB
Black with #D09EDB
Text Example
Text Example
White with #D09EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EDB; }
p { color: rgb(208,158,219); }
H1.HeaderClassName
{
color: #D09EDB;
}
.AnyTagClassName
{
color: #D09EDB;
}
</style>
background-color css
<style>
a { background-color: #D09EDB; }
a { background-color: rgb(208,158,219); }
div.DivClassName
{
background-color: #D09EDB;
}
.BgClassName
{
background-color: #D09EDB;
}
</style>
border-color css
<style>
span { border-color: #D09EDB; }
span { border-color: rgb(208,158,219); }
td.TdClassName
{
border-color: #D09EDB;
}
.TagClassName
{
border-color: #D09EDB;
}
</style>