Shades of Wisteria #D1A3DB
Tints of Wisteria #D1A3DB
RGB
CMYK
RGB Variations
Color information
#D1A3DB (or 0xD1A3DB) is known color: Wisteria. HEX triplet: D1, A3 and DB. RGB value is (209,163,219). Sum of RGB (Red+Green+Blue) = 209+163+219=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1A3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A3DB is #2E5C24. Grayscale: #B6B6B6. Windows color (decimal): -3038245 or 14394321. OLE color: 14394321.
HSL color Cylindrical-coordinate representation of color #D1A3DB: hue angle of 289.29º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1A3DB is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 163 | 219 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.14 |
| HSL | 289.29º | 0.44% | 0.75% | - |
| HSV(B) | 289.29º | 0.26% | 0.86% | - |
| XYZ | 52.18 | 44.86 | 72.93 | - |
| YUV | 183.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 219 | 0.05 | 0.26 | 0 | 0.14 | 289.29 | 0.44 | 0.75 |
| Hex | D1 | A3 | DB | 5 | 1A | 0 | E | 121 | 2C | 4B |
| Octal | 321 | 243 | 333 | 5 | 32 | 0 | 16 | 441 | 54 | 113 |
| Binary | 11010001 | 10100011 | 11011011 | 101 | 11010 | 0 | 1110 | 100100001 | 101100 | 1001011 |
Color Harmonies of #D1A3DB
Complementary color
Monochromatic Colors of #D1A3DB
Black with #D1A3DB
Text Example
Text Example
White with #D1A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A3DB; }
p { color: rgb(209,163,219); }
H1.HeaderClassName
{
color: #D1A3DB;
}
.AnyTagClassName
{
color: #D1A3DB;
}
</style>
background-color css
<style>
a { background-color: #D1A3DB; }
a { background-color: rgb(209,163,219); }
div.DivClassName
{
background-color: #D1A3DB;
}
.BgClassName
{
background-color: #D1A3DB;
}
</style>
border-color css
<style>
span { border-color: #D1A3DB; }
span { border-color: rgb(209,163,219); }
td.TdClassName
{
border-color: #D1A3DB;
}
.TagClassName
{
border-color: #D1A3DB;
}
</style>