Shades of Wisteria #D3A4DD
Tints of Wisteria #D3A4DD
RGB
CMYK
RGB Variations
Color information
#D3A4DD (or 0xD3A4DD) is known color: Wisteria. HEX triplet: D3, A4 and DD. RGB value is (211,164,221). Sum of RGB (Red+Green+Blue) = 211+164+221=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3A4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A4DD is #2C5B22. Grayscale: #B8B8B8. Windows color (decimal): -2906915 or 14525651. OLE color: 14525651.
HSL color Cylindrical-coordinate representation of color #D3A4DD: hue angle of 289.47º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3A4DD is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 164 | 221 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.13 |
| HSL | 289.47º | 0.46% | 0.75% | - |
| HSV(B) | 289.47º | 0.26% | 0.87% | - |
| XYZ | 53.19 | 45.62 | 74.41 | - |
| YUV | 184.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 164 | 221 | 0.05 | 0.26 | 0 | 0.13 | 289.47 | 0.46 | 0.75 |
| Hex | D3 | A4 | DD | 5 | 1A | 0 | D | 121 | 2E | 4B |
| Octal | 323 | 244 | 335 | 5 | 32 | 0 | 15 | 441 | 56 | 113 |
| Binary | 11010011 | 10100100 | 11011101 | 101 | 11010 | 0 | 1101 | 100100001 | 101110 | 1001011 |
Color Harmonies of #D3A4DD
Complementary color
Monochromatic Colors of #D3A4DD
Black with #D3A4DD
Text Example
Text Example
White with #D3A4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A4DD; }
p { color: rgb(211,164,221); }
H1.HeaderClassName
{
color: #D3A4DD;
}
.AnyTagClassName
{
color: #D3A4DD;
}
</style>
background-color css
<style>
a { background-color: #D3A4DD; }
a { background-color: rgb(211,164,221); }
div.DivClassName
{
background-color: #D3A4DD;
}
.BgClassName
{
background-color: #D3A4DD;
}
</style>
border-color css
<style>
span { border-color: #D3A4DD; }
span { border-color: rgb(211,164,221); }
td.TdClassName
{
border-color: #D3A4DD;
}
.TagClassName
{
border-color: #D3A4DD;
}
</style>