Shades of Wisteria #D18DF0
Tints of Wisteria #D18DF0
RGB
CMYK
RGB Variations
Color information
#D18DF0 (or 0xD18DF0) is known color: Wisteria. HEX triplet: D1, 8D and F0. RGB value is (209,141,240). Sum of RGB (Red+Green+Blue) = 209+141+240=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #D18DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18DF0 is #2E720F. Grayscale: #ACACAC. Windows color (decimal): -3043856 or 15764945. OLE color: 15764945.
HSL color Cylindrical-coordinate representation of color #D18DF0: hue angle of 281.21º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D18DF0 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 141 | 240 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.06 |
| HSL | 281.21º | 0.77% | 0.75% | - |
| HSV(B) | 281.21º | 0.41% | 0.94% | - |
| XYZ | 51.55 | 38.9 | 87.23 | - |
| YUV | 172.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 240 | 0.13 | 0.41 | 0 | 0.06 | 281.21 | 0.77 | 0.75 |
| Hex | D1 | 8D | F0 | D | 29 | 0 | 6 | 119 | 4D | 4B |
| Octal | 321 | 215 | 360 | 15 | 51 | 0 | 6 | 431 | 115 | 113 |
| Binary | 11010001 | 10001101 | 11110000 | 1101 | 101001 | 0 | 110 | 100011001 | 1001101 | 1001011 |
Color Harmonies of #D18DF0
Complementary color
Monochromatic Colors of #D18DF0
Black with #D18DF0
Text Example
Text Example
White with #D18DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18DF0; }
p { color: rgb(209,141,240); }
H1.HeaderClassName
{
color: #D18DF0;
}
.AnyTagClassName
{
color: #D18DF0;
}
</style>
background-color css
<style>
a { background-color: #D18DF0; }
a { background-color: rgb(209,141,240); }
div.DivClassName
{
background-color: #D18DF0;
}
.BgClassName
{
background-color: #D18DF0;
}
</style>
border-color css
<style>
span { border-color: #D18DF0; }
span { border-color: rgb(209,141,240); }
td.TdClassName
{
border-color: #D18DF0;
}
.TagClassName
{
border-color: #D18DF0;
}
</style>