Shades of Wisteria #D198DB
Tints of Wisteria #D198DB
RGB
CMYK
RGB Variations
Color information
#D198DB (or 0xD198DB) is known color: Wisteria. HEX triplet: D1, 98 and DB. RGB value is (209,152,219). Sum of RGB (Red+Green+Blue) = 209+152+219=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #D198DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198DB is #2E6724. Grayscale: #B0B0B0. Windows color (decimal): -3041061 or 14391505. OLE color: 14391505.
HSL color Cylindrical-coordinate representation of color #D198DB: hue angle of 291.04º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D198DB is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 152 | 219 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.14 |
| HSL | 291.04º | 0.48% | 0.73% | - |
| HSV(B) | 291.04º | 0.31% | 0.86% | - |
| XYZ | 50.31 | 41.13 | 72.3 | - |
| YUV | 176.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 219 | 0.05 | 0.31 | 0 | 0.14 | 291.04 | 0.48 | 0.73 |
| Hex | D1 | 98 | DB | 5 | 1F | 0 | E | 123 | 30 | 49 |
| Octal | 321 | 230 | 333 | 5 | 37 | 0 | 16 | 443 | 60 | 111 |
| Binary | 11010001 | 10011000 | 11011011 | 101 | 11111 | 0 | 1110 | 100100011 | 110000 | 1001001 |
Color Harmonies of #D198DB
Complementary color
Monochromatic Colors of #D198DB
Black with #D198DB
Text Example
Text Example
White with #D198DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198DB; }
p { color: rgb(209,152,219); }
H1.HeaderClassName
{
color: #D198DB;
}
.AnyTagClassName
{
color: #D198DB;
}
</style>
background-color css
<style>
a { background-color: #D198DB; }
a { background-color: rgb(209,152,219); }
div.DivClassName
{
background-color: #D198DB;
}
.BgClassName
{
background-color: #D198DB;
}
</style>
border-color css
<style>
span { border-color: #D198DB; }
span { border-color: rgb(209,152,219); }
td.TdClassName
{
border-color: #D198DB;
}
.TagClassName
{
border-color: #D198DB;
}
</style>