Shades of Wisteria #D18FE2
Tints of Wisteria #D18FE2
RGB
CMYK
RGB Variations
Color information
#D18FE2 (or 0xD18FE2) is known color: Wisteria. HEX triplet: D1, 8F and E2. RGB value is (209,143,226). Sum of RGB (Red+Green+Blue) = 209+143+226=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 226 - color contains mainly: blue. Hex color #D18FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FE2 is #2E701D. Grayscale: #ABABAB. Windows color (decimal): -3043358 or 14847953. OLE color: 14847953.
HSL color Cylindrical-coordinate representation of color #D18FE2: hue angle of 287.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D18FE2 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 143 | 226 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.11 |
| HSL | 287.71º | 0.59% | 0.72% | - |
| HSV(B) | 287.71º | 0.37% | 0.89% | - |
| XYZ | 49.84 | 38.69 | 76.79 | - |
| YUV | 172.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 226 | 0.08 | 0.37 | 0 | 0.11 | 287.71 | 0.59 | 0.72 |
| Hex | D1 | 8F | E2 | 8 | 25 | 0 | B | 120 | 3B | 48 |
| Octal | 321 | 217 | 342 | 10 | 45 | 0 | 13 | 440 | 73 | 110 |
| Binary | 11010001 | 10001111 | 11100010 | 1000 | 100101 | 0 | 1011 | 100100000 | 111011 | 1001000 |
Color Harmonies of #D18FE2
Complementary color
Monochromatic Colors of #D18FE2
Black with #D18FE2
Text Example
Text Example
White with #D18FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FE2; }
p { color: rgb(209,143,226); }
H1.HeaderClassName
{
color: #D18FE2;
}
.AnyTagClassName
{
color: #D18FE2;
}
</style>
background-color css
<style>
a { background-color: #D18FE2; }
a { background-color: rgb(209,143,226); }
div.DivClassName
{
background-color: #D18FE2;
}
.BgClassName
{
background-color: #D18FE2;
}
</style>
border-color css
<style>
span { border-color: #D18FE2; }
span { border-color: rgb(209,143,226); }
td.TdClassName
{
border-color: #D18FE2;
}
.TagClassName
{
border-color: #D18FE2;
}
</style>