Shades of Wisteria #D199F1
Tints of Wisteria #D199F1
RGB
CMYK
RGB Variations
Color information
#D199F1 (or 0xD199F1) is known color: Wisteria. HEX triplet: D1, 99 and F1. RGB value is (209,153,241). Sum of RGB (Red+Green+Blue) = 209+153+241=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #D199F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D199F1 is #2E660E. Grayscale: #B3B3B3. Windows color (decimal): -3040783 or 15833553. OLE color: 15833553.
HSL color Cylindrical-coordinate representation of color #D199F1: hue angle of 278.18º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D199F1 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 153 | 241 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.05 |
| HSL | 278.18º | 0.76% | 0.77% | - |
| HSV(B) | 278.18º | 0.37% | 0.95% | - |
| XYZ | 53.56 | 42.69 | 88.64 | - |
| YUV | 179.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 241 | 0.13 | 0.37 | 0 | 0.05 | 278.18 | 0.76 | 0.77 |
| Hex | D1 | 99 | F1 | D | 25 | 0 | 5 | 116 | 4C | 4D |
| Octal | 321 | 231 | 361 | 15 | 45 | 0 | 5 | 426 | 114 | 115 |
| Binary | 11010001 | 10011001 | 11110001 | 1101 | 100101 | 0 | 101 | 100010110 | 1001100 | 1001101 |
Color Harmonies of #D199F1
Complementary color
Monochromatic Colors of #D199F1
Black with #D199F1
Text Example
Text Example
White with #D199F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D199F1; }
p { color: rgb(209,153,241); }
H1.HeaderClassName
{
color: #D199F1;
}
.AnyTagClassName
{
color: #D199F1;
}
</style>
background-color css
<style>
a { background-color: #D199F1; }
a { background-color: rgb(209,153,241); }
div.DivClassName
{
background-color: #D199F1;
}
.BgClassName
{
background-color: #D199F1;
}
</style>
border-color css
<style>
span { border-color: #D199F1; }
span { border-color: rgb(209,153,241); }
td.TdClassName
{
border-color: #D199F1;
}
.TagClassName
{
border-color: #D199F1;
}
</style>