Shades of Wisteria #D2AADA
Tints of Wisteria #D2AADA
RGB
CMYK
RGB Variations
Color information
#D2AADA (or 0xD2AADA) is known color: Wisteria. HEX triplet: D2, AA and DA. RGB value is (210,170,218). Sum of RGB (Red+Green+Blue) = 210+170+218=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AADA is #2D5525. Grayscale: #BBBBBB. Windows color (decimal): -2970918 or 14330578. OLE color: 14330578.
HSL color Cylindrical-coordinate representation of color #D2AADA: hue angle of 290º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2AADA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 170 | 218 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.15 |
| HSL | 290º | 0.39% | 0.76% | - |
| HSV(B) | 290º | 0.22% | 0.85% | - |
| XYZ | 53.61 | 47.51 | 72.68 | - |
| YUV | 187.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 218 | 0.04 | 0.22 | 0 | 0.15 | 290 | 0.39 | 0.76 |
| Hex | D2 | AA | DA | 4 | 16 | 0 | F | 122 | 27 | 4C |
| Octal | 322 | 252 | 332 | 4 | 26 | 0 | 17 | 442 | 47 | 114 |
| Binary | 11010010 | 10101010 | 11011010 | 100 | 10110 | 0 | 1111 | 100100010 | 100111 | 1001100 |
Color Harmonies of #D2AADA
Complementary color
Monochromatic Colors of #D2AADA
Black with #D2AADA
Text Example
Text Example
White with #D2AADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AADA; }
p { color: rgb(210,170,218); }
H1.HeaderClassName
{
color: #D2AADA;
}
.AnyTagClassName
{
color: #D2AADA;
}
</style>
background-color css
<style>
a { background-color: #D2AADA; }
a { background-color: rgb(210,170,218); }
div.DivClassName
{
background-color: #D2AADA;
}
.BgClassName
{
background-color: #D2AADA;
}
</style>
border-color css
<style>
span { border-color: #D2AADA; }
span { border-color: rgb(210,170,218); }
td.TdClassName
{
border-color: #D2AADA;
}
.TagClassName
{
border-color: #D2AADA;
}
</style>