Shades of Wisteria #D59BEE
Tints of Wisteria #D59BEE
RGB
CMYK
RGB Variations
Color information
#D59BEE (or 0xD59BEE) is known color: Wisteria. HEX triplet: D5, 9B and EE. RGB value is (213,155,238). Sum of RGB (Red+Green+Blue) = 213+155+238=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #D59BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59BEE is #2A6411. Grayscale: #B5B5B5. Windows color (decimal): -2778130 or 15637461. OLE color: 15637461.
HSL color Cylindrical-coordinate representation of color #D59BEE: hue angle of 281.93º degrees, saturation: 0.71, 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 #D59BEE is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 155 | 238 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.07 |
| HSL | 281.93º | 0.71% | 0.77% | - |
| HSV(B) | 281.93º | 0.35% | 0.93% | - |
| XYZ | 54.59 | 43.76 | 86.46 | - |
| YUV | 181.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 238 | 0.11 | 0.35 | 0 | 0.07 | 281.93 | 0.71 | 0.77 |
| Hex | D5 | 9B | EE | B | 23 | 0 | 7 | 11A | 47 | 4D |
| Octal | 325 | 233 | 356 | 13 | 43 | 0 | 7 | 432 | 107 | 115 |
| Binary | 11010101 | 10011011 | 11101110 | 1011 | 100011 | 0 | 111 | 100011010 | 1000111 | 1001101 |
Color Harmonies of #D59BEE
Complementary color
Monochromatic Colors of #D59BEE
Black with #D59BEE
Text Example
Text Example
White with #D59BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BEE; }
p { color: rgb(213,155,238); }
H1.HeaderClassName
{
color: #D59BEE;
}
.AnyTagClassName
{
color: #D59BEE;
}
</style>
background-color css
<style>
a { background-color: #D59BEE; }
a { background-color: rgb(213,155,238); }
div.DivClassName
{
background-color: #D59BEE;
}
.BgClassName
{
background-color: #D59BEE;
}
</style>
border-color css
<style>
span { border-color: #D59BEE; }
span { border-color: rgb(213,155,238); }
td.TdClassName
{
border-color: #D59BEE;
}
.TagClassName
{
border-color: #D59BEE;
}
</style>