Shades of Wisteria #D0A4DA
Tints of Wisteria #D0A4DA
RGB
CMYK
RGB Variations
Color information
#D0A4DA (or 0xD0A4DA) is known color: Wisteria. HEX triplet: D0, A4 and DA. RGB value is (208,164,218). Sum of RGB (Red+Green+Blue) = 208+164+218=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0A4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4DA is #2F5B25. Grayscale: #B7B7B7. Windows color (decimal): -3103526 or 14329040. OLE color: 14329040.
HSL color Cylindrical-coordinate representation of color #D0A4DA: hue angle of 288.89º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0A4DA is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 164 | 218 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.15 |
| HSL | 288.89º | 0.42% | 0.75% | - |
| HSV(B) | 288.89º | 0.25% | 0.85% | - |
| XYZ | 51.94 | 45.02 | 72.28 | - |
| YUV | 183.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 218 | 0.05 | 0.25 | 0 | 0.15 | 288.89 | 0.42 | 0.75 |
| Hex | D0 | A4 | DA | 5 | 19 | 0 | F | 121 | 2A | 4B |
| Octal | 320 | 244 | 332 | 5 | 31 | 0 | 17 | 441 | 52 | 113 |
| Binary | 11010000 | 10100100 | 11011010 | 101 | 11001 | 0 | 1111 | 100100001 | 101010 | 1001011 |
Color Harmonies of #D0A4DA
Complementary color
Monochromatic Colors of #D0A4DA
Black with #D0A4DA
Text Example
Text Example
White with #D0A4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A4DA; }
p { color: rgb(208,164,218); }
H1.HeaderClassName
{
color: #D0A4DA;
}
.AnyTagClassName
{
color: #D0A4DA;
}
</style>
background-color css
<style>
a { background-color: #D0A4DA; }
a { background-color: rgb(208,164,218); }
div.DivClassName
{
background-color: #D0A4DA;
}
.BgClassName
{
background-color: #D0A4DA;
}
</style>
border-color css
<style>
span { border-color: #D0A4DA; }
span { border-color: rgb(208,164,218); }
td.TdClassName
{
border-color: #D0A4DA;
}
.TagClassName
{
border-color: #D0A4DA;
}
</style>