Shades of Wisteria #D09FDD
Tints of Wisteria #D09FDD
RGB
CMYK
RGB Variations
Color information
#D09FDD (or 0xD09FDD) is known color: Wisteria. HEX triplet: D0, 9F and DD. RGB value is (208,159,221). Sum of RGB (Red+Green+Blue) = 208+159+221=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #D09FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FDD is #2F6022. Grayscale: #B4B4B4. Windows color (decimal): -3104803 or 14524368. OLE color: 14524368.
HSL color Cylindrical-coordinate representation of color #D09FDD: hue angle of 287.42º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D09FDD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 159 | 221 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.13 |
| HSL | 287.42º | 0.48% | 0.75% | - |
| HSV(B) | 287.42º | 0.28% | 0.87% | - |
| XYZ | 51.46 | 43.43 | 74.08 | - |
| YUV | 180.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 221 | 0.06 | 0.28 | 0 | 0.13 | 287.42 | 0.48 | 0.75 |
| Hex | D0 | 9F | DD | 6 | 1C | 0 | D | 11F | 30 | 4B |
| Octal | 320 | 237 | 335 | 6 | 34 | 0 | 15 | 437 | 60 | 113 |
| Binary | 11010000 | 10011111 | 11011101 | 110 | 11100 | 0 | 1101 | 100011111 | 110000 | 1001011 |
Color Harmonies of #D09FDD
Complementary color
Monochromatic Colors of #D09FDD
Black with #D09FDD
Text Example
Text Example
White with #D09FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FDD; }
p { color: rgb(208,159,221); }
H1.HeaderClassName
{
color: #D09FDD;
}
.AnyTagClassName
{
color: #D09FDD;
}
</style>
background-color css
<style>
a { background-color: #D09FDD; }
a { background-color: rgb(208,159,221); }
div.DivClassName
{
background-color: #D09FDD;
}
.BgClassName
{
background-color: #D09FDD;
}
</style>
border-color css
<style>
span { border-color: #D09FDD; }
span { border-color: rgb(208,159,221); }
td.TdClassName
{
border-color: #D09FDD;
}
.TagClassName
{
border-color: #D09FDD;
}
</style>