Shades of Wisteria #D29CDE
Tints of Wisteria #D29CDE
RGB
CMYK
RGB Variations
Color information
#D29CDE (or 0xD29CDE) is known color: Wisteria. HEX triplet: D2, 9C and DE. RGB value is (210,156,222). Sum of RGB (Red+Green+Blue) = 210+156+222=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #D29CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CDE is #2D6321. Grayscale: #B3B3B3. Windows color (decimal): -2974498 or 14589138. OLE color: 14589138.
HSL color Cylindrical-coordinate representation of color #D29CDE: hue angle of 289.09º degrees, saturation: 0.5, 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 #D29CDE is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 156 | 222 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.13 |
| HSL | 289.09º | 0.5% | 0.74% | - |
| HSV(B) | 289.09º | 0.3% | 0.87% | - |
| XYZ | 51.65 | 42.75 | 74.64 | - |
| YUV | 179.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 222 | 0.05 | 0.30 | 0 | 0.13 | 289.09 | 0.5 | 0.74 |
| Hex | D2 | 9C | DE | 5 | 1E | 0 | D | 121 | 32 | 4A |
| Octal | 322 | 234 | 336 | 5 | 36 | 0 | 15 | 441 | 62 | 112 |
| Binary | 11010010 | 10011100 | 11011110 | 101 | 11110 | 0 | 1101 | 100100001 | 110010 | 1001010 |
Color Harmonies of #D29CDE
Complementary color
Monochromatic Colors of #D29CDE
Black with #D29CDE
Text Example
Text Example
White with #D29CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CDE; }
p { color: rgb(210,156,222); }
H1.HeaderClassName
{
color: #D29CDE;
}
.AnyTagClassName
{
color: #D29CDE;
}
</style>
background-color css
<style>
a { background-color: #D29CDE; }
a { background-color: rgb(210,156,222); }
div.DivClassName
{
background-color: #D29CDE;
}
.BgClassName
{
background-color: #D29CDE;
}
</style>
border-color css
<style>
span { border-color: #D29CDE; }
span { border-color: rgb(210,156,222); }
td.TdClassName
{
border-color: #D29CDE;
}
.TagClassName
{
border-color: #D29CDE;
}
</style>