Shades of Wisteria #D0A9DD
Tints of Wisteria #D0A9DD
RGB
CMYK
RGB Variations
Color information
#D0A9DD (or 0xD0A9DD) is known color: Wisteria. HEX triplet: D0, A9 and DD. RGB value is (208,169,221). Sum of RGB (Red+Green+Blue) = 208+169+221=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9DD is #2F5622. Grayscale: #BABABA. Windows color (decimal): -3102243 or 14526928. OLE color: 14526928.
HSL color Cylindrical-coordinate representation of color #D0A9DD: hue angle of 285º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0A9DD is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 169 | 221 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.13 |
| HSL | 285º | 0.43% | 0.76% | - |
| HSV(B) | 285º | 0.24% | 0.87% | - |
| XYZ | 53.25 | 47.01 | 74.67 | - |
| YUV | 186.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 221 | 0.06 | 0.24 | 0 | 0.13 | 285 | 0.43 | 0.76 |
| Hex | D0 | A9 | DD | 6 | 18 | 0 | D | 11D | 2B | 4C |
| Octal | 320 | 251 | 335 | 6 | 30 | 0 | 15 | 435 | 53 | 114 |
| Binary | 11010000 | 10101001 | 11011101 | 110 | 11000 | 0 | 1101 | 100011101 | 101011 | 1001100 |
Color Harmonies of #D0A9DD
Complementary color
Monochromatic Colors of #D0A9DD
Black with #D0A9DD
Text Example
Text Example
White with #D0A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A9DD; }
p { color: rgb(208,169,221); }
H1.HeaderClassName
{
color: #D0A9DD;
}
.AnyTagClassName
{
color: #D0A9DD;
}
</style>
background-color css
<style>
a { background-color: #D0A9DD; }
a { background-color: rgb(208,169,221); }
div.DivClassName
{
background-color: #D0A9DD;
}
.BgClassName
{
background-color: #D0A9DD;
}
</style>
border-color css
<style>
span { border-color: #D0A9DD; }
span { border-color: rgb(208,169,221); }
td.TdClassName
{
border-color: #D0A9DD;
}
.TagClassName
{
border-color: #D0A9DD;
}
</style>