Shades of Wisteria #D59BED
Tints of Wisteria #D59BED
RGB
CMYK
RGB Variations
Color information
#D59BED (or 0xD59BED) is known color: Wisteria. HEX triplet: D5, 9B and ED. RGB value is (213,155,237). Sum of RGB (Red+Green+Blue) = 213+155+237=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #D59BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59BED is #2A6412. Grayscale: #B5B5B5. Windows color (decimal): -2778131 or 15571925. OLE color: 15571925.
HSL color Cylindrical-coordinate representation of color #D59BED: hue angle of 282.44º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D59BED is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 155 | 237 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.07 |
| HSL | 282.44º | 0.69% | 0.77% | - |
| HSV(B) | 282.44º | 0.35% | 0.93% | - |
| XYZ | 54.45 | 43.7 | 85.69 | - |
| YUV | 181.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 237 | 0.10 | 0.35 | 0 | 0.07 | 282.44 | 0.69 | 0.77 |
| Hex | D5 | 9B | ED | A | 23 | 0 | 7 | 11A | 45 | 4D |
| Octal | 325 | 233 | 355 | 12 | 43 | 0 | 7 | 432 | 105 | 115 |
| Binary | 11010101 | 10011011 | 11101101 | 1010 | 100011 | 0 | 111 | 100011010 | 1000101 | 1001101 |
Color Harmonies of #D59BED
Complementary color
Monochromatic Colors of #D59BED
Black with #D59BED
Text Example
Text Example
White with #D59BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BED; }
p { color: rgb(213,155,237); }
H1.HeaderClassName
{
color: #D59BED;
}
.AnyTagClassName
{
color: #D59BED;
}
</style>
background-color css
<style>
a { background-color: #D59BED; }
a { background-color: rgb(213,155,237); }
div.DivClassName
{
background-color: #D59BED;
}
.BgClassName
{
background-color: #D59BED;
}
</style>
border-color css
<style>
span { border-color: #D59BED; }
span { border-color: rgb(213,155,237); }
td.TdClassName
{
border-color: #D59BED;
}
.TagClassName
{
border-color: #D59BED;
}
</style>