Shades of Wisteria #D09ADD
Tints of Wisteria #D09ADD
RGB
CMYK
RGB Variations
Color information
#D09ADD (or 0xD09ADD) is known color: Wisteria. HEX triplet: D0, 9A and DD. RGB value is (208,154,221). Sum of RGB (Red+Green+Blue) = 208+154+221=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D09ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09ADD is #2F6522. Grayscale: #B1B1B1. Windows color (decimal): -3106083 or 14523088. OLE color: 14523088.
HSL color Cylindrical-coordinate representation of color #D09ADD: hue angle of 288.36º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09ADD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 154 | 221 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.13 |
| HSL | 288.36º | 0.5% | 0.74% | - |
| HSV(B) | 288.36º | 0.3% | 0.87% | - |
| XYZ | 50.62 | 41.74 | 73.8 | - |
| YUV | 177.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 221 | 0.06 | 0.30 | 0 | 0.13 | 288.36 | 0.5 | 0.74 |
| Hex | D0 | 9A | DD | 6 | 1E | 0 | D | 120 | 32 | 4A |
| Octal | 320 | 232 | 335 | 6 | 36 | 0 | 15 | 440 | 62 | 112 |
| Binary | 11010000 | 10011010 | 11011101 | 110 | 11110 | 0 | 1101 | 100100000 | 110010 | 1001010 |
Color Harmonies of #D09ADD
Complementary color
Monochromatic Colors of #D09ADD
Black with #D09ADD
Text Example
Text Example
White with #D09ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09ADD; }
p { color: rgb(208,154,221); }
H1.HeaderClassName
{
color: #D09ADD;
}
.AnyTagClassName
{
color: #D09ADD;
}
</style>
background-color css
<style>
a { background-color: #D09ADD; }
a { background-color: rgb(208,154,221); }
div.DivClassName
{
background-color: #D09ADD;
}
.BgClassName
{
background-color: #D09ADD;
}
</style>
border-color css
<style>
span { border-color: #D09ADD; }
span { border-color: rgb(208,154,221); }
td.TdClassName
{
border-color: #D09ADD;
}
.TagClassName
{
border-color: #D09ADD;
}
</style>