Shades of Wisteria #D09BDB
Tints of Wisteria #D09BDB
RGB
CMYK
RGB Variations
Color information
#D09BDB (or 0xD09BDB) is known color: Wisteria. HEX triplet: D0, 9B and DB. RGB value is (208,155,219). Sum of RGB (Red+Green+Blue) = 208+155+219=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #D09BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BDB is #2F6424. Grayscale: #B1B1B1. Windows color (decimal): -3105829 or 14392272. OLE color: 14392272.
HSL color Cylindrical-coordinate representation of color #D09BDB: hue angle of 289.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09BDB is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 155 | 219 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.14 |
| HSL | 289.69º | 0.47% | 0.73% | - |
| HSV(B) | 289.69º | 0.29% | 0.86% | - |
| XYZ | 50.52 | 41.97 | 72.46 | - |
| YUV | 178.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 219 | 0.05 | 0.29 | 0 | 0.14 | 289.69 | 0.47 | 0.73 |
| Hex | D0 | 9B | DB | 5 | 1D | 0 | E | 122 | 2F | 49 |
| Octal | 320 | 233 | 333 | 5 | 35 | 0 | 16 | 442 | 57 | 111 |
| Binary | 11010000 | 10011011 | 11011011 | 101 | 11101 | 0 | 1110 | 100100010 | 101111 | 1001001 |
Color Harmonies of #D09BDB
Complementary color
Monochromatic Colors of #D09BDB
Black with #D09BDB
Text Example
Text Example
White with #D09BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BDB; }
p { color: rgb(208,155,219); }
H1.HeaderClassName
{
color: #D09BDB;
}
.AnyTagClassName
{
color: #D09BDB;
}
</style>
background-color css
<style>
a { background-color: #D09BDB; }
a { background-color: rgb(208,155,219); }
div.DivClassName
{
background-color: #D09BDB;
}
.BgClassName
{
background-color: #D09BDB;
}
</style>
border-color css
<style>
span { border-color: #D09BDB; }
span { border-color: rgb(208,155,219); }
td.TdClassName
{
border-color: #D09BDB;
}
.TagClassName
{
border-color: #D09BDB;
}
</style>