Shades of Wisteria #D199F5
Tints of Wisteria #D199F5
RGB
CMYK
RGB Variations
Color information
#D199F5 (or 0xD199F5) is known color: Wisteria. HEX triplet: D1, 99 and F5. RGB value is (209,153,245). Sum of RGB (Red+Green+Blue) = 209+153+245=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #D199F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D199F5 is #2E660A. Grayscale: #B3B3B3. Windows color (decimal): -3040779 or 16095697. OLE color: 16095697.
HSL color Cylindrical-coordinate representation of color #D199F5: hue angle of 276.52º degrees, saturation: 0.82, 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 #D199F5 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 153 | 245 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.04 |
| HSL | 276.52º | 0.82% | 0.78% | - |
| HSV(B) | 276.52º | 0.38% | 0.96% | - |
| XYZ | 54.17 | 42.93 | 91.82 | - |
| YUV | 180.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 245 | 0.15 | 0.38 | 0 | 0.04 | 276.52 | 0.82 | 0.78 |
| Hex | D1 | 99 | F5 | F | 26 | 0 | 4 | 115 | 52 | 4E |
| Octal | 321 | 231 | 365 | 17 | 46 | 0 | 4 | 425 | 122 | 116 |
| Binary | 11010001 | 10011001 | 11110101 | 1111 | 100110 | 0 | 100 | 100010101 | 1010010 | 1001110 |
Color Harmonies of #D199F5
Complementary color
Monochromatic Colors of #D199F5
Black with #D199F5
Text Example
Text Example
White with #D199F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D199F5; }
p { color: rgb(209,153,245); }
H1.HeaderClassName
{
color: #D199F5;
}
.AnyTagClassName
{
color: #D199F5;
}
</style>
background-color css
<style>
a { background-color: #D199F5; }
a { background-color: rgb(209,153,245); }
div.DivClassName
{
background-color: #D199F5;
}
.BgClassName
{
background-color: #D199F5;
}
</style>
border-color css
<style>
span { border-color: #D199F5; }
span { border-color: rgb(209,153,245); }
td.TdClassName
{
border-color: #D199F5;
}
.TagClassName
{
border-color: #D199F5;
}
</style>