Shades of Wisteria #D18FDD
Tints of Wisteria #D18FDD
RGB
CMYK
RGB Variations
Color information
#D18FDD (or 0xD18FDD) is known color: Wisteria. HEX triplet: D1, 8F and DD. RGB value is (209,143,221). Sum of RGB (Red+Green+Blue) = 209+143+221=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #D18FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FDD is #2E7022. Grayscale: #ABABAB. Windows color (decimal): -3043363 or 14520273. OLE color: 14520273.
HSL color Cylindrical-coordinate representation of color #D18FDD: hue angle of 290.77º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D18FDD is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 143 | 221 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.13 |
| HSL | 290.77º | 0.53% | 0.71% | - |
| HSV(B) | 290.77º | 0.35% | 0.87% | - |
| XYZ | 49.17 | 38.42 | 73.23 | - |
| YUV | 171.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 221 | 0.05 | 0.35 | 0 | 0.13 | 290.77 | 0.53 | 0.71 |
| Hex | D1 | 8F | DD | 5 | 23 | 0 | D | 123 | 35 | 47 |
| Octal | 321 | 217 | 335 | 5 | 43 | 0 | 15 | 443 | 65 | 107 |
| Binary | 11010001 | 10001111 | 11011101 | 101 | 100011 | 0 | 1101 | 100100011 | 110101 | 1000111 |
Color Harmonies of #D18FDD
Complementary color
Monochromatic Colors of #D18FDD
Black with #D18FDD
Text Example
Text Example
White with #D18FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FDD; }
p { color: rgb(209,143,221); }
H1.HeaderClassName
{
color: #D18FDD;
}
.AnyTagClassName
{
color: #D18FDD;
}
</style>
background-color css
<style>
a { background-color: #D18FDD; }
a { background-color: rgb(209,143,221); }
div.DivClassName
{
background-color: #D18FDD;
}
.BgClassName
{
background-color: #D18FDD;
}
</style>
border-color css
<style>
span { border-color: #D18FDD; }
span { border-color: rgb(209,143,221); }
td.TdClassName
{
border-color: #D18FDD;
}
.TagClassName
{
border-color: #D18FDD;
}
</style>