Shades of Wisteria #D18BDD
Tints of Wisteria #D18BDD
RGB
CMYK
RGB Variations
Color information
#D18BDD (or 0xD18BDD) is known color: Wisteria. HEX triplet: D1, 8B and DD. RGB value is (209,139,221). Sum of RGB (Red+Green+Blue) = 209+139+221=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #D18BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BDD is #2E7422. Grayscale: #A9A9A9. Windows color (decimal): -3044387 or 14519249. OLE color: 14519249.
HSL color Cylindrical-coordinate representation of color #D18BDD: hue angle of 291.22º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D18BDD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 139 | 221 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.13 |
| HSL | 291.22º | 0.55% | 0.71% | - |
| HSV(B) | 291.22º | 0.37% | 0.87% | - |
| XYZ | 48.58 | 37.24 | 73.03 | - |
| YUV | 169.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 221 | 0.05 | 0.37 | 0 | 0.13 | 291.22 | 0.55 | 0.71 |
| Hex | D1 | 8B | DD | 5 | 25 | 0 | D | 123 | 37 | 47 |
| Octal | 321 | 213 | 335 | 5 | 45 | 0 | 15 | 443 | 67 | 107 |
| Binary | 11010001 | 10001011 | 11011101 | 101 | 100101 | 0 | 1101 | 100100011 | 110111 | 1000111 |
Color Harmonies of #D18BDD
Complementary color
Monochromatic Colors of #D18BDD
Black with #D18BDD
Text Example
Text Example
White with #D18BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BDD; }
p { color: rgb(209,139,221); }
H1.HeaderClassName
{
color: #D18BDD;
}
.AnyTagClassName
{
color: #D18BDD;
}
</style>
background-color css
<style>
a { background-color: #D18BDD; }
a { background-color: rgb(209,139,221); }
div.DivClassName
{
background-color: #D18BDD;
}
.BgClassName
{
background-color: #D18BDD;
}
</style>
border-color css
<style>
span { border-color: #D18BDD; }
span { border-color: rgb(209,139,221); }
td.TdClassName
{
border-color: #D18BDD;
}
.TagClassName
{
border-color: #D18BDD;
}
</style>