Shades of Wisteria #D38BED
Tints of Wisteria #D38BED
RGB
CMYK
RGB Variations
Color information
#D38BED (or 0xD38BED) is known color: Wisteria. HEX triplet: D3, 8B and ED. RGB value is (211,139,237). Sum of RGB (Red+Green+Blue) = 211+139+237=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #D38BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38BED is #2C7412. Grayscale: #ABABAB. Windows color (decimal): -2913299 or 15567827. OLE color: 15567827.
HSL color Cylindrical-coordinate representation of color #D38BED: hue angle of 284.08º degrees, saturation: 0.73, 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 #D38BED is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 139 | 237 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.07 |
| HSL | 284.08º | 0.73% | 0.74% | - |
| HSV(B) | 284.08º | 0.41% | 0.93% | - |
| XYZ | 51.38 | 38.43 | 84.83 | - |
| YUV | 171.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 237 | 0.11 | 0.41 | 0 | 0.07 | 284.08 | 0.73 | 0.74 |
| Hex | D3 | 8B | ED | B | 29 | 0 | 7 | 11C | 49 | 4A |
| Octal | 323 | 213 | 355 | 13 | 51 | 0 | 7 | 434 | 111 | 112 |
| Binary | 11010011 | 10001011 | 11101101 | 1011 | 101001 | 0 | 111 | 100011100 | 1001001 | 1001010 |
Color Harmonies of #D38BED
Complementary color
Monochromatic Colors of #D38BED
Black with #D38BED
Text Example
Text Example
White with #D38BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BED; }
p { color: rgb(211,139,237); }
H1.HeaderClassName
{
color: #D38BED;
}
.AnyTagClassName
{
color: #D38BED;
}
</style>
background-color css
<style>
a { background-color: #D38BED; }
a { background-color: rgb(211,139,237); }
div.DivClassName
{
background-color: #D38BED;
}
.BgClassName
{
background-color: #D38BED;
}
</style>
border-color css
<style>
span { border-color: #D38BED; }
span { border-color: rgb(211,139,237); }
td.TdClassName
{
border-color: #D38BED;
}
.TagClassName
{
border-color: #D38BED;
}
</style>