Shades of Wisteria #D1A8DD
Tints of Wisteria #D1A8DD
RGB
CMYK
RGB Variations
Color information
#D1A8DD (or 0xD1A8DD) is known color: Wisteria. HEX triplet: D1, A8 and DD. RGB value is (209,168,221). Sum of RGB (Red+Green+Blue) = 209+168+221=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 168 (66.02% from 255 or 28.09% 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 #D1A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A8DD is #2E5722. Grayscale: #BABABA. Windows color (decimal): -3036963 or 14526673. OLE color: 14526673.
HSL color Cylindrical-coordinate representation of color #D1A8DD: hue angle of 286.42º degrees, saturation: 0.44, 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 #D1A8DD is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 168 | 221 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.13 |
| HSL | 286.42º | 0.44% | 0.76% | - |
| HSV(B) | 286.42º | 0.24% | 0.87% | - |
| XYZ | 53.35 | 46.78 | 74.62 | - |
| YUV | 186.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 221 | 0.05 | 0.24 | 0 | 0.13 | 286.42 | 0.44 | 0.76 |
| Hex | D1 | A8 | DD | 5 | 18 | 0 | D | 11E | 2C | 4C |
| Octal | 321 | 250 | 335 | 5 | 30 | 0 | 15 | 436 | 54 | 114 |
| Binary | 11010001 | 10101000 | 11011101 | 101 | 11000 | 0 | 1101 | 100011110 | 101100 | 1001100 |
Color Harmonies of #D1A8DD
Complementary color
Monochromatic Colors of #D1A8DD
Black with #D1A8DD
Text Example
Text Example
White with #D1A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A8DD; }
p { color: rgb(209,168,221); }
H1.HeaderClassName
{
color: #D1A8DD;
}
.AnyTagClassName
{
color: #D1A8DD;
}
</style>
background-color css
<style>
a { background-color: #D1A8DD; }
a { background-color: rgb(209,168,221); }
div.DivClassName
{
background-color: #D1A8DD;
}
.BgClassName
{
background-color: #D1A8DD;
}
</style>
border-color css
<style>
span { border-color: #D1A8DD; }
span { border-color: rgb(209,168,221); }
td.TdClassName
{
border-color: #D1A8DD;
}
.TagClassName
{
border-color: #D1A8DD;
}
</style>