Shades of Wisteria #D18AE1
Tints of Wisteria #D18AE1
RGB
CMYK
RGB Variations
Color information
#D18AE1 (or 0xD18AE1) is known color: Wisteria. HEX triplet: D1, 8A and E1. RGB value is (209,138,225). Sum of RGB (Red+Green+Blue) = 209+138+225=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #D18AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AE1 is #2E751E. Grayscale: #A8A8A8. Windows color (decimal): -3044639 or 14781137. OLE color: 14781137.
HSL color Cylindrical-coordinate representation of color #D18AE1: hue angle of 288.97º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D18AE1 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 138 | 225 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.12 |
| HSL | 288.97º | 0.59% | 0.71% | - |
| HSV(B) | 288.97º | 0.39% | 0.88% | - |
| XYZ | 48.97 | 37.17 | 75.83 | - |
| YUV | 169.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 225 | 0.07 | 0.39 | 0 | 0.12 | 288.97 | 0.59 | 0.71 |
| Hex | D1 | 8A | E1 | 7 | 27 | 0 | C | 121 | 3B | 47 |
| Octal | 321 | 212 | 341 | 7 | 47 | 0 | 14 | 441 | 73 | 107 |
| Binary | 11010001 | 10001010 | 11100001 | 111 | 100111 | 0 | 1100 | 100100001 | 111011 | 1000111 |
Color Harmonies of #D18AE1
Complementary color
Monochromatic Colors of #D18AE1
Black with #D18AE1
Text Example
Text Example
White with #D18AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18AE1; }
p { color: rgb(209,138,225); }
H1.HeaderClassName
{
color: #D18AE1;
}
.AnyTagClassName
{
color: #D18AE1;
}
</style>
background-color css
<style>
a { background-color: #D18AE1; }
a { background-color: rgb(209,138,225); }
div.DivClassName
{
background-color: #D18AE1;
}
.BgClassName
{
background-color: #D18AE1;
}
</style>
border-color css
<style>
span { border-color: #D18AE1; }
span { border-color: rgb(209,138,225); }
td.TdClassName
{
border-color: #D18AE1;
}
.TagClassName
{
border-color: #D18AE1;
}
</style>