Shades of Wisteria #D09BDF
Tints of Wisteria #D09BDF
RGB
CMYK
RGB Variations
Color information
#D09BDF (or 0xD09BDF) is known color: Wisteria. HEX triplet: D0, 9B and DF. RGB value is (208,155,223). Sum of RGB (Red+Green+Blue) = 208+155+223=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #D09BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BDF is #2F6420. Grayscale: #B2B2B2. Windows color (decimal): -3105825 or 14654416. OLE color: 14654416.
HSL color Cylindrical-coordinate representation of color #D09BDF: hue angle of 286.76º degrees, saturation: 0.52, 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 #D09BDF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 155 | 223 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.13 |
| HSL | 286.76º | 0.52% | 0.74% | - |
| HSV(B) | 286.76º | 0.3% | 0.87% | - |
| XYZ | 51.05 | 42.18 | 75.26 | - |
| YUV | 178.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 223 | 0.07 | 0.30 | 0 | 0.13 | 286.76 | 0.52 | 0.74 |
| Hex | D0 | 9B | DF | 7 | 1E | 0 | D | 11F | 34 | 4A |
| Octal | 320 | 233 | 337 | 7 | 36 | 0 | 15 | 437 | 64 | 112 |
| Binary | 11010000 | 10011011 | 11011111 | 111 | 11110 | 0 | 1101 | 100011111 | 110100 | 1001010 |
Color Harmonies of #D09BDF
Complementary color
Monochromatic Colors of #D09BDF
Black with #D09BDF
Text Example
Text Example
White with #D09BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BDF; }
p { color: rgb(208,155,223); }
H1.HeaderClassName
{
color: #D09BDF;
}
.AnyTagClassName
{
color: #D09BDF;
}
</style>
background-color css
<style>
a { background-color: #D09BDF; }
a { background-color: rgb(208,155,223); }
div.DivClassName
{
background-color: #D09BDF;
}
.BgClassName
{
background-color: #D09BDF;
}
</style>
border-color css
<style>
span { border-color: #D09BDF; }
span { border-color: rgb(208,155,223); }
td.TdClassName
{
border-color: #D09BDF;
}
.TagClassName
{
border-color: #D09BDF;
}
</style>