Shades of Wisteria #D198DD
Tints of Wisteria #D198DD
RGB
CMYK
RGB Variations
Color information
#D198DD (or 0xD198DD) is known color: Wisteria. HEX triplet: D1, 98 and DD. RGB value is (209,152,221). Sum of RGB (Red+Green+Blue) = 209+152+221=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #D198DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198DD is #2E6722. Grayscale: #B0B0B0. Windows color (decimal): -3041059 or 14522577. OLE color: 14522577.
HSL color Cylindrical-coordinate representation of color #D198DD: hue angle of 289.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D198DD is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 152 | 221 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.13 |
| HSL | 289.57º | 0.5% | 0.73% | - |
| HSV(B) | 289.57º | 0.31% | 0.87% | - |
| XYZ | 50.57 | 41.23 | 73.7 | - |
| YUV | 176.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 221 | 0.05 | 0.31 | 0 | 0.13 | 289.57 | 0.5 | 0.73 |
| Hex | D1 | 98 | DD | 5 | 1F | 0 | D | 122 | 32 | 49 |
| Octal | 321 | 230 | 335 | 5 | 37 | 0 | 15 | 442 | 62 | 111 |
| Binary | 11010001 | 10011000 | 11011101 | 101 | 11111 | 0 | 1101 | 100100010 | 110010 | 1001001 |
Color Harmonies of #D198DD
Complementary color
Monochromatic Colors of #D198DD
Black with #D198DD
Text Example
Text Example
White with #D198DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198DD; }
p { color: rgb(209,152,221); }
H1.HeaderClassName
{
color: #D198DD;
}
.AnyTagClassName
{
color: #D198DD;
}
</style>
background-color css
<style>
a { background-color: #D198DD; }
a { background-color: rgb(209,152,221); }
div.DivClassName
{
background-color: #D198DD;
}
.BgClassName
{
background-color: #D198DD;
}
</style>
border-color css
<style>
span { border-color: #D198DD; }
span { border-color: rgb(209,152,221); }
td.TdClassName
{
border-color: #D198DD;
}
.TagClassName
{
border-color: #D198DD;
}
</style>