Shades of Wisteria #D18FDF
Tints of Wisteria #D18FDF
RGB
CMYK
RGB Variations
Color information
#D18FDF (or 0xD18FDF) is known color: Wisteria. HEX triplet: D1, 8F and DF. RGB value is (209,143,223). Sum of RGB (Red+Green+Blue) = 209+143+223=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #D18FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FDF is #2E7020. Grayscale: #ABABAB. Windows color (decimal): -3043361 or 14651345. OLE color: 14651345.
HSL color Cylindrical-coordinate representation of color #D18FDF: hue angle of 289.5º degrees, saturation: 0.56, 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 #D18FDF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 143 | 223 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.13 |
| HSL | 289.5º | 0.56% | 0.72% | - |
| HSV(B) | 289.5º | 0.36% | 0.87% | - |
| XYZ | 49.44 | 38.53 | 74.64 | - |
| YUV | 171.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 223 | 0.06 | 0.36 | 0 | 0.13 | 289.5 | 0.56 | 0.72 |
| Hex | D1 | 8F | DF | 6 | 24 | 0 | D | 122 | 38 | 48 |
| Octal | 321 | 217 | 337 | 6 | 44 | 0 | 15 | 442 | 70 | 110 |
| Binary | 11010001 | 10001111 | 11011111 | 110 | 100100 | 0 | 1101 | 100100010 | 111000 | 1001000 |
Color Harmonies of #D18FDF
Complementary color
Monochromatic Colors of #D18FDF
Black with #D18FDF
Text Example
Text Example
White with #D18FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FDF; }
p { color: rgb(209,143,223); }
H1.HeaderClassName
{
color: #D18FDF;
}
.AnyTagClassName
{
color: #D18FDF;
}
</style>
background-color css
<style>
a { background-color: #D18FDF; }
a { background-color: rgb(209,143,223); }
div.DivClassName
{
background-color: #D18FDF;
}
.BgClassName
{
background-color: #D18FDF;
}
</style>
border-color css
<style>
span { border-color: #D18FDF; }
span { border-color: rgb(209,143,223); }
td.TdClassName
{
border-color: #D18FDF;
}
.TagClassName
{
border-color: #D18FDF;
}
</style>