Shades of Wisteria #D2A1DC
Tints of Wisteria #D2A1DC
RGB
CMYK
RGB Variations
Color information
#D2A1DC (or 0xD2A1DC) is known color: Wisteria. HEX triplet: D2, A1 and DC. RGB value is (210,161,220). Sum of RGB (Red+Green+Blue) = 210+161+220=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2A1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A1DC is #2D5E23. Grayscale: #B6B6B6. Windows color (decimal): -2973220 or 14459346. OLE color: 14459346.
HSL color Cylindrical-coordinate representation of color #D2A1DC: hue angle of 289.83º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2A1DC is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 161 | 220 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.14 |
| HSL | 289.83º | 0.46% | 0.75% | - |
| HSV(B) | 289.83º | 0.27% | 0.86% | - |
| XYZ | 52.24 | 44.36 | 73.52 | - |
| YUV | 182.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 220 | 0.05 | 0.27 | 0 | 0.14 | 289.83 | 0.46 | 0.75 |
| Hex | D2 | A1 | DC | 5 | 1B | 0 | E | 122 | 2E | 4B |
| Octal | 322 | 241 | 334 | 5 | 33 | 0 | 16 | 442 | 56 | 113 |
| Binary | 11010010 | 10100001 | 11011100 | 101 | 11011 | 0 | 1110 | 100100010 | 101110 | 1001011 |
Color Harmonies of #D2A1DC
Complementary color
Monochromatic Colors of #D2A1DC
Black with #D2A1DC
Text Example
Text Example
White with #D2A1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A1DC; }
p { color: rgb(210,161,220); }
H1.HeaderClassName
{
color: #D2A1DC;
}
.AnyTagClassName
{
color: #D2A1DC;
}
</style>
background-color css
<style>
a { background-color: #D2A1DC; }
a { background-color: rgb(210,161,220); }
div.DivClassName
{
background-color: #D2A1DC;
}
.BgClassName
{
background-color: #D2A1DC;
}
</style>
border-color css
<style>
span { border-color: #D2A1DC; }
span { border-color: rgb(210,161,220); }
td.TdClassName
{
border-color: #D2A1DC;
}
.TagClassName
{
border-color: #D2A1DC;
}
</style>