Shades of Wisteria #D0A4DB
Tints of Wisteria #D0A4DB
RGB
CMYK
RGB Variations
Color information
#D0A4DB (or 0xD0A4DB) is known color: Wisteria. HEX triplet: D0, A4 and DB. RGB value is (208,164,219). Sum of RGB (Red+Green+Blue) = 208+164+219=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 164 (64.45% from 255 or 27.75% 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 #D0A4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4DB is #2F5B24. Grayscale: #B7B7B7. Windows color (decimal): -3103525 or 14394576. OLE color: 14394576.
HSL color Cylindrical-coordinate representation of color #D0A4DB: hue angle of 288º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0A4DB is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 164 | 219 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.14 |
| HSL | 288º | 0.43% | 0.75% | - |
| HSV(B) | 288º | 0.25% | 0.86% | - |
| XYZ | 52.07 | 45.08 | 72.97 | - |
| YUV | 183.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 219 | 0.05 | 0.25 | 0 | 0.14 | 288 | 0.43 | 0.75 |
| Hex | D0 | A4 | DB | 5 | 19 | 0 | E | 120 | 2B | 4B |
| Octal | 320 | 244 | 333 | 5 | 31 | 0 | 16 | 440 | 53 | 113 |
| Binary | 11010000 | 10100100 | 11011011 | 101 | 11001 | 0 | 1110 | 100100000 | 101011 | 1001011 |
Color Harmonies of #D0A4DB
Complementary color
Monochromatic Colors of #D0A4DB
Black with #D0A4DB
Text Example
Text Example
White with #D0A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A4DB; }
p { color: rgb(208,164,219); }
H1.HeaderClassName
{
color: #D0A4DB;
}
.AnyTagClassName
{
color: #D0A4DB;
}
</style>
background-color css
<style>
a { background-color: #D0A4DB; }
a { background-color: rgb(208,164,219); }
div.DivClassName
{
background-color: #D0A4DB;
}
.BgClassName
{
background-color: #D0A4DB;
}
</style>
border-color css
<style>
span { border-color: #D0A4DB; }
span { border-color: rgb(208,164,219); }
td.TdClassName
{
border-color: #D0A4DB;
}
.TagClassName
{
border-color: #D0A4DB;
}
</style>