Shades of Wisteria #D38BE3
Tints of Wisteria #D38BE3
RGB
CMYK
RGB Variations
Color information
#D38BE3 (or 0xD38BE3) is known color: Wisteria. HEX triplet: D3, 8B and E3. RGB value is (211,139,227). Sum of RGB (Red+Green+Blue) = 211+139+227=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 227 - color contains mainly: blue. Hex color #D38BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38BE3 is #2C741C. Grayscale: #AAAAAA. Windows color (decimal): -2913309 or 14912467. OLE color: 14912467.
HSL color Cylindrical-coordinate representation of color #D38BE3: hue angle of 289.09º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D38BE3 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 139 | 227 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.11 |
| HSL | 289.09º | 0.61% | 0.72% | - |
| HSV(B) | 289.09º | 0.39% | 0.89% | - |
| XYZ | 49.96 | 37.86 | 77.35 | - |
| YUV | 170.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 227 | 0.07 | 0.39 | 0 | 0.11 | 289.09 | 0.61 | 0.72 |
| Hex | D3 | 8B | E3 | 7 | 27 | 0 | B | 121 | 3D | 48 |
| Octal | 323 | 213 | 343 | 7 | 47 | 0 | 13 | 441 | 75 | 110 |
| Binary | 11010011 | 10001011 | 11100011 | 111 | 100111 | 0 | 1011 | 100100001 | 111101 | 1001000 |
Color Harmonies of #D38BE3
Complementary color
Monochromatic Colors of #D38BE3
Black with #D38BE3
Text Example
Text Example
White with #D38BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BE3; }
p { color: rgb(211,139,227); }
H1.HeaderClassName
{
color: #D38BE3;
}
.AnyTagClassName
{
color: #D38BE3;
}
</style>
background-color css
<style>
a { background-color: #D38BE3; }
a { background-color: rgb(211,139,227); }
div.DivClassName
{
background-color: #D38BE3;
}
.BgClassName
{
background-color: #D38BE3;
}
</style>
border-color css
<style>
span { border-color: #D38BE3; }
span { border-color: rgb(211,139,227); }
td.TdClassName
{
border-color: #D38BE3;
}
.TagClassName
{
border-color: #D38BE3;
}
</style>