Shades of Wisteria #D18BDF
Tints of Wisteria #D18BDF
RGB
CMYK
RGB Variations
Color information
#D18BDF (or 0xD18BDF) is known color: Wisteria. HEX triplet: D1, 8B and DF. RGB value is (209,139,223). Sum of RGB (Red+Green+Blue) = 209+139+223=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #D18BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BDF is #2E7420. Grayscale: #A9A9A9. Windows color (decimal): -3044385 or 14650321. OLE color: 14650321.
HSL color Cylindrical-coordinate representation of color #D18BDF: hue angle of 290º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D18BDF is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 139 | 223 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.13 |
| HSL | 290º | 0.57% | 0.71% | - |
| HSV(B) | 290º | 0.38% | 0.87% | - |
| XYZ | 48.85 | 37.35 | 74.45 | - |
| YUV | 169.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 223 | 0.06 | 0.38 | 0 | 0.13 | 290 | 0.57 | 0.71 |
| Hex | D1 | 8B | DF | 6 | 26 | 0 | D | 122 | 39 | 47 |
| Octal | 321 | 213 | 337 | 6 | 46 | 0 | 15 | 442 | 71 | 107 |
| Binary | 11010001 | 10001011 | 11011111 | 110 | 100110 | 0 | 1101 | 100100010 | 111001 | 1000111 |
Color Harmonies of #D18BDF
Complementary color
Monochromatic Colors of #D18BDF
Black with #D18BDF
Text Example
Text Example
White with #D18BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BDF; }
p { color: rgb(209,139,223); }
H1.HeaderClassName
{
color: #D18BDF;
}
.AnyTagClassName
{
color: #D18BDF;
}
</style>
background-color css
<style>
a { background-color: #D18BDF; }
a { background-color: rgb(209,139,223); }
div.DivClassName
{
background-color: #D18BDF;
}
.BgClassName
{
background-color: #D18BDF;
}
</style>
border-color css
<style>
span { border-color: #D18BDF; }
span { border-color: rgb(209,139,223); }
td.TdClassName
{
border-color: #D18BDF;
}
.TagClassName
{
border-color: #D18BDF;
}
</style>