Shades of Wisteria #D1A0DD
Tints of Wisteria #D1A0DD
RGB
CMYK
RGB Variations
Color information
#D1A0DD (or 0xD1A0DD) is known color: Wisteria. HEX triplet: D1, A0 and DD. RGB value is (209,160,221). Sum of RGB (Red+Green+Blue) = 209+160+221=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1A0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0DD is #2E5F22. Grayscale: #B5B5B5. Windows color (decimal): -3039011 or 14524625. OLE color: 14524625.
HSL color Cylindrical-coordinate representation of color #D1A0DD: hue angle of 288.2º degrees, saturation: 0.47, 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 #D1A0DD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 160 | 221 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.13 |
| HSL | 288.2º | 0.47% | 0.75% | - |
| HSV(B) | 288.2º | 0.28% | 0.87% | - |
| XYZ | 51.92 | 43.92 | 74.15 | - |
| YUV | 181.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 221 | 0.05 | 0.28 | 0 | 0.13 | 288.2 | 0.47 | 0.75 |
| Hex | D1 | A0 | DD | 5 | 1C | 0 | D | 120 | 2F | 4B |
| Octal | 321 | 240 | 335 | 5 | 34 | 0 | 15 | 440 | 57 | 113 |
| Binary | 11010001 | 10100000 | 11011101 | 101 | 11100 | 0 | 1101 | 100100000 | 101111 | 1001011 |
Color Harmonies of #D1A0DD
Complementary color
Monochromatic Colors of #D1A0DD
Black with #D1A0DD
Text Example
Text Example
White with #D1A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0DD; }
p { color: rgb(209,160,221); }
H1.HeaderClassName
{
color: #D1A0DD;
}
.AnyTagClassName
{
color: #D1A0DD;
}
</style>
background-color css
<style>
a { background-color: #D1A0DD; }
a { background-color: rgb(209,160,221); }
div.DivClassName
{
background-color: #D1A0DD;
}
.BgClassName
{
background-color: #D1A0DD;
}
</style>
border-color css
<style>
span { border-color: #D1A0DD; }
span { border-color: rgb(209,160,221); }
td.TdClassName
{
border-color: #D1A0DD;
}
.TagClassName
{
border-color: #D1A0DD;
}
</style>