Shades of Wisteria #D5A8DF
Tints of Wisteria #D5A8DF
RGB
CMYK
RGB Variations
Color information
#D5A8DF (or 0xD5A8DF) is known color: Wisteria. HEX triplet: D5, A8 and DF. RGB value is (213,168,223). Sum of RGB (Red+Green+Blue) = 213+168+223=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A8DF is #2A5720. Grayscale: #BBBBBB. Windows color (decimal): -2774817 or 14657749. OLE color: 14657749.
HSL color Cylindrical-coordinate representation of color #D5A8DF: hue angle of 289.09º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A8DF is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 168 | 223 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.13 |
| HSL | 289.09º | 0.46% | 0.77% | - |
| HSV(B) | 289.09º | 0.25% | 0.87% | - |
| XYZ | 54.76 | 47.48 | 76.09 | - |
| YUV | 187.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 223 | 0.04 | 0.25 | 0 | 0.13 | 289.09 | 0.46 | 0.77 |
| Hex | D5 | A8 | DF | 4 | 19 | 0 | D | 121 | 2E | 4D |
| Octal | 325 | 250 | 337 | 4 | 31 | 0 | 15 | 441 | 56 | 115 |
| Binary | 11010101 | 10101000 | 11011111 | 100 | 11001 | 0 | 1101 | 100100001 | 101110 | 1001101 |
Color Harmonies of #D5A8DF
Complementary color
Monochromatic Colors of #D5A8DF
Black with #D5A8DF
Text Example
Text Example
White with #D5A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8DF; }
p { color: rgb(213,168,223); }
H1.HeaderClassName
{
color: #D5A8DF;
}
.AnyTagClassName
{
color: #D5A8DF;
}
</style>
background-color css
<style>
a { background-color: #D5A8DF; }
a { background-color: rgb(213,168,223); }
div.DivClassName
{
background-color: #D5A8DF;
}
.BgClassName
{
background-color: #D5A8DF;
}
</style>
border-color css
<style>
span { border-color: #D5A8DF; }
span { border-color: rgb(213,168,223); }
td.TdClassName
{
border-color: #D5A8DF;
}
.TagClassName
{
border-color: #D5A8DF;
}
</style>