Shades of Wisteria #D0A2DF
Tints of Wisteria #D0A2DF
RGB
CMYK
RGB Variations
Color information
#D0A2DF (or 0xD0A2DF) is known color: Wisteria. HEX triplet: D0, A2 and DF. RGB value is (208,162,223). Sum of RGB (Red+Green+Blue) = 208+162+223=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 162 (63.67% from 255 or 27.32% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0A2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2DF is #2F5D20. Grayscale: #B6B6B6. Windows color (decimal): -3104033 or 14656208. OLE color: 14656208.
HSL color Cylindrical-coordinate representation of color #D0A2DF: hue angle of 285.25º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0A2DF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 162 | 223 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.13 |
| HSL | 285.25º | 0.49% | 0.75% | - |
| HSV(B) | 285.25º | 0.27% | 0.87% | - |
| XYZ | 52.25 | 44.58 | 75.66 | - |
| YUV | 182.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 223 | 0.07 | 0.27 | 0 | 0.13 | 285.25 | 0.49 | 0.75 |
| Hex | D0 | A2 | DF | 7 | 1B | 0 | D | 11D | 31 | 4B |
| Octal | 320 | 242 | 337 | 7 | 33 | 0 | 15 | 435 | 61 | 113 |
| Binary | 11010000 | 10100010 | 11011111 | 111 | 11011 | 0 | 1101 | 100011101 | 110001 | 1001011 |
Color Harmonies of #D0A2DF
Complementary color
Monochromatic Colors of #D0A2DF
Black with #D0A2DF
Text Example
Text Example
White with #D0A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2DF; }
p { color: rgb(208,162,223); }
H1.HeaderClassName
{
color: #D0A2DF;
}
.AnyTagClassName
{
color: #D0A2DF;
}
</style>
background-color css
<style>
a { background-color: #D0A2DF; }
a { background-color: rgb(208,162,223); }
div.DivClassName
{
background-color: #D0A2DF;
}
.BgClassName
{
background-color: #D0A2DF;
}
</style>
border-color css
<style>
span { border-color: #D0A2DF; }
span { border-color: rgb(208,162,223); }
td.TdClassName
{
border-color: #D0A2DF;
}
.TagClassName
{
border-color: #D0A2DF;
}
</style>