Shades of Wisteria #D18FDE
Tints of Wisteria #D18FDE
RGB
CMYK
RGB Variations
Color information
#D18FDE (or 0xD18FDE) is known color: Wisteria. HEX triplet: D1, 8F and DE. RGB value is (209,143,222). Sum of RGB (Red+Green+Blue) = 209+143+222=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #D18FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FDE is #2E7021. Grayscale: #ABABAB. Windows color (decimal): -3043362 or 14585809. OLE color: 14585809.
HSL color Cylindrical-coordinate representation of color #D18FDE: hue angle of 290.13º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D18FDE is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 143 | 222 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.13 |
| HSL | 290.13º | 0.54% | 0.72% | - |
| HSV(B) | 290.13º | 0.36% | 0.87% | - |
| XYZ | 49.3 | 38.47 | 73.94 | - |
| YUV | 171.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 222 | 0.06 | 0.36 | 0 | 0.13 | 290.13 | 0.54 | 0.72 |
| Hex | D1 | 8F | DE | 6 | 24 | 0 | D | 122 | 36 | 48 |
| Octal | 321 | 217 | 336 | 6 | 44 | 0 | 15 | 442 | 66 | 110 |
| Binary | 11010001 | 10001111 | 11011110 | 110 | 100100 | 0 | 1101 | 100100010 | 110110 | 1001000 |
Color Harmonies of #D18FDE
Complementary color
Monochromatic Colors of #D18FDE
Black with #D18FDE
Text Example
Text Example
White with #D18FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FDE; }
p { color: rgb(209,143,222); }
H1.HeaderClassName
{
color: #D18FDE;
}
.AnyTagClassName
{
color: #D18FDE;
}
</style>
background-color css
<style>
a { background-color: #D18FDE; }
a { background-color: rgb(209,143,222); }
div.DivClassName
{
background-color: #D18FDE;
}
.BgClassName
{
background-color: #D18FDE;
}
</style>
border-color css
<style>
span { border-color: #D18FDE; }
span { border-color: rgb(209,143,222); }
td.TdClassName
{
border-color: #D18FDE;
}
.TagClassName
{
border-color: #D18FDE;
}
</style>