Shades of Wisteria #D19BDF
Tints of Wisteria #D19BDF
RGB
CMYK
RGB Variations
Color information
#D19BDF (or 0xD19BDF) is known color: Wisteria. HEX triplet: D1, 9B and DF. RGB value is (209,155,223). Sum of RGB (Red+Green+Blue) = 209+155+223=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #D19BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BDF is #2E6420. Grayscale: #B2B2B2. Windows color (decimal): -3040289 or 14654417. OLE color: 14654417.
HSL color Cylindrical-coordinate representation of color #D19BDF: hue angle of 287.65º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19BDF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 155 | 223 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.13 |
| HSL | 287.65º | 0.52% | 0.74% | - |
| HSV(B) | 287.65º | 0.3% | 0.87% | - |
| XYZ | 51.34 | 42.33 | 75.28 | - |
| YUV | 178.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 223 | 0.06 | 0.30 | 0 | 0.13 | 287.65 | 0.52 | 0.74 |
| Hex | D1 | 9B | DF | 6 | 1E | 0 | D | 120 | 34 | 4A |
| Octal | 321 | 233 | 337 | 6 | 36 | 0 | 15 | 440 | 64 | 112 |
| Binary | 11010001 | 10011011 | 11011111 | 110 | 11110 | 0 | 1101 | 100100000 | 110100 | 1001010 |
Color Harmonies of #D19BDF
Complementary color
Monochromatic Colors of #D19BDF
Black with #D19BDF
Text Example
Text Example
White with #D19BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BDF; }
p { color: rgb(209,155,223); }
H1.HeaderClassName
{
color: #D19BDF;
}
.AnyTagClassName
{
color: #D19BDF;
}
</style>
background-color css
<style>
a { background-color: #D19BDF; }
a { background-color: rgb(209,155,223); }
div.DivClassName
{
background-color: #D19BDF;
}
.BgClassName
{
background-color: #D19BDF;
}
</style>
border-color css
<style>
span { border-color: #D19BDF; }
span { border-color: rgb(209,155,223); }
td.TdClassName
{
border-color: #D19BDF;
}
.TagClassName
{
border-color: #D19BDF;
}
</style>