Shades of Wisteria #D2A8DF
Tints of Wisteria #D2A8DF
RGB
CMYK
RGB Variations
Color information
#D2A8DF (or 0xD2A8DF) is known color: Wisteria. HEX triplet: D2, A8 and DF. RGB value is (210,168,223). Sum of RGB (Red+Green+Blue) = 210+168+223=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8DF is #2D5720. Grayscale: #BABABA. Windows color (decimal): -2971425 or 14657746. OLE color: 14657746.
HSL color Cylindrical-coordinate representation of color #D2A8DF: hue angle of 285.82º 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 #D2A8DF is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 168 | 223 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.13 |
| HSL | 285.82º | 0.46% | 0.77% | - |
| HSV(B) | 285.82º | 0.25% | 0.87% | - |
| XYZ | 53.9 | 47.03 | 76.05 | - |
| YUV | 186.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 223 | 0.06 | 0.25 | 0 | 0.13 | 285.82 | 0.46 | 0.77 |
| Hex | D2 | A8 | DF | 6 | 19 | 0 | D | 11E | 2E | 4D |
| Octal | 322 | 250 | 337 | 6 | 31 | 0 | 15 | 436 | 56 | 115 |
| Binary | 11010010 | 10101000 | 11011111 | 110 | 11001 | 0 | 1101 | 100011110 | 101110 | 1001101 |
Color Harmonies of #D2A8DF
Complementary color
Monochromatic Colors of #D2A8DF
Black with #D2A8DF
Text Example
Text Example
White with #D2A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A8DF; }
p { color: rgb(210,168,223); }
H1.HeaderClassName
{
color: #D2A8DF;
}
.AnyTagClassName
{
color: #D2A8DF;
}
</style>
background-color css
<style>
a { background-color: #D2A8DF; }
a { background-color: rgb(210,168,223); }
div.DivClassName
{
background-color: #D2A8DF;
}
.BgClassName
{
background-color: #D2A8DF;
}
</style>
border-color css
<style>
span { border-color: #D2A8DF; }
span { border-color: rgb(210,168,223); }
td.TdClassName
{
border-color: #D2A8DF;
}
.TagClassName
{
border-color: #D2A8DF;
}
</style>