Shades of Wisteria #D1A7DD
Tints of Wisteria #D1A7DD
RGB
CMYK
RGB Variations
Color information
#D1A7DD (or 0xD1A7DD) is known color: Wisteria. HEX triplet: D1, A7 and DD. RGB value is (209,167,221). Sum of RGB (Red+Green+Blue) = 209+167+221=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1A7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A7DD is #2E5822. Grayscale: #B9B9B9. Windows color (decimal): -3037219 or 14526417. OLE color: 14526417.
HSL color Cylindrical-coordinate representation of color #D1A7DD: hue angle of 286.67º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1A7DD is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 167 | 221 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.13 |
| HSL | 286.67º | 0.44% | 0.76% | - |
| HSV(B) | 286.67º | 0.24% | 0.87% | - |
| XYZ | 53.16 | 46.41 | 74.56 | - |
| YUV | 185.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 221 | 0.05 | 0.24 | 0 | 0.13 | 286.67 | 0.44 | 0.76 |
| Hex | D1 | A7 | DD | 5 | 18 | 0 | D | 11F | 2C | 4C |
| Octal | 321 | 247 | 335 | 5 | 30 | 0 | 15 | 437 | 54 | 114 |
| Binary | 11010001 | 10100111 | 11011101 | 101 | 11000 | 0 | 1101 | 100011111 | 101100 | 1001100 |
Color Harmonies of #D1A7DD
Complementary color
Monochromatic Colors of #D1A7DD
Black with #D1A7DD
Text Example
Text Example
White with #D1A7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A7DD; }
p { color: rgb(209,167,221); }
H1.HeaderClassName
{
color: #D1A7DD;
}
.AnyTagClassName
{
color: #D1A7DD;
}
</style>
background-color css
<style>
a { background-color: #D1A7DD; }
a { background-color: rgb(209,167,221); }
div.DivClassName
{
background-color: #D1A7DD;
}
.BgClassName
{
background-color: #D1A7DD;
}
</style>
border-color css
<style>
span { border-color: #D1A7DD; }
span { border-color: rgb(209,167,221); }
td.TdClassName
{
border-color: #D1A7DD;
}
.TagClassName
{
border-color: #D1A7DD;
}
</style>