Shades of Wisteria #D3A0DE
Tints of Wisteria #D3A0DE
RGB
CMYK
RGB Variations
Color information
#D3A0DE (or 0xD3A0DE) is known color: Wisteria. HEX triplet: D3, A0 and DE. RGB value is (211,160,222). Sum of RGB (Red+Green+Blue) = 211+160+222=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3A0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A0DE is #2C5F21. Grayscale: #B6B6B6. Windows color (decimal): -2907938 or 14590163. OLE color: 14590163.
HSL color Cylindrical-coordinate representation of color #D3A0DE: hue angle of 289.35º degrees, saturation: 0.48, 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 #D3A0DE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 160 | 222 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.13 |
| HSL | 289.35º | 0.48% | 0.75% | - |
| HSV(B) | 289.35º | 0.28% | 0.87% | - |
| XYZ | 52.62 | 44.26 | 74.88 | - |
| YUV | 182.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 160 | 222 | 0.05 | 0.28 | 0 | 0.13 | 289.35 | 0.48 | 0.75 |
| Hex | D3 | A0 | DE | 5 | 1C | 0 | D | 121 | 30 | 4B |
| Octal | 323 | 240 | 336 | 5 | 34 | 0 | 15 | 441 | 60 | 113 |
| Binary | 11010011 | 10100000 | 11011110 | 101 | 11100 | 0 | 1101 | 100100001 | 110000 | 1001011 |
Color Harmonies of #D3A0DE
Complementary color
Monochromatic Colors of #D3A0DE
Black with #D3A0DE
Text Example
Text Example
White with #D3A0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A0DE; }
p { color: rgb(211,160,222); }
H1.HeaderClassName
{
color: #D3A0DE;
}
.AnyTagClassName
{
color: #D3A0DE;
}
</style>
background-color css
<style>
a { background-color: #D3A0DE; }
a { background-color: rgb(211,160,222); }
div.DivClassName
{
background-color: #D3A0DE;
}
.BgClassName
{
background-color: #D3A0DE;
}
</style>
border-color css
<style>
span { border-color: #D3A0DE; }
span { border-color: rgb(211,160,222); }
td.TdClassName
{
border-color: #D3A0DE;
}
.TagClassName
{
border-color: #D3A0DE;
}
</style>