Shades of Wisteria #D58BEC
Tints of Wisteria #D58BEC
RGB
CMYK
RGB Variations
Color information
#D58BEC (or 0xD58BEC) is known color: Wisteria. HEX triplet: D5, 8B and EC. RGB value is (213,139,236). Sum of RGB (Red+Green+Blue) = 213+139+236=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #D58BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58BEC is #2A7413. Grayscale: #ABABAB. Windows color (decimal): -2782228 or 15502293. OLE color: 15502293.
HSL color Cylindrical-coordinate representation of color #D58BEC: hue angle of 285.77º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D58BEC is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 139 | 236 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.07 |
| HSL | 285.77º | 0.72% | 0.74% | - |
| HSV(B) | 285.77º | 0.41% | 0.93% | - |
| XYZ | 51.81 | 38.67 | 84.09 | - |
| YUV | 172.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 236 | 0.10 | 0.41 | 0 | 0.07 | 285.77 | 0.72 | 0.74 |
| Hex | D5 | 8B | EC | A | 29 | 0 | 7 | 11E | 48 | 4A |
| Octal | 325 | 213 | 354 | 12 | 51 | 0 | 7 | 436 | 110 | 112 |
| Binary | 11010101 | 10001011 | 11101100 | 1010 | 101001 | 0 | 111 | 100011110 | 1001000 | 1001010 |
Color Harmonies of #D58BEC
Complementary color
Monochromatic Colors of #D58BEC
Black with #D58BEC
Text Example
Text Example
White with #D58BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BEC; }
p { color: rgb(213,139,236); }
H1.HeaderClassName
{
color: #D58BEC;
}
.AnyTagClassName
{
color: #D58BEC;
}
</style>
background-color css
<style>
a { background-color: #D58BEC; }
a { background-color: rgb(213,139,236); }
div.DivClassName
{
background-color: #D58BEC;
}
.BgClassName
{
background-color: #D58BEC;
}
</style>
border-color css
<style>
span { border-color: #D58BEC; }
span { border-color: rgb(213,139,236); }
td.TdClassName
{
border-color: #D58BEC;
}
.TagClassName
{
border-color: #D58BEC;
}
</style>