Shades of Wisteria #D59BE5
Tints of Wisteria #D59BE5
RGB
CMYK
RGB Variations
Color information
#D59BE5 (or 0xD59BE5) is known color: Wisteria. HEX triplet: D5, 9B and E5. RGB value is (213,155,229). Sum of RGB (Red+Green+Blue) = 213+155+229=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 229 - color contains mainly: blue. Hex color #D59BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BE5 is #2A641A. Grayscale: #B4B4B4. Windows color (decimal): -2778139 or 15047637. OLE color: 15047637.
HSL color Cylindrical-coordinate representation of color #D59BE5: hue angle of 287.03º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59BE5 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 155 | 229 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.10 |
| HSL | 287.03º | 0.59% | 0.75% | - |
| HSV(B) | 287.03º | 0.32% | 0.9% | - |
| XYZ | 53.3 | 43.25 | 79.67 | - |
| YUV | 180.78 | 155.22 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 229 | 0.07 | 0.32 | 0 | 0.10 | 287.03 | 0.59 | 0.75 |
| Hex | D5 | 9B | E5 | 7 | 20 | 0 | A | 11F | 3B | 4B |
| Octal | 325 | 233 | 345 | 7 | 40 | 0 | 12 | 437 | 73 | 113 |
| Binary | 11010101 | 10011011 | 11100101 | 111 | 100000 | 0 | 1010 | 100011111 | 111011 | 1001011 |
Color Harmonies of #D59BE5
Complementary color
Monochromatic Colors of #D59BE5
Black with #D59BE5
Text Example
Text Example
White with #D59BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BE5; }
p { color: rgb(213,155,229); }
H1.HeaderClassName
{
color: #D59BE5;
}
.AnyTagClassName
{
color: #D59BE5;
}
</style>
background-color css
<style>
a { background-color: #D59BE5; }
a { background-color: rgb(213,155,229); }
div.DivClassName
{
background-color: #D59BE5;
}
.BgClassName
{
background-color: #D59BE5;
}
</style>
border-color css
<style>
span { border-color: #D59BE5; }
span { border-color: rgb(213,155,229); }
td.TdClassName
{
border-color: #D59BE5;
}
.TagClassName
{
border-color: #D59BE5;
}
</style>