Shades of Wisteria #D09CDA
Tints of Wisteria #D09CDA
RGB
CMYK
RGB Variations
Color information
#D09CDA (or 0xD09CDA) is known color: Wisteria. HEX triplet: D0, 9C and DA. RGB value is (208,156,218). Sum of RGB (Red+Green+Blue) = 208+156+218=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #D09CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CDA is #2F6325. Grayscale: #B2B2B2. Windows color (decimal): -3105574 or 14326992. OLE color: 14326992.
HSL color Cylindrical-coordinate representation of color #D09CDA: hue angle of 290.32º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D09CDA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 156 | 218 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.15 |
| HSL | 290.32º | 0.46% | 0.73% | - |
| HSV(B) | 290.32º | 0.28% | 0.85% | - |
| XYZ | 50.56 | 42.25 | 71.82 | - |
| YUV | 178.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 218 | 0.05 | 0.28 | 0 | 0.15 | 290.32 | 0.46 | 0.73 |
| Hex | D0 | 9C | DA | 5 | 1C | 0 | F | 122 | 2E | 49 |
| Octal | 320 | 234 | 332 | 5 | 34 | 0 | 17 | 442 | 56 | 111 |
| Binary | 11010000 | 10011100 | 11011010 | 101 | 11100 | 0 | 1111 | 100100010 | 101110 | 1001001 |
Color Harmonies of #D09CDA
Complementary color
Monochromatic Colors of #D09CDA
Black with #D09CDA
Text Example
Text Example
White with #D09CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CDA; }
p { color: rgb(208,156,218); }
H1.HeaderClassName
{
color: #D09CDA;
}
.AnyTagClassName
{
color: #D09CDA;
}
</style>
background-color css
<style>
a { background-color: #D09CDA; }
a { background-color: rgb(208,156,218); }
div.DivClassName
{
background-color: #D09CDA;
}
.BgClassName
{
background-color: #D09CDA;
}
</style>
border-color css
<style>
span { border-color: #D09CDA; }
span { border-color: rgb(208,156,218); }
td.TdClassName
{
border-color: #D09CDA;
}
.TagClassName
{
border-color: #D09CDA;
}
</style>