Shades of Wisteria #D199DB
Tints of Wisteria #D199DB
RGB
CMYK
RGB Variations
Color information
#D199DB (or 0xD199DB) is known color: Wisteria. HEX triplet: D1, 99 and DB. RGB value is (209,153,219). Sum of RGB (Red+Green+Blue) = 209+153+219=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #D199DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199DB is #2E6624. Grayscale: #B1B1B1. Windows color (decimal): -3040805 or 14391761. OLE color: 14391761.
HSL color Cylindrical-coordinate representation of color #D199DB: hue angle of 290.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D199DB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 153 | 219 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.14 |
| HSL | 290.91º | 0.48% | 0.73% | - |
| HSV(B) | 290.91º | 0.3% | 0.86% | - |
| XYZ | 50.47 | 41.45 | 72.36 | - |
| YUV | 177.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 219 | 0.05 | 0.30 | 0 | 0.14 | 290.91 | 0.48 | 0.73 |
| Hex | D1 | 99 | DB | 5 | 1E | 0 | E | 123 | 30 | 49 |
| Octal | 321 | 231 | 333 | 5 | 36 | 0 | 16 | 443 | 60 | 111 |
| Binary | 11010001 | 10011001 | 11011011 | 101 | 11110 | 0 | 1110 | 100100011 | 110000 | 1001001 |
Color Harmonies of #D199DB
Complementary color
Monochromatic Colors of #D199DB
Black with #D199DB
Text Example
Text Example
White with #D199DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D199DB; }
p { color: rgb(209,153,219); }
H1.HeaderClassName
{
color: #D199DB;
}
.AnyTagClassName
{
color: #D199DB;
}
</style>
background-color css
<style>
a { background-color: #D199DB; }
a { background-color: rgb(209,153,219); }
div.DivClassName
{
background-color: #D199DB;
}
.BgClassName
{
background-color: #D199DB;
}
</style>
border-color css
<style>
span { border-color: #D199DB; }
span { border-color: rgb(209,153,219); }
td.TdClassName
{
border-color: #D199DB;
}
.TagClassName
{
border-color: #D199DB;
}
</style>