Shades of Wisteria #D198DC
Tints of Wisteria #D198DC
RGB
CMYK
RGB Variations
Color information
#D198DC (or 0xD198DC) is known color: Wisteria. HEX triplet: D1, 98 and DC. RGB value is (209,152,220). Sum of RGB (Red+Green+Blue) = 209+152+220=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #D198DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198DC is #2E6723. Grayscale: #B0B0B0. Windows color (decimal): -3041060 or 14457041. OLE color: 14457041.
HSL color Cylindrical-coordinate representation of color #D198DC: hue angle of 290.29º degrees, saturation: 0.49, 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 #D198DC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 152 | 220 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.14 |
| HSL | 290.29º | 0.49% | 0.73% | - |
| HSV(B) | 290.29º | 0.31% | 0.86% | - |
| XYZ | 50.44 | 41.18 | 73 | - |
| YUV | 176.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 220 | 0.05 | 0.31 | 0 | 0.14 | 290.29 | 0.49 | 0.73 |
| Hex | D1 | 98 | DC | 5 | 1F | 0 | E | 122 | 31 | 49 |
| Octal | 321 | 230 | 334 | 5 | 37 | 0 | 16 | 442 | 61 | 111 |
| Binary | 11010001 | 10011000 | 11011100 | 101 | 11111 | 0 | 1110 | 100100010 | 110001 | 1001001 |
Color Harmonies of #D198DC
Complementary color
Monochromatic Colors of #D198DC
Black with #D198DC
Text Example
Text Example
White with #D198DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198DC; }
p { color: rgb(209,152,220); }
H1.HeaderClassName
{
color: #D198DC;
}
.AnyTagClassName
{
color: #D198DC;
}
</style>
background-color css
<style>
a { background-color: #D198DC; }
a { background-color: rgb(209,152,220); }
div.DivClassName
{
background-color: #D198DC;
}
.BgClassName
{
background-color: #D198DC;
}
</style>
border-color css
<style>
span { border-color: #D198DC; }
span { border-color: rgb(209,152,220); }
td.TdClassName
{
border-color: #D198DC;
}
.TagClassName
{
border-color: #D198DC;
}
</style>