Shades of Wisteria #D59FED
Tints of Wisteria #D59FED
RGB
CMYK
RGB Variations
Color information
#D59FED (or 0xD59FED) is known color: Wisteria. HEX triplet: D5, 9F and ED. RGB value is (213,159,237). Sum of RGB (Red+Green+Blue) = 213+159+237=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #D59FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59FED is #2A6012. Grayscale: #B7B7B7. Windows color (decimal): -2777107 or 15572949. OLE color: 15572949.
HSL color Cylindrical-coordinate representation of color #D59FED: hue angle of 281.54º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D59FED is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 159 | 237 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.07 |
| HSL | 281.54º | 0.68% | 0.78% | - |
| HSV(B) | 281.54º | 0.33% | 0.93% | - |
| XYZ | 55.12 | 45.06 | 85.91 | - |
| YUV | 184.04 | 157.89 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 237 | 0.10 | 0.33 | 0 | 0.07 | 281.54 | 0.68 | 0.78 |
| Hex | D5 | 9F | ED | A | 21 | 0 | 7 | 11A | 44 | 4E |
| Octal | 325 | 237 | 355 | 12 | 41 | 0 | 7 | 432 | 104 | 116 |
| Binary | 11010101 | 10011111 | 11101101 | 1010 | 100001 | 0 | 111 | 100011010 | 1000100 | 1001110 |
Color Harmonies of #D59FED
Complementary color
Monochromatic Colors of #D59FED
Black with #D59FED
Text Example
Text Example
White with #D59FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FED; }
p { color: rgb(213,159,237); }
H1.HeaderClassName
{
color: #D59FED;
}
.AnyTagClassName
{
color: #D59FED;
}
</style>
background-color css
<style>
a { background-color: #D59FED; }
a { background-color: rgb(213,159,237); }
div.DivClassName
{
background-color: #D59FED;
}
.BgClassName
{
background-color: #D59FED;
}
</style>
border-color css
<style>
span { border-color: #D59FED; }
span { border-color: rgb(213,159,237); }
td.TdClassName
{
border-color: #D59FED;
}
.TagClassName
{
border-color: #D59FED;
}
</style>