Shades of Wisteria #D58BE7
Tints of Wisteria #D58BE7
RGB
CMYK
RGB Variations
Color information
#D58BE7 (or 0xD58BE7) is known color: Wisteria. HEX triplet: D5, 8B and E7. RGB value is (213,139,231). Sum of RGB (Red+Green+Blue) = 213+139+231=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #D58BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58BE7 is #2A7418. Grayscale: #ABABAB. Windows color (decimal): -2782233 or 15174613. OLE color: 15174613.
HSL color Cylindrical-coordinate representation of color #D58BE7: hue angle of 288.26º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D58BE7 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 139 | 231 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.09 |
| HSL | 288.26º | 0.66% | 0.73% | - |
| HSV(B) | 288.26º | 0.4% | 0.91% | - |
| XYZ | 51.1 | 38.38 | 80.32 | - |
| YUV | 171.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 231 | 0.08 | 0.40 | 0 | 0.09 | 288.26 | 0.66 | 0.73 |
| Hex | D5 | 8B | E7 | 8 | 28 | 0 | 9 | 120 | 42 | 49 |
| Octal | 325 | 213 | 347 | 10 | 50 | 0 | 11 | 440 | 102 | 111 |
| Binary | 11010101 | 10001011 | 11100111 | 1000 | 101000 | 0 | 1001 | 100100000 | 1000010 | 1001001 |
Color Harmonies of #D58BE7
Complementary color
Monochromatic Colors of #D58BE7
Black with #D58BE7
Text Example
Text Example
White with #D58BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BE7; }
p { color: rgb(213,139,231); }
H1.HeaderClassName
{
color: #D58BE7;
}
.AnyTagClassName
{
color: #D58BE7;
}
</style>
background-color css
<style>
a { background-color: #D58BE7; }
a { background-color: rgb(213,139,231); }
div.DivClassName
{
background-color: #D58BE7;
}
.BgClassName
{
background-color: #D58BE7;
}
</style>
border-color css
<style>
span { border-color: #D58BE7; }
span { border-color: rgb(213,139,231); }
td.TdClassName
{
border-color: #D58BE7;
}
.TagClassName
{
border-color: #D58BE7;
}
</style>