Shades of Wisteria #D0A2DA
Tints of Wisteria #D0A2DA
RGB
CMYK
RGB Variations
Color information
#D0A2DA (or 0xD0A2DA) is known color: Wisteria. HEX triplet: D0, A2 and DA. RGB value is (208,162,218). Sum of RGB (Red+Green+Blue) = 208+162+218=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0A2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2DA is #2F5D25. Grayscale: #B5B5B5. Windows color (decimal): -3104038 or 14328528. OLE color: 14328528.
HSL color Cylindrical-coordinate representation of color #D0A2DA: hue angle of 289.29º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0A2DA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 162 | 218 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.15 |
| HSL | 289.29º | 0.43% | 0.75% | - |
| HSV(B) | 289.29º | 0.26% | 0.85% | - |
| XYZ | 51.59 | 44.31 | 72.16 | - |
| YUV | 182.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 218 | 0.05 | 0.26 | 0 | 0.15 | 289.29 | 0.43 | 0.75 |
| Hex | D0 | A2 | DA | 5 | 1A | 0 | F | 121 | 2B | 4B |
| Octal | 320 | 242 | 332 | 5 | 32 | 0 | 17 | 441 | 53 | 113 |
| Binary | 11010000 | 10100010 | 11011010 | 101 | 11010 | 0 | 1111 | 100100001 | 101011 | 1001011 |
Color Harmonies of #D0A2DA
Complementary color
Monochromatic Colors of #D0A2DA
Black with #D0A2DA
Text Example
Text Example
White with #D0A2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2DA; }
p { color: rgb(208,162,218); }
H1.HeaderClassName
{
color: #D0A2DA;
}
.AnyTagClassName
{
color: #D0A2DA;
}
</style>
background-color css
<style>
a { background-color: #D0A2DA; }
a { background-color: rgb(208,162,218); }
div.DivClassName
{
background-color: #D0A2DA;
}
.BgClassName
{
background-color: #D0A2DA;
}
</style>
border-color css
<style>
span { border-color: #D0A2DA; }
span { border-color: rgb(208,162,218); }
td.TdClassName
{
border-color: #D0A2DA;
}
.TagClassName
{
border-color: #D0A2DA;
}
</style>