Shades of Wisteria #D2A4DD
Tints of Wisteria #D2A4DD
RGB
CMYK
RGB Variations
Color information
#D2A4DD (or 0xD2A4DD) is known color: Wisteria. HEX triplet: D2, A4 and DD. RGB value is (210,164,221). Sum of RGB (Red+Green+Blue) = 210+164+221=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 164 (64.45% from 255 or 27.56% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2A4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A4DD is #2D5B22. Grayscale: #B8B8B8. Windows color (decimal): -2972451 or 14525650. OLE color: 14525650.
HSL color Cylindrical-coordinate representation of color #D2A4DD: hue angle of 288.42º 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 #D2A4DD is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 164 | 221 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.13 |
| HSL | 288.42º | 0.46% | 0.75% | - |
| HSV(B) | 288.42º | 0.26% | 0.87% | - |
| XYZ | 52.9 | 45.47 | 74.4 | - |
| YUV | 184.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 221 | 0.05 | 0.26 | 0 | 0.13 | 288.42 | 0.46 | 0.75 |
| Hex | D2 | A4 | DD | 5 | 1A | 0 | D | 120 | 2E | 4B |
| Octal | 322 | 244 | 335 | 5 | 32 | 0 | 15 | 440 | 56 | 113 |
| Binary | 11010010 | 10100100 | 11011101 | 101 | 11010 | 0 | 1101 | 100100000 | 101110 | 1001011 |
Color Harmonies of #D2A4DD
Complementary color
Monochromatic Colors of #D2A4DD
Black with #D2A4DD
Text Example
Text Example
White with #D2A4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A4DD; }
p { color: rgb(210,164,221); }
H1.HeaderClassName
{
color: #D2A4DD;
}
.AnyTagClassName
{
color: #D2A4DD;
}
</style>
background-color css
<style>
a { background-color: #D2A4DD; }
a { background-color: rgb(210,164,221); }
div.DivClassName
{
background-color: #D2A4DD;
}
.BgClassName
{
background-color: #D2A4DD;
}
</style>
border-color css
<style>
span { border-color: #D2A4DD; }
span { border-color: rgb(210,164,221); }
td.TdClassName
{
border-color: #D2A4DD;
}
.TagClassName
{
border-color: #D2A4DD;
}
</style>