Shades of Wisteria #D196DF
Tints of Wisteria #D196DF
RGB
CMYK
RGB Variations
Color information
#D196DF (or 0xD196DF) is known color: Wisteria. HEX triplet: D1, 96 and DF. RGB value is (209,150,223). Sum of RGB (Red+Green+Blue) = 209+150+223=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #D196DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196DF is #2E6920. Grayscale: #AFAFAF. Windows color (decimal): -3041569 or 14653137. OLE color: 14653137.
HSL color Cylindrical-coordinate representation of color #D196DF: hue angle of 288.49º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D196DF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 150 | 223 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.13 |
| HSL | 288.49º | 0.53% | 0.73% | - |
| HSV(B) | 288.49º | 0.33% | 0.87% | - |
| XYZ | 50.52 | 40.7 | 75 | - |
| YUV | 175.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 223 | 0.06 | 0.33 | 0 | 0.13 | 288.49 | 0.53 | 0.73 |
| Hex | D1 | 96 | DF | 6 | 21 | 0 | D | 120 | 35 | 49 |
| Octal | 321 | 226 | 337 | 6 | 41 | 0 | 15 | 440 | 65 | 111 |
| Binary | 11010001 | 10010110 | 11011111 | 110 | 100001 | 0 | 1101 | 100100000 | 110101 | 1001001 |
Color Harmonies of #D196DF
Complementary color
Monochromatic Colors of #D196DF
Black with #D196DF
Text Example
Text Example
White with #D196DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D196DF; }
p { color: rgb(209,150,223); }
H1.HeaderClassName
{
color: #D196DF;
}
.AnyTagClassName
{
color: #D196DF;
}
</style>
background-color css
<style>
a { background-color: #D196DF; }
a { background-color: rgb(209,150,223); }
div.DivClassName
{
background-color: #D196DF;
}
.BgClassName
{
background-color: #D196DF;
}
</style>
border-color css
<style>
span { border-color: #D196DF; }
span { border-color: rgb(209,150,223); }
td.TdClassName
{
border-color: #D196DF;
}
.TagClassName
{
border-color: #D196DF;
}
</style>