Shades of Wisteria #D198F6
Tints of Wisteria #D198F6
RGB
CMYK
RGB Variations
Color information
#D198F6 (or 0xD198F6) is known color: Wisteria. HEX triplet: D1, 98 and F6. RGB value is (209,152,246). Sum of RGB (Red+Green+Blue) = 209+152+246=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #D198F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D198F6 is #2E6709. Grayscale: #B3B3B3. Windows color (decimal): -3041034 or 16160977. OLE color: 16160977.
HSL color Cylindrical-coordinate representation of color #D198F6: hue angle of 276.38º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D198F6 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 152 | 246 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.04 |
| HSL | 276.38º | 0.84% | 0.78% | - |
| HSV(B) | 276.38º | 0.38% | 0.96% | - |
| XYZ | 54.16 | 42.67 | 92.57 | - |
| YUV | 179.76 | 165.38 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 246 | 0.15 | 0.38 | 0 | 0.04 | 276.38 | 0.84 | 0.78 |
| Hex | D1 | 98 | F6 | F | 26 | 0 | 4 | 114 | 54 | 4E |
| Octal | 321 | 230 | 366 | 17 | 46 | 0 | 4 | 424 | 124 | 116 |
| Binary | 11010001 | 10011000 | 11110110 | 1111 | 100110 | 0 | 100 | 100010100 | 1010100 | 1001110 |
Color Harmonies of #D198F6
Complementary color
Monochromatic Colors of #D198F6
Black with #D198F6
Text Example
Text Example
White with #D198F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198F6; }
p { color: rgb(209,152,246); }
H1.HeaderClassName
{
color: #D198F6;
}
.AnyTagClassName
{
color: #D198F6;
}
</style>
background-color css
<style>
a { background-color: #D198F6; }
a { background-color: rgb(209,152,246); }
div.DivClassName
{
background-color: #D198F6;
}
.BgClassName
{
background-color: #D198F6;
}
</style>
border-color css
<style>
span { border-color: #D198F6; }
span { border-color: rgb(209,152,246); }
td.TdClassName
{
border-color: #D198F6;
}
.TagClassName
{
border-color: #D198F6;
}
</style>