Shades of Wisteria #D39BE2
Tints of Wisteria #D39BE2
RGB
CMYK
RGB Variations
Color information
#D39BE2 (or 0xD39BE2) is known color: Wisteria. HEX triplet: D3, 9B and E2. RGB value is (211,155,226). Sum of RGB (Red+Green+Blue) = 211+155+226=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 226 - color contains mainly: blue. Hex color #D39BE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BE2 is #2C641D. Grayscale: #B3B3B3. Windows color (decimal): -2909214 or 14851027. OLE color: 14851027.
HSL color Cylindrical-coordinate representation of color #D39BE2: hue angle of 287.32º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D39BE2 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 155 | 226 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.11 |
| HSL | 287.32º | 0.55% | 0.75% | - |
| HSV(B) | 287.32º | 0.31% | 0.89% | - |
| XYZ | 52.31 | 42.78 | 77.45 | - |
| YUV | 179.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 226 | 0.07 | 0.31 | 0 | 0.11 | 287.32 | 0.55 | 0.75 |
| Hex | D3 | 9B | E2 | 7 | 1F | 0 | B | 11F | 37 | 4B |
| Octal | 323 | 233 | 342 | 7 | 37 | 0 | 13 | 437 | 67 | 113 |
| Binary | 11010011 | 10011011 | 11100010 | 111 | 11111 | 0 | 1011 | 100011111 | 110111 | 1001011 |
Color Harmonies of #D39BE2
Complementary color
Monochromatic Colors of #D39BE2
Black with #D39BE2
Text Example
Text Example
White with #D39BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BE2; }
p { color: rgb(211,155,226); }
H1.HeaderClassName
{
color: #D39BE2;
}
.AnyTagClassName
{
color: #D39BE2;
}
</style>
background-color css
<style>
a { background-color: #D39BE2; }
a { background-color: rgb(211,155,226); }
div.DivClassName
{
background-color: #D39BE2;
}
.BgClassName
{
background-color: #D39BE2;
}
</style>
border-color css
<style>
span { border-color: #D39BE2; }
span { border-color: rgb(211,155,226); }
td.TdClassName
{
border-color: #D39BE2;
}
.TagClassName
{
border-color: #D39BE2;
}
</style>