Shades of Wisteria #D39DDE
Tints of Wisteria #D39DDE
RGB
CMYK
RGB Variations
Color information
#D39DDE (or 0xD39DDE) is known color: Wisteria. HEX triplet: D3, 9D and DE. RGB value is (211,157,222). Sum of RGB (Red+Green+Blue) = 211+157+222=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #D39DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DDE is #2C6221. Grayscale: #B4B4B4. Windows color (decimal): -2908706 or 14589395. OLE color: 14589395.
HSL color Cylindrical-coordinate representation of color #D39DDE: hue angle of 289.85º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D39DDE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 157 | 222 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.13 |
| HSL | 289.85º | 0.5% | 0.74% | - |
| HSV(B) | 289.85º | 0.29% | 0.87% | - |
| XYZ | 52.11 | 43.24 | 74.71 | - |
| YUV | 180.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 222 | 0.05 | 0.29 | 0 | 0.13 | 289.85 | 0.5 | 0.74 |
| Hex | D3 | 9D | DE | 5 | 1D | 0 | D | 122 | 32 | 4A |
| Octal | 323 | 235 | 336 | 5 | 35 | 0 | 15 | 442 | 62 | 112 |
| Binary | 11010011 | 10011101 | 11011110 | 101 | 11101 | 0 | 1101 | 100100010 | 110010 | 1001010 |
Color Harmonies of #D39DDE
Complementary color
Monochromatic Colors of #D39DDE
Black with #D39DDE
Text Example
Text Example
White with #D39DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39DDE; }
p { color: rgb(211,157,222); }
H1.HeaderClassName
{
color: #D39DDE;
}
.AnyTagClassName
{
color: #D39DDE;
}
</style>
background-color css
<style>
a { background-color: #D39DDE; }
a { background-color: rgb(211,157,222); }
div.DivClassName
{
background-color: #D39DDE;
}
.BgClassName
{
background-color: #D39DDE;
}
</style>
border-color css
<style>
span { border-color: #D39DDE; }
span { border-color: rgb(211,157,222); }
td.TdClassName
{
border-color: #D39DDE;
}
.TagClassName
{
border-color: #D39DDE;
}
</style>