Shades of Wisteria #D19FF2
Tints of Wisteria #D19FF2
RGB
CMYK
RGB Variations
Color information
#D19FF2 (or 0xD19FF2) is known color: Wisteria. HEX triplet: D1, 9F and F2. RGB value is (209,159,242). Sum of RGB (Red+Green+Blue) = 209+159+242=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #D19FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19FF2 is #2E600D. Grayscale: #B7B7B7. Windows color (decimal): -3039246 or 15900625. OLE color: 15900625.
HSL color Cylindrical-coordinate representation of color #D19FF2: hue angle of 276.14º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D19FF2 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 159 | 242 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.05 |
| HSL | 276.14º | 0.76% | 0.79% | - |
| HSV(B) | 276.14º | 0.34% | 0.95% | - |
| XYZ | 54.72 | 44.76 | 89.76 | - |
| YUV | 183.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 242 | 0.14 | 0.34 | 0 | 0.05 | 276.14 | 0.76 | 0.79 |
| Hex | D1 | 9F | F2 | E | 22 | 0 | 5 | 114 | 4C | 4F |
| Octal | 321 | 237 | 362 | 16 | 42 | 0 | 5 | 424 | 114 | 117 |
| Binary | 11010001 | 10011111 | 11110010 | 1110 | 100010 | 0 | 101 | 100010100 | 1001100 | 1001111 |
Color Harmonies of #D19FF2
Complementary color
Monochromatic Colors of #D19FF2
Black with #D19FF2
Text Example
Text Example
White with #D19FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FF2; }
p { color: rgb(209,159,242); }
H1.HeaderClassName
{
color: #D19FF2;
}
.AnyTagClassName
{
color: #D19FF2;
}
</style>
background-color css
<style>
a { background-color: #D19FF2; }
a { background-color: rgb(209,159,242); }
div.DivClassName
{
background-color: #D19FF2;
}
.BgClassName
{
background-color: #D19FF2;
}
</style>
border-color css
<style>
span { border-color: #D19FF2; }
span { border-color: rgb(209,159,242); }
td.TdClassName
{
border-color: #D19FF2;
}
.TagClassName
{
border-color: #D19FF2;
}
</style>