Shades of Wisteria #D38BEA
Tints of Wisteria #D38BEA
RGB
CMYK
RGB Variations
Color information
#D38BEA (or 0xD38BEA) is known color: Wisteria. HEX triplet: D3, 8B and EA. RGB value is (211,139,234). Sum of RGB (Red+Green+Blue) = 211+139+234=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #D38BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38BEA is #2C7415. Grayscale: #ABABAB. Windows color (decimal): -2913302 or 15371219. OLE color: 15371219.
HSL color Cylindrical-coordinate representation of color #D38BEA: hue angle of 285.47º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D38BEA is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 139 | 234 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.08 |
| HSL | 285.47º | 0.69% | 0.73% | - |
| HSV(B) | 285.47º | 0.41% | 0.92% | - |
| XYZ | 50.95 | 38.25 | 82.54 | - |
| YUV | 171.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 234 | 0.10 | 0.41 | 0 | 0.08 | 285.47 | 0.69 | 0.73 |
| Hex | D3 | 8B | EA | A | 29 | 0 | 8 | 11D | 45 | 49 |
| Octal | 323 | 213 | 352 | 12 | 51 | 0 | 10 | 435 | 105 | 111 |
| Binary | 11010011 | 10001011 | 11101010 | 1010 | 101001 | 0 | 1000 | 100011101 | 1000101 | 1001001 |
Color Harmonies of #D38BEA
Complementary color
Monochromatic Colors of #D38BEA
Black with #D38BEA
Text Example
Text Example
White with #D38BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BEA; }
p { color: rgb(211,139,234); }
H1.HeaderClassName
{
color: #D38BEA;
}
.AnyTagClassName
{
color: #D38BEA;
}
</style>
background-color css
<style>
a { background-color: #D38BEA; }
a { background-color: rgb(211,139,234); }
div.DivClassName
{
background-color: #D38BEA;
}
.BgClassName
{
background-color: #D38BEA;
}
</style>
border-color css
<style>
span { border-color: #D38BEA; }
span { border-color: rgb(211,139,234); }
td.TdClassName
{
border-color: #D38BEA;
}
.TagClassName
{
border-color: #D38BEA;
}
</style>