Shades of Wisteria #D3A6DF
Tints of Wisteria #D3A6DF
RGB
CMYK
RGB Variations
Color information
#D3A6DF (or 0xD3A6DF) is known color: Wisteria. HEX triplet: D3, A6 and DF. RGB value is (211,166,223). Sum of RGB (Red+Green+Blue) = 211+166+223=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3A6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A6DF is #2C5920. Grayscale: #B9B9B9. Windows color (decimal): -2906401 or 14657235. OLE color: 14657235.
HSL color Cylindrical-coordinate representation of color #D3A6DF: hue angle of 287.37º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3A6DF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 166 | 223 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.13 |
| HSL | 287.37º | 0.47% | 0.76% | - |
| HSV(B) | 287.37º | 0.26% | 0.87% | - |
| XYZ | 53.82 | 46.45 | 75.94 | - |
| YUV | 185.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 166 | 223 | 0.05 | 0.26 | 0 | 0.13 | 287.37 | 0.47 | 0.76 |
| Hex | D3 | A6 | DF | 5 | 1A | 0 | D | 11F | 2F | 4C |
| Octal | 323 | 246 | 337 | 5 | 32 | 0 | 15 | 437 | 57 | 114 |
| Binary | 11010011 | 10100110 | 11011111 | 101 | 11010 | 0 | 1101 | 100011111 | 101111 | 1001100 |
Color Harmonies of #D3A6DF
Complementary color
Monochromatic Colors of #D3A6DF
Black with #D3A6DF
Text Example
Text Example
White with #D3A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A6DF; }
p { color: rgb(211,166,223); }
H1.HeaderClassName
{
color: #D3A6DF;
}
.AnyTagClassName
{
color: #D3A6DF;
}
</style>
background-color css
<style>
a { background-color: #D3A6DF; }
a { background-color: rgb(211,166,223); }
div.DivClassName
{
background-color: #D3A6DF;
}
.BgClassName
{
background-color: #D3A6DF;
}
</style>
border-color css
<style>
span { border-color: #D3A6DF; }
span { border-color: rgb(211,166,223); }
td.TdClassName
{
border-color: #D3A6DF;
}
.TagClassName
{
border-color: #D3A6DF;
}
</style>