Shades of Wisteria #D18ADF
Tints of Wisteria #D18ADF
RGB
CMYK
RGB Variations
Color information
#D18ADF (or 0xD18ADF) is known color: Wisteria. HEX triplet: D1, 8A and DF. RGB value is (209,138,223). Sum of RGB (Red+Green+Blue) = 209+138+223=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #D18ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18ADF is #2E7520. Grayscale: #A8A8A8. Windows color (decimal): -3044641 or 14650065. OLE color: 14650065.
HSL color Cylindrical-coordinate representation of color #D18ADF: hue angle of 290.12º 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 #D18ADF is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 138 | 223 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.13 |
| HSL | 290.12º | 0.57% | 0.71% | - |
| HSV(B) | 290.12º | 0.38% | 0.87% | - |
| XYZ | 48.7 | 37.06 | 74.4 | - |
| YUV | 168.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 223 | 0.06 | 0.38 | 0 | 0.13 | 290.12 | 0.57 | 0.71 |
| Hex | D1 | 8A | DF | 6 | 26 | 0 | D | 122 | 39 | 47 |
| Octal | 321 | 212 | 337 | 6 | 46 | 0 | 15 | 442 | 71 | 107 |
| Binary | 11010001 | 10001010 | 11011111 | 110 | 100110 | 0 | 1101 | 100100010 | 111001 | 1000111 |
Color Harmonies of #D18ADF
Complementary color
Monochromatic Colors of #D18ADF
Black with #D18ADF
Text Example
Text Example
White with #D18ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18ADF; }
p { color: rgb(209,138,223); }
H1.HeaderClassName
{
color: #D18ADF;
}
.AnyTagClassName
{
color: #D18ADF;
}
</style>
background-color css
<style>
a { background-color: #D18ADF; }
a { background-color: rgb(209,138,223); }
div.DivClassName
{
background-color: #D18ADF;
}
.BgClassName
{
background-color: #D18ADF;
}
</style>
border-color css
<style>
span { border-color: #D18ADF; }
span { border-color: rgb(209,138,223); }
td.TdClassName
{
border-color: #D18ADF;
}
.TagClassName
{
border-color: #D18ADF;
}
</style>