Shades of Wisteria #D19DDF
Tints of Wisteria #D19DDF
RGB
CMYK
RGB Variations
Color information
#D19DDF (or 0xD19DDF) is known color: Wisteria. HEX triplet: D1, 9D and DF. RGB value is (209,157,223). Sum of RGB (Red+Green+Blue) = 209+157+223=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #D19DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DDF is #2E6220. Grayscale: #B3B3B3. Windows color (decimal): -3039777 or 14654929. OLE color: 14654929.
HSL color Cylindrical-coordinate representation of color #D19DDF: hue angle of 287.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19DDF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 157 | 223 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.13 |
| HSL | 287.27º | 0.51% | 0.75% | - |
| HSV(B) | 287.27º | 0.3% | 0.87% | - |
| XYZ | 51.67 | 43 | 75.39 | - |
| YUV | 180.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 223 | 0.06 | 0.30 | 0 | 0.13 | 287.27 | 0.51 | 0.75 |
| Hex | D1 | 9D | DF | 6 | 1E | 0 | D | 11F | 33 | 4B |
| Octal | 321 | 235 | 337 | 6 | 36 | 0 | 15 | 437 | 63 | 113 |
| Binary | 11010001 | 10011101 | 11011111 | 110 | 11110 | 0 | 1101 | 100011111 | 110011 | 1001011 |
Color Harmonies of #D19DDF
Complementary color
Monochromatic Colors of #D19DDF
Black with #D19DDF
Text Example
Text Example
White with #D19DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19DDF; }
p { color: rgb(209,157,223); }
H1.HeaderClassName
{
color: #D19DDF;
}
.AnyTagClassName
{
color: #D19DDF;
}
</style>
background-color css
<style>
a { background-color: #D19DDF; }
a { background-color: rgb(209,157,223); }
div.DivClassName
{
background-color: #D19DDF;
}
.BgClassName
{
background-color: #D19DDF;
}
</style>
border-color css
<style>
span { border-color: #D19DDF; }
span { border-color: rgb(209,157,223); }
td.TdClassName
{
border-color: #D19DDF;
}
.TagClassName
{
border-color: #D19DDF;
}
</style>