Shades of Wisteria #D59FF1
Tints of Wisteria #D59FF1
RGB
CMYK
RGB Variations
Color information
#D59FF1 (or 0xD59FF1) is known color: Wisteria. HEX triplet: D5, 9F and F1. RGB value is (213,159,241). Sum of RGB (Red+Green+Blue) = 213+159+241=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #D59FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59FF1 is #2A600E. Grayscale: #B8B8B8. Windows color (decimal): -2777103 or 15835093. OLE color: 15835093.
HSL color Cylindrical-coordinate representation of color #D59FF1: hue angle of 279.51º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D59FF1 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 159 | 241 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.05 |
| HSL | 279.51º | 0.75% | 0.78% | - |
| HSV(B) | 279.51º | 0.34% | 0.95% | - |
| XYZ | 55.72 | 45.29 | 89.03 | - |
| YUV | 184.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 241 | 0.12 | 0.34 | 0 | 0.05 | 279.51 | 0.75 | 0.78 |
| Hex | D5 | 9F | F1 | C | 22 | 0 | 5 | 118 | 4B | 4E |
| Octal | 325 | 237 | 361 | 14 | 42 | 0 | 5 | 430 | 113 | 116 |
| Binary | 11010101 | 10011111 | 11110001 | 1100 | 100010 | 0 | 101 | 100011000 | 1001011 | 1001110 |
Color Harmonies of #D59FF1
Complementary color
Monochromatic Colors of #D59FF1
Black with #D59FF1
Text Example
Text Example
White with #D59FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FF1; }
p { color: rgb(213,159,241); }
H1.HeaderClassName
{
color: #D59FF1;
}
.AnyTagClassName
{
color: #D59FF1;
}
</style>
background-color css
<style>
a { background-color: #D59FF1; }
a { background-color: rgb(213,159,241); }
div.DivClassName
{
background-color: #D59FF1;
}
.BgClassName
{
background-color: #D59FF1;
}
</style>
border-color css
<style>
span { border-color: #D59FF1; }
span { border-color: rgb(213,159,241); }
td.TdClassName
{
border-color: #D59FF1;
}
.TagClassName
{
border-color: #D59FF1;
}
</style>