Shades of Wisteria #D3A4DF
Tints of Wisteria #D3A4DF
RGB
CMYK
RGB Variations
Color information
#D3A4DF (or 0xD3A4DF) is known color: Wisteria. HEX triplet: D3, A4 and DF. RGB value is (211,164,223). Sum of RGB (Red+Green+Blue) = 211+164+223=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3A4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A4DF is #2C5B20. Grayscale: #B8B8B8. Windows color (decimal): -2906913 or 14656723. OLE color: 14656723.
HSL color Cylindrical-coordinate representation of color #D3A4DF: hue angle of 287.8º degrees, saturation: 0.48, 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 #D3A4DF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 164 | 223 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.13 |
| HSL | 287.8º | 0.48% | 0.76% | - |
| HSV(B) | 287.8º | 0.26% | 0.87% | - |
| XYZ | 53.46 | 45.73 | 75.82 | - |
| YUV | 184.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 164 | 223 | 0.05 | 0.26 | 0 | 0.13 | 287.8 | 0.48 | 0.76 |
| Hex | D3 | A4 | DF | 5 | 1A | 0 | D | 120 | 30 | 4C |
| Octal | 323 | 244 | 337 | 5 | 32 | 0 | 15 | 440 | 60 | 114 |
| Binary | 11010011 | 10100100 | 11011111 | 101 | 11010 | 0 | 1101 | 100100000 | 110000 | 1001100 |
Color Harmonies of #D3A4DF
Complementary color
Monochromatic Colors of #D3A4DF
Black with #D3A4DF
Text Example
Text Example
White with #D3A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A4DF; }
p { color: rgb(211,164,223); }
H1.HeaderClassName
{
color: #D3A4DF;
}
.AnyTagClassName
{
color: #D3A4DF;
}
</style>
background-color css
<style>
a { background-color: #D3A4DF; }
a { background-color: rgb(211,164,223); }
div.DivClassName
{
background-color: #D3A4DF;
}
.BgClassName
{
background-color: #D3A4DF;
}
</style>
border-color css
<style>
span { border-color: #D3A4DF; }
span { border-color: rgb(211,164,223); }
td.TdClassName
{
border-color: #D3A4DF;
}
.TagClassName
{
border-color: #D3A4DF;
}
</style>