Shades of Wisteria #D18BE1
Tints of Wisteria #D18BE1
RGB
CMYK
RGB Variations
Color information
#D18BE1 (or 0xD18BE1) is known color: Wisteria. HEX triplet: D1, 8B and E1. RGB value is (209,139,225). Sum of RGB (Red+Green+Blue) = 209+139+225=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #D18BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BE1 is #2E741E. Grayscale: #A9A9A9. Windows color (decimal): -3044383 or 14781393. OLE color: 14781393.
HSL color Cylindrical-coordinate representation of color #D18BE1: hue angle of 288.84º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D18BE1 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 139 | 225 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.12 |
| HSL | 288.84º | 0.59% | 0.71% | - |
| HSV(B) | 288.84º | 0.38% | 0.88% | - |
| XYZ | 49.12 | 37.46 | 75.88 | - |
| YUV | 169.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 225 | 0.07 | 0.38 | 0 | 0.12 | 288.84 | 0.59 | 0.71 |
| Hex | D1 | 8B | E1 | 7 | 26 | 0 | C | 121 | 3B | 47 |
| Octal | 321 | 213 | 341 | 7 | 46 | 0 | 14 | 441 | 73 | 107 |
| Binary | 11010001 | 10001011 | 11100001 | 111 | 100110 | 0 | 1100 | 100100001 | 111011 | 1000111 |
Color Harmonies of #D18BE1
Complementary color
Monochromatic Colors of #D18BE1
Black with #D18BE1
Text Example
Text Example
White with #D18BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BE1; }
p { color: rgb(209,139,225); }
H1.HeaderClassName
{
color: #D18BE1;
}
.AnyTagClassName
{
color: #D18BE1;
}
</style>
background-color css
<style>
a { background-color: #D18BE1; }
a { background-color: rgb(209,139,225); }
div.DivClassName
{
background-color: #D18BE1;
}
.BgClassName
{
background-color: #D18BE1;
}
</style>
border-color css
<style>
span { border-color: #D18BE1; }
span { border-color: rgb(209,139,225); }
td.TdClassName
{
border-color: #D18BE1;
}
.TagClassName
{
border-color: #D18BE1;
}
</style>