Shades of Wisteria #D39BDF
Tints of Wisteria #D39BDF
RGB
CMYK
RGB Variations
Color information
#D39BDF (or 0xD39BDF) is known color: Wisteria. HEX triplet: D3, 9B and DF. RGB value is (211,155,223). Sum of RGB (Red+Green+Blue) = 211+155+223=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #D39BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BDF is #2C6420. Grayscale: #B3B3B3. Windows color (decimal): -2909217 or 14654419. OLE color: 14654419.
HSL color Cylindrical-coordinate representation of color #D39BDF: hue angle of 289.41º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D39BDF is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 155 | 223 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.13 |
| HSL | 289.41º | 0.52% | 0.74% | - |
| HSV(B) | 289.41º | 0.3% | 0.87% | - |
| XYZ | 51.9 | 42.62 | 75.3 | - |
| YUV | 179.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 223 | 0.05 | 0.30 | 0 | 0.13 | 289.41 | 0.52 | 0.74 |
| Hex | D3 | 9B | DF | 5 | 1E | 0 | D | 121 | 34 | 4A |
| Octal | 323 | 233 | 337 | 5 | 36 | 0 | 15 | 441 | 64 | 112 |
| Binary | 11010011 | 10011011 | 11011111 | 101 | 11110 | 0 | 1101 | 100100001 | 110100 | 1001010 |
Color Harmonies of #D39BDF
Complementary color
Monochromatic Colors of #D39BDF
Black with #D39BDF
Text Example
Text Example
White with #D39BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BDF; }
p { color: rgb(211,155,223); }
H1.HeaderClassName
{
color: #D39BDF;
}
.AnyTagClassName
{
color: #D39BDF;
}
</style>
background-color css
<style>
a { background-color: #D39BDF; }
a { background-color: rgb(211,155,223); }
div.DivClassName
{
background-color: #D39BDF;
}
.BgClassName
{
background-color: #D39BDF;
}
</style>
border-color css
<style>
span { border-color: #D39BDF; }
span { border-color: rgb(211,155,223); }
td.TdClassName
{
border-color: #D39BDF;
}
.TagClassName
{
border-color: #D39BDF;
}
</style>