Shades of Wisteria #D09EDA
Tints of Wisteria #D09EDA
RGB
CMYK
RGB Variations
Color information
#D09EDA (or 0xD09EDA) is known color: Wisteria. HEX triplet: D0, 9E and DA. RGB value is (208,158,218). Sum of RGB (Red+Green+Blue) = 208+158+218=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #D09EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EDA is #2F6125. Grayscale: #B3B3B3. Windows color (decimal): -3105062 or 14327504. OLE color: 14327504.
HSL color Cylindrical-coordinate representation of color #D09EDA: hue angle of 290º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D09EDA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 158 | 218 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.15 |
| HSL | 290º | 0.45% | 0.74% | - |
| HSV(B) | 290º | 0.28% | 0.85% | - |
| XYZ | 50.89 | 42.93 | 71.93 | - |
| YUV | 179.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 218 | 0.05 | 0.28 | 0 | 0.15 | 290 | 0.45 | 0.74 |
| Hex | D0 | 9E | DA | 5 | 1C | 0 | F | 122 | 2D | 4A |
| Octal | 320 | 236 | 332 | 5 | 34 | 0 | 17 | 442 | 55 | 112 |
| Binary | 11010000 | 10011110 | 11011010 | 101 | 11100 | 0 | 1111 | 100100010 | 101101 | 1001010 |
Color Harmonies of #D09EDA
Complementary color
Monochromatic Colors of #D09EDA
Black with #D09EDA
Text Example
Text Example
White with #D09EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EDA; }
p { color: rgb(208,158,218); }
H1.HeaderClassName
{
color: #D09EDA;
}
.AnyTagClassName
{
color: #D09EDA;
}
</style>
background-color css
<style>
a { background-color: #D09EDA; }
a { background-color: rgb(208,158,218); }
div.DivClassName
{
background-color: #D09EDA;
}
.BgClassName
{
background-color: #D09EDA;
}
</style>
border-color css
<style>
span { border-color: #D09EDA; }
span { border-color: rgb(208,158,218); }
td.TdClassName
{
border-color: #D09EDA;
}
.TagClassName
{
border-color: #D09EDA;
}
</style>