Shades of Wisteria #D0A8DF
Tints of Wisteria #D0A8DF
RGB
CMYK
RGB Variations
Color information
#D0A8DF (or 0xD0A8DF) is known color: Wisteria. HEX triplet: D0, A8 and DF. RGB value is (208,168,223). Sum of RGB (Red+Green+Blue) = 208+168+223=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8DF is #2F5720. Grayscale: #BABABA. Windows color (decimal): -3102497 or 14657744. OLE color: 14657744.
HSL color Cylindrical-coordinate representation of color #D0A8DF: hue angle of 283.64º 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 #D0A8DF is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 168 | 223 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.13 |
| HSL | 283.64º | 0.46% | 0.77% | - |
| HSV(B) | 283.64º | 0.25% | 0.87% | - |
| XYZ | 53.33 | 46.74 | 76.02 | - |
| YUV | 186.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 223 | 0.07 | 0.25 | 0 | 0.13 | 283.64 | 0.46 | 0.77 |
| Hex | D0 | A8 | DF | 7 | 19 | 0 | D | 11C | 2E | 4D |
| Octal | 320 | 250 | 337 | 7 | 31 | 0 | 15 | 434 | 56 | 115 |
| Binary | 11010000 | 10101000 | 11011111 | 111 | 11001 | 0 | 1101 | 100011100 | 101110 | 1001101 |
Color Harmonies of #D0A8DF
Complementary color
Monochromatic Colors of #D0A8DF
Black with #D0A8DF
Text Example
Text Example
White with #D0A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A8DF; }
p { color: rgb(208,168,223); }
H1.HeaderClassName
{
color: #D0A8DF;
}
.AnyTagClassName
{
color: #D0A8DF;
}
</style>
background-color css
<style>
a { background-color: #D0A8DF; }
a { background-color: rgb(208,168,223); }
div.DivClassName
{
background-color: #D0A8DF;
}
.BgClassName
{
background-color: #D0A8DF;
}
</style>
border-color css
<style>
span { border-color: #D0A8DF; }
span { border-color: rgb(208,168,223); }
td.TdClassName
{
border-color: #D0A8DF;
}
.TagClassName
{
border-color: #D0A8DF;
}
</style>