Shades of Wisteria #D59BF0
Tints of Wisteria #D59BF0
RGB
CMYK
RGB Variations
Color information
#D59BF0 (or 0xD59BF0) is known color: Wisteria. HEX triplet: D5, 9B and F0. RGB value is (213,155,240). Sum of RGB (Red+Green+Blue) = 213+155+240=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #D59BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59BF0 is #2A640F. Grayscale: #B5B5B5. Windows color (decimal): -2778128 or 15768533. OLE color: 15768533.
HSL color Cylindrical-coordinate representation of color #D59BF0: hue angle of 280.94º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D59BF0 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 155 | 240 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.06 |
| HSL | 280.94º | 0.74% | 0.77% | - |
| HSV(B) | 280.94º | 0.35% | 0.94% | - |
| XYZ | 54.89 | 43.88 | 88.01 | - |
| YUV | 182.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 240 | 0.11 | 0.35 | 0 | 0.06 | 280.94 | 0.74 | 0.77 |
| Hex | D5 | 9B | F0 | B | 23 | 0 | 6 | 119 | 4A | 4D |
| Octal | 325 | 233 | 360 | 13 | 43 | 0 | 6 | 431 | 112 | 115 |
| Binary | 11010101 | 10011011 | 11110000 | 1011 | 100011 | 0 | 110 | 100011001 | 1001010 | 1001101 |
Color Harmonies of #D59BF0
Complementary color
Monochromatic Colors of #D59BF0
Black with #D59BF0
Text Example
Text Example
White with #D59BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BF0; }
p { color: rgb(213,155,240); }
H1.HeaderClassName
{
color: #D59BF0;
}
.AnyTagClassName
{
color: #D59BF0;
}
</style>
background-color css
<style>
a { background-color: #D59BF0; }
a { background-color: rgb(213,155,240); }
div.DivClassName
{
background-color: #D59BF0;
}
.BgClassName
{
background-color: #D59BF0;
}
</style>
border-color css
<style>
span { border-color: #D59BF0; }
span { border-color: rgb(213,155,240); }
td.TdClassName
{
border-color: #D59BF0;
}
.TagClassName
{
border-color: #D59BF0;
}
</style>