Shades of Wisteria #D2A8DD
Tints of Wisteria #D2A8DD
RGB
CMYK
RGB Variations
Color information
#D2A8DD (or 0xD2A8DD) is known color: Wisteria. HEX triplet: D2, A8 and DD. RGB value is (210,168,221). Sum of RGB (Red+Green+Blue) = 210+168+221=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8DD is #2D5722. Grayscale: #BABABA. Windows color (decimal): -2971427 or 14526674. OLE color: 14526674.
HSL color Cylindrical-coordinate representation of color #D2A8DD: hue angle of 287.55º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2A8DD is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 168 | 221 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.13 |
| HSL | 287.55º | 0.44% | 0.76% | - |
| HSV(B) | 287.55º | 0.24% | 0.87% | - |
| XYZ | 53.63 | 46.93 | 74.64 | - |
| YUV | 186.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 221 | 0.05 | 0.24 | 0 | 0.13 | 287.55 | 0.44 | 0.76 |
| Hex | D2 | A8 | DD | 5 | 18 | 0 | D | 120 | 2C | 4C |
| Octal | 322 | 250 | 335 | 5 | 30 | 0 | 15 | 440 | 54 | 114 |
| Binary | 11010010 | 10101000 | 11011101 | 101 | 11000 | 0 | 1101 | 100100000 | 101100 | 1001100 |
Color Harmonies of #D2A8DD
Complementary color
Monochromatic Colors of #D2A8DD
Black with #D2A8DD
Text Example
Text Example
White with #D2A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A8DD; }
p { color: rgb(210,168,221); }
H1.HeaderClassName
{
color: #D2A8DD;
}
.AnyTagClassName
{
color: #D2A8DD;
}
</style>
background-color css
<style>
a { background-color: #D2A8DD; }
a { background-color: rgb(210,168,221); }
div.DivClassName
{
background-color: #D2A8DD;
}
.BgClassName
{
background-color: #D2A8DD;
}
</style>
border-color css
<style>
span { border-color: #D2A8DD; }
span { border-color: rgb(210,168,221); }
td.TdClassName
{
border-color: #D2A8DD;
}
.TagClassName
{
border-color: #D2A8DD;
}
</style>