Shades of Wisteria #D39BEB
Tints of Wisteria #D39BEB
RGB
CMYK
RGB Variations
Color information
#D39BEB (or 0xD39BEB) is known color: Wisteria. HEX triplet: D3, 9B and EB. RGB value is (211,155,235). Sum of RGB (Red+Green+Blue) = 211+155+235=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #D39BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39BEB is #2C6414. Grayscale: #B4B4B4. Windows color (decimal): -2909205 or 15440851. OLE color: 15440851.
HSL color Cylindrical-coordinate representation of color #D39BEB: hue angle of 282º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D39BEB is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 155 | 235 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.08 |
| HSL | 282º | 0.67% | 0.76% | - |
| HSV(B) | 282º | 0.34% | 0.92% | - |
| XYZ | 53.58 | 43.29 | 84.13 | - |
| YUV | 180.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 235 | 0.10 | 0.34 | 0 | 0.08 | 282 | 0.67 | 0.76 |
| Hex | D3 | 9B | EB | A | 22 | 0 | 8 | 11A | 43 | 4C |
| Octal | 323 | 233 | 353 | 12 | 42 | 0 | 10 | 432 | 103 | 114 |
| Binary | 11010011 | 10011011 | 11101011 | 1010 | 100010 | 0 | 1000 | 100011010 | 1000011 | 1001100 |
Color Harmonies of #D39BEB
Complementary color
Monochromatic Colors of #D39BEB
Black with #D39BEB
Text Example
Text Example
White with #D39BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BEB; }
p { color: rgb(211,155,235); }
H1.HeaderClassName
{
color: #D39BEB;
}
.AnyTagClassName
{
color: #D39BEB;
}
</style>
background-color css
<style>
a { background-color: #D39BEB; }
a { background-color: rgb(211,155,235); }
div.DivClassName
{
background-color: #D39BEB;
}
.BgClassName
{
background-color: #D39BEB;
}
</style>
border-color css
<style>
span { border-color: #D39BEB; }
span { border-color: rgb(211,155,235); }
td.TdClassName
{
border-color: #D39BEB;
}
.TagClassName
{
border-color: #D39BEB;
}
</style>